simplex-chat-nodejs: bump types and nodejs vesions (#6884)

* simplex-chat-nodejs: bump types and nodejs vesions

* update README
This commit is contained in:
sh
2026-04-25 10:47:41 +00:00
committed by GitHub
parent 1c0567cf40
commit 0ff297b3b7
3 changed files with 4 additions and 4 deletions
@@ -1,6 +1,6 @@
{
"name": "@simplex-chat/types",
"version": "0.4.0",
"version": "0.5.0",
"description": "TypeScript types for SimpleX Chat bot libraries",
"main": "dist/index.js",
"types": "dist/index.d.ts",
+1 -1
View File
@@ -14,7 +14,7 @@ Please share your use cases and implementations.
## Quick start: a simple bot
```
npm i simplex-chat@6.5.0-beta.4.4
npm i simplex-chat@6.5.0-beta.10
```
Simple bot that replies with squares of numbers you send to it:
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "simplex-chat",
"version": "6.5.0-beta.4.6",
"version": "6.5.0-beta.10",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
@@ -24,7 +24,7 @@
"docs": "typedoc"
},
"dependencies": {
"@simplex-chat/types": "^0.4.0",
"@simplex-chat/types": "^0.5.0",
"extract-zip": "^2.0.1",
"fast-deep-equal": "^3.1.3",
"node-addon-api": "^8.5.0"