@sogni-ai/sogni-client 5.0.0-alpha.13 → 5.0.0-alpha.15

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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [5.0.0-alpha.15](https://github.com/Sogni-AI/sogni-client/compare/v5.0.0-alpha.14...v5.0.0-alpha.15) (2026-05-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump sogni protocol to 1.0.0-alpha.6 ([6121018](https://github.com/Sogni-AI/sogni-client/commit/6121018d2ad42769a21b882ea13f6bce67ae5f40))
7
+
8
+ # [5.0.0-alpha.14](https://github.com/Sogni-AI/sogni-client/compare/v5.0.0-alpha.13...v5.0.0-alpha.14) (2026-05-24)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** pin sogni protocol alpha ([ceef1ef](https://github.com/Sogni-AI/sogni-client/commit/ceef1ef3dfb12fde4d2caff417042ed80daaa436))
14
+
1
15
  # [5.0.0-alpha.13](https://github.com/Sogni-AI/sogni-client/compare/v5.0.0-alpha.12...v5.0.0-alpha.13) (2026-05-23)
2
16
 
3
17
 
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "5.0.0-alpha.13";
1
+ export declare const LIB_VERSION = "5.0.0-alpha.15";
package/dist/version.js CHANGED
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LIB_VERSION = void 0;
4
4
  // AUTO-GENERATED by scripts/generate-version.mjs — do not edit.
5
5
  // Source of truth: package.json version.
6
- exports.LIB_VERSION = '5.0.0-alpha.13';
6
+ exports.LIB_VERSION = '5.0.0-alpha.15';
7
7
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
1
  // AUTO-GENERATED by scripts/generate-version.mjs — do not edit.
2
2
  // Source of truth: package.json version.
3
- export const LIB_VERSION = '5.0.0-alpha.13';
3
+ export const LIB_VERSION = '5.0.0-alpha.15';
4
4
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "5.0.0-alpha.13",
6
+ "version": "5.0.0-alpha.15",
7
7
  "engines": {
8
8
  "node": ">=22"
9
9
  },
@@ -81,7 +81,7 @@
81
81
  "homepage": "https://github.com/Sogni-AI/sogni-client#readme",
82
82
  "dependencies": {
83
83
  "@lukeed/uuid": "^2.0.1",
84
- "@sogni-ai/sogni-protocol": "^1.0.0-alpha.5",
84
+ "@sogni-ai/sogni-protocol": "1.0.0-alpha.6",
85
85
  "@types/js-cookie": "^3.0.6",
86
86
  "@types/lodash": "^4.17.23",
87
87
  "@types/ws": "^8.5.13",
package/src/version.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  // AUTO-GENERATED by scripts/generate-version.mjs — do not edit.
2
2
  // Source of truth: package.json version.
3
- export const LIB_VERSION = '5.0.0-alpha.13';
3
+ export const LIB_VERSION = '5.0.0-alpha.15';