@axiom-lattice/gateway 2.1.43 → 2.1.45

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,5 +1,5 @@
1
1
 
2
- > @axiom-lattice/gateway@2.1.43 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.45 build /home/runner/work/agentic/agentic/packages/gateway
3
3
  > tsup src/index.ts --format cjs,esm --dts --clean --sourcemap
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,13 +9,13 @@
9
9
  CLI Cleaning output folder
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/index.js 176.38 KB
13
- CJS dist/index.js.map 374.84 KB
14
- CJS ⚡️ Build success in 566ms
15
- ESM dist/index.mjs 172.74 KB
16
- ESM dist/index.mjs.map 375.27 KB
17
- ESM ⚡️ Build success in 567ms
12
+ ESM dist/index.mjs 164.11 KB
13
+ ESM dist/index.mjs.map 358.03 KB
14
+ ESM ⚡️ Build success in 321ms
15
+ CJS dist/index.js 167.53 KB
16
+ CJS dist/index.js.map 357.59 KB
17
+ CJS ⚡️ Build success in 321ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 10912ms
19
+ DTS ⚡️ Build success in 9875ms
20
20
  DTS dist/index.d.ts 3.76 KB
21
21
  DTS dist/index.d.mts 3.76 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.45
4
+
5
+ ### Patch Changes
6
+
7
+ - 1502b21: update all
8
+ - Updated dependencies [1502b21]
9
+ - @axiom-lattice/core@2.1.39
10
+ - @axiom-lattice/pg-stores@1.0.29
11
+ - @axiom-lattice/protocols@2.1.21
12
+ - @axiom-lattice/queue-redis@1.0.20
13
+
14
+ ## 2.1.44
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [defd326]
19
+ - @axiom-lattice/core@2.1.38
20
+
3
21
  ## 2.1.43
4
22
 
5
23
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -55,7 +55,7 @@ interface AgentTaskRequest {
55
55
  "x-tenant-id": string;
56
56
  command?: any;
57
57
  callback_event?: string;
58
- runConfig?: Record<string, unknown>;
58
+ runConfig?: Record<string, any>;
59
59
  }
60
60
  /**
61
61
  * Agent任务消费者
package/dist/index.d.ts CHANGED
@@ -55,7 +55,7 @@ interface AgentTaskRequest {
55
55
  "x-tenant-id": string;
56
56
  command?: any;
57
57
  callback_event?: string;
58
- runConfig?: Record<string, unknown>;
58
+ runConfig?: Record<string, any>;
59
59
  }
60
60
  /**
61
61
  * Agent任务消费者