@push-rpc/next 2.0.26 → 3.0.0

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.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -236,4 +236,12 @@ triggers.
236
236
 
237
237
  # Limitations
238
238
 
239
- - Cookies are not been sent during HTTP & WS requests.
239
+ - Cookies are not been sent during HTTP & WS requests.
240
+
241
+ # Project using Push-RPC
242
+
243
+ - [General Bots](https://github.com/GeneralBots/BotServer). A strongly typed LLM conversational platform focused in
244
+ convention over configuration and code-less approaches.
245
+ - [ECOFACTOR Network](https://ecofactortech.com/en/efn/). An EV Charge Point management system, leading the way in
246
+ smart charging and V2G technology.
247
+ - [Jibo](https://robotsguide.com/robots/jibo). A friendly robo-assistant designed to become "part of the family."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@push-rpc/next",
3
- "version": "2.0.26",
3
+ "version": "3.0.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {