@axonflow/sdk 4.3.0 → 4.3.1

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.
@@ -7,5 +7,5 @@
7
7
  * During tests, Jest runs source directly and the test suite verifies
8
8
  * this value matches package.json.
9
9
  */
10
- export declare const VERSION = "4.3.0";
10
+ export declare const VERSION = "4.3.1";
11
11
  //# sourceMappingURL=version.d.ts.map
@@ -11,5 +11,5 @@ exports.VERSION = void 0;
11
11
  * this value matches package.json.
12
12
  */
13
13
  // AUTO-GENERATED — do not edit. Run `npm run stamp-version` to update.
14
- exports.VERSION = '4.3.0';
14
+ exports.VERSION = '4.3.1';
15
15
  //# sourceMappingURL=version.js.map
@@ -7,5 +7,5 @@
7
7
  * During tests, Jest runs source directly and the test suite verifies
8
8
  * this value matches package.json.
9
9
  */
10
- export declare const VERSION = "4.3.0";
10
+ export declare const VERSION = "4.3.1";
11
11
  //# sourceMappingURL=version.d.ts.map
@@ -8,5 +8,5 @@
8
8
  * this value matches package.json.
9
9
  */
10
10
  // AUTO-GENERATED — do not edit. Run `npm run stamp-version` to update.
11
- export const VERSION = '4.3.0';
11
+ export const VERSION = '4.3.1';
12
12
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axonflow/sdk",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "AxonFlow SDK - Add invisible AI governance to your applications in 3 lines of code",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",