@sogni-ai/sogni-client 5.3.3-alpha.2 → 5.3.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/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
- ## [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)
1
+ ## [5.3.3](https://github.com/Sogni-AI/sogni-client/compare/v5.3.2...v5.3.3) (2026-08-02)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * **docs:** normalize release metadata ([419fd20](https://github.com/Sogni-AI/sogni-client/commit/419fd2036b962c0e24b6b051dee62d4f52cb9600))
6
+ * **docs:** normalize release metadata ([40a1f4d](https://github.com/Sogni-AI/sogni-client/commit/40a1f4d0a1444c1e767ff81a1489123d3af58189))
7
7
 
8
8
  ## [5.3.1](https://github.com/Sogni-AI/sogni-client/compare/v5.3.0...v5.3.1) (2026-07-30)
9
9
 
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "5.3.3-alpha.2";
1
+ export declare const LIB_VERSION = "5.3.3";
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.3.3-alpha.2';
6
+ exports.LIB_VERSION = '5.3.3';
7
7
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,gEAAgE;AAChE,yCAAyC;AAC5B,QAAA,WAAW,GAAG,eAAe,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,gEAAgE;AAChE,yCAAyC;AAC5B,QAAA,WAAW,GAAG,OAAO,CAAC"}
@@ -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.3.3-alpha.2';
3
+ export const LIB_VERSION = '5.3.3';
4
4
  //# sourceMappingURL=version.js.map
@@ -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,eAAe,CAAC"}
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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "5.3.3-alpha.2",
6
+ "version": "5.3.3",
7
7
  "engines": {
8
8
  "node": ">=22"
9
9
  },
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.3.3-alpha.2';
3
+ export const LIB_VERSION = '5.3.3';