openkbs-pulse 1.0.10 → 1.0.11

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/package.json +1 -1
  2. package/pulse.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openkbs-pulse",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Real-time WebSocket SDK for OpenKBS",
5
5
  "main": "pulse.js",
6
6
  "types": "pulse.d.ts",
package/pulse.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * OpenKBS Pulse v1.0.2 - Real-time WebSocket SDK
2
+ * OpenKBS Pulse v1.0.10 - Real-time WebSocket SDK
3
3
  *
4
4
  * Usage:
5
5
  * const pulse = new Pulse({ kbId: 'your-kb-id', token: 'user-token' });