@naylence/agent-sdk 0.3.4-test.725 → 0.3.4-test.726

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.
@@ -1 +1 @@
1
- export declare const VERSION = "0.3.4-test.725";
1
+ export declare const VERSION = "0.3.4-test.726";
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.3.4-test.725';
4
+ exports.VERSION = '0.3.4-test.726';
5
5
  //# sourceMappingURL=version.js.map
@@ -2,4 +2,4 @@
2
2
  * The package version, injected at build time.
3
3
  * @internal
4
4
  */
5
- export declare const VERSION = "0.3.4-test.725";
5
+ export declare const VERSION = "0.3.4-test.726";
@@ -1,8 +1,8 @@
1
1
  // This file is auto-generated during build - do not edit manually
2
- // Generated from package.json version: 0.3.4-test.725
2
+ // Generated from package.json version: 0.3.4-test.726
3
3
  /**
4
4
  * The package version, injected at build time.
5
5
  * @internal
6
6
  */
7
- export const VERSION = '0.3.4-test.725';
7
+ export const VERSION = '0.3.4-test.726';
8
8
  //# sourceMappingURL=version.js.map
@@ -2,5 +2,5 @@
2
2
  * The package version, injected at build time.
3
3
  * @internal
4
4
  */
5
- export declare const VERSION = "0.3.4-test.725";
5
+ export declare const VERSION = "0.3.4-test.726";
6
6
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naylence/agent-sdk",
3
- "version": "0.3.4-test.725",
3
+ "version": "0.3.4-test.726",
4
4
  "type": "module",
5
5
  "description": "Naylence Agent SDK for TypeScript",
6
6
  "author": "Naylence Dev <naylencedev@gmail.com>",
@@ -77,7 +77,7 @@
77
77
  "prepublishOnly": "npm run build && npm test"
78
78
  },
79
79
  "dependencies": {
80
- "@naylence/runtime": "^0.3.5-test.927",
80
+ "@naylence/runtime": "^0.3.5-test.928",
81
81
  "zod": "^4.1.11"
82
82
  },
83
83
  "peerDependencies": {