api-ape 2.2.2 → 2.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "api-ape",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
4
4
|
"description": "Remote Procedure Events (RPE) - A lightweight WebSocket framework for building real-time APIs. Call server functions from the browser like local methods with automatic reconnection, HTTP streaming fallback, and extended JSON encoding.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"browser": "./client/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"demo:nextjs": "cd example/NextJs && docker-compose up --build",
|
|
34
34
|
"demo:vite": "cd example/Vite && npm install && npm run dev",
|
|
35
35
|
"demo:bun": "cd example/Bun && npm install && npm start",
|
|
36
|
-
"
|
|
36
|
+
"release": "bash scripts/publish.sh"
|
|
37
37
|
},
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|
|
@@ -69,4 +69,4 @@
|
|
|
69
69
|
"esbuild": "^0.27.2",
|
|
70
70
|
"jest": "^29.3.1"
|
|
71
71
|
}
|
|
72
|
-
}
|
|
72
|
+
}
|