@sogni-ai/sogni-client 5.4.0-alpha.6 → 5.4.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.
- package/CHANGELOG.md +29 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/version.js.map +1 -1
- package/dist-esm/version.js +1 -1
- package/dist-esm/version.js.map +1 -1
- package/package.json +1 -1
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
# [5.4.0](https://github.com/Sogni-AI/sogni-client/compare/v5.3.3...v5.4.0) (2026-08-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **chat:** reject minimax-h3-r2v direct tool execution loudly ([d830290](https://github.com/Sogni-AI/sogni-client/commit/d83029021035ab58ff2b6d03531ab051c97b31b9))
|
|
7
|
+
* **deps:** bump sogni-protocol to 1.0.0-alpha.13 ([a8374e6](https://github.com/Sogni-AI/sogni-client/commit/a8374e6eca59e4224e1ce959166399a9d260bd65))
|
|
8
|
+
* **deps:** consume MiniMax H3 reference contract ([19cde2e](https://github.com/Sogni-AI/sogni-client/commit/19cde2eb3ec2e743a188f6dc5dc252a99afe8294))
|
|
9
|
+
* **docs:** normalize release metadata ([419fd20](https://github.com/Sogni-AI/sogni-client/commit/419fd2036b962c0e24b6b051dee62d4f52cb9600))
|
|
10
|
+
* **projects:** forbid referenceImageEnd on MiniMax H3 i2v uploads ([f1c1018](https://github.com/Sogni-AI/sogni-client/commit/f1c10181c3efbb363f1c353fc1016bb817e23ae6))
|
|
11
|
+
* **projects:** resolve project liveness from the socket, not a 404 ([561dab4](https://github.com/Sogni-AI/sogni-client/commit/561dab4527253e5e84b3a2a6b2d64874fba1a088))
|
|
12
|
+
* **projects:** separate queue and job runtime timeouts ([dee3d20](https://github.com/Sogni-AI/sogni-client/commit/dee3d209345958046435b81f288324ae71e741a2))
|
|
13
|
+
* **projects:** stop cancelling healthy queued projects on 404 sync ([5e4232f](https://github.com/Sogni-AI/sogni-client/commit/5e4232f134e9389ad7c8e1eb54c6223a55e58e8a))
|
|
14
|
+
* **release:** refresh alpha security package ([6187728](https://github.com/Sogni-AI/sogni-client/commit/61877280fd977f28de408ec84a8c2e2d5f5317d0))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **release:** promote current alpha capabilities to main ([5d482e2](https://github.com/Sogni-AI/sogni-client/commit/5d482e2b2b4abd0a1cdd2c7605a8b59f533af446))
|
|
20
|
+
* **video:** add MiniMax H3 generation workflows ([662b9ff](https://github.com/Sogni-AI/sogni-client/commit/662b9ffd5c6cda707ad8f506f41e595e87556845))
|
|
21
|
+
* **video:** add MiniMax H3 reference uploads ([7f19550](https://github.com/Sogni-AI/sogni-client/commit/7f195504389ebcb944ac0de08e2e13a431598508))
|
|
22
|
+
|
|
1
23
|
# [5.4.0-alpha.6](https://github.com/Sogni-AI/sogni-client/compare/v5.4.0-alpha.5...v5.4.0-alpha.6) (2026-08-04)
|
|
2
24
|
|
|
3
25
|
|
|
@@ -47,6 +69,13 @@
|
|
|
47
69
|
|
|
48
70
|
* **video:** add MiniMax H3 generation workflows ([662b9ff](https://github.com/Sogni-AI/sogni-client/commit/662b9ffd5c6cda707ad8f506f41e595e87556845))
|
|
49
71
|
|
|
72
|
+
## [5.3.3](https://github.com/Sogni-AI/sogni-client/compare/v5.3.2...v5.3.3) (2026-08-02)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Bug Fixes
|
|
76
|
+
|
|
77
|
+
* **docs:** normalize release metadata ([40a1f4d](https://github.com/Sogni-AI/sogni-client/commit/40a1f4d0a1444c1e767ff81a1489123d3af58189))
|
|
78
|
+
|
|
50
79
|
## [5.3.3-alpha.2](https://github.com/Sogni-AI/sogni-client/compare/v5.3.3-alpha.1...v5.3.3-alpha.2) (2026-08-02)
|
|
51
80
|
|
|
52
81
|
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "5.4.0
|
|
1
|
+
export declare const LIB_VERSION = "5.4.0";
|
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.4.0
|
|
6
|
+
exports.LIB_VERSION = '5.4.0';
|
|
7
7
|
//# sourceMappingURL=version.js.map
|
package/dist/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,gEAAgE;AAChE,yCAAyC;AAC5B,QAAA,WAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,gEAAgE;AAChE,yCAAyC;AAC5B,QAAA,WAAW,GAAG,OAAO,CAAC"}
|
package/dist-esm/version.js
CHANGED
package/dist-esm/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yCAAyC;AACzC,MAAM,CAAC,MAAM,WAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yCAAyC;AACzC,MAAM,CAAC,MAAM,WAAW,GAAG,OAAO,CAAC"}
|
package/package.json
CHANGED
package/src/version.ts
CHANGED