npm: publish new readme (#2098)

* fix: togetherAi metering

* npm: publish new readme

* Revert "fix: togetherAi metering"

This reverts commit 2b3eb76d90.
This commit is contained in:
Daniel Salazar
2025-12-05 03:04:59 -08:00
committed by GitHub
parent 2db3331729
commit ebeaf33412
3 changed files with 12 additions and 3 deletions

View File

@@ -88,6 +88,15 @@ puter.ai.chat('What color was Napoleon\'s white horse?').then(response => {
<br>
## Starter Templates
You can also use one of the following templates:
- Client-side projects: [Angular](https://github.com/HeyPuter/angular), [React](https://github.com/HeyPuter/react), [Next.js](https://github.com/HeyPuter/next.js), [Vue.js](https://github.com/HeyPuter/vue.js), [Vanilla.js](https://github.com/HeyPuter/vanilla.js)
- Node.js + Express: [Node.js + Express template](https://github.com/HeyPuter/node.js-express.js)
<br>
## Setting Custom Origins
By default puter.js uses the official Puter API and GUI origins. You can customize these origins by setting global variables before importing the SDK like so:

View File

@@ -1,12 +1,12 @@
{
"name": "puter",
"version": "2.1.9",
"version": "2.1.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "puter",
"version": "2.1.9",
"version": "2.1.10",
"license": "Apache-2.0",
"dependencies": {
"@heyputer/kv.js": "^0.1.92",

View File

@@ -1,6 +1,6 @@
{
"name": "@heyputer/puter.js",
"version": "2.1.9",
"version": "2.1.10",
"description": "Puter.js - A JavaScript library for interacting with Puter services.",
"main": "src/index.js",
"types": "./index.d.ts",