@naylence/agent-sdk 0.4.4 → 0.4.5

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.
@@ -5,12 +5,12 @@
5
5
  })(this, (function (exports, runtime, factory, core, node) { 'use strict';
6
6
 
7
7
  // This file is auto-generated during build - do not edit manually
8
- // Generated from package.json version: 0.4.4
8
+ // Generated from package.json version: 0.4.5
9
9
  /**
10
10
  * The package version, injected at build time.
11
11
  * @internal
12
12
  */
13
- const VERSION = '0.4.4';
13
+ const VERSION = '0.4.5';
14
14
 
15
15
  /**
16
16
  * AUTO-GENERATED FILE. DO NOT EDIT DIRECTLY.
@@ -1 +1 @@
1
- export declare const VERSION = "0.4.4";
1
+ export declare const VERSION = "0.4.5";
@@ -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.4.4';
4
+ exports.VERSION = '0.4.5';
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.4.4";
5
+ export declare const VERSION = "0.4.5";
@@ -1,8 +1,8 @@
1
1
  // This file is auto-generated during build - do not edit manually
2
- // Generated from package.json version: 0.4.4
2
+ // Generated from package.json version: 0.4.5
3
3
  /**
4
4
  * The package version, injected at build time.
5
5
  * @internal
6
6
  */
7
- export const VERSION = '0.4.4';
7
+ export const VERSION = '0.4.5';
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.4.4";
5
+ export declare const VERSION = "0.4.5";
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.4.4",
3
+ "version": "0.4.5",
4
4
  "type": "module",
5
5
  "description": "Naylence Agent SDK for TypeScript",
6
6
  "author": "Naylence Dev <naylencedev@gmail.com>",
@@ -91,7 +91,7 @@
91
91
  "build:examples": "tsc -p tsconfig.examples.json"
92
92
  },
93
93
  "dependencies": {
94
- "@naylence/runtime": "^0.4.6",
94
+ "@naylence/runtime": "^0.4.7",
95
95
  "zod": "^4.1.11"
96
96
  },
97
97
  "peerDependencies": {