@axiom-lattice/gateway 2.1.63 → 2.1.65

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.63 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.65 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
@@ -11,20 +11,20 @@
11
11
  ESM Build start
12
12
  [warn] ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta]
13
13
 
14
- src/index.ts:151:33:
15
-  151 │ const __filename = fileURLToPath(import.meta.url);
14
+ src/index.ts:152:33:
15
+  152 │ const __filename = fileURLToPath(import.meta.url);
16
16
  ╵ ~~~~~~~~~~~
17
17
 
18
18
  You need to set the output format to "esm" for "import.meta" to work correctly.
19
19
 
20
20
 
21
- CJS dist/index.js 190.64 KB
22
- CJS dist/index.js.map 408.15 KB
23
- CJS ⚡️ Build success in 351ms
24
- ESM dist/index.mjs 187.34 KB
25
- ESM dist/index.mjs.map 408.73 KB
26
- ESM ⚡️ Build success in 351ms
21
+ ESM dist/index.mjs 199.74 KB
22
+ ESM dist/index.mjs.map 432.91 KB
23
+ ESM ⚡️ Build success in 395ms
24
+ CJS dist/index.js 203.07 KB
25
+ CJS dist/index.js.map 432.28 KB
26
+ CJS ⚡️ Build success in 403ms
27
27
  DTS Build start
28
- DTS ⚡️ Build success in 13363ms
29
- DTS dist/index.d.ts 3.76 KB
30
- DTS dist/index.d.mts 3.76 KB
28
+ DTS ⚡️ Build success in 12510ms
29
+ DTS dist/index.d.ts 3.85 KB
30
+ DTS dist/index.d.mts 3.85 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.65
4
+
5
+ ### Patch Changes
6
+
7
+ - 3df9c3e: up version
8
+ - Updated dependencies [3df9c3e]
9
+ - @axiom-lattice/core@2.1.59
10
+ - @axiom-lattice/pg-stores@1.0.49
11
+ - @axiom-lattice/protocols@2.1.31
12
+ - @axiom-lattice/queue-redis@1.0.30
13
+
14
+ ## 2.1.64
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [d2c6543]
19
+ - @axiom-lattice/core@2.1.58
20
+ - @axiom-lattice/pg-stores@1.0.48
21
+
3
22
  ## 2.1.63
4
23
 
5
24
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -56,6 +56,9 @@ interface AgentTaskRequest {
56
56
  command?: any;
57
57
  callback_event?: string;
58
58
  runConfig?: Record<string, any>;
59
+ main_thread_id?: string;
60
+ main_tenant_id?: string;
61
+ main_assistant_id?: string;
59
62
  }
60
63
  /**
61
64
  * Agent任务消费者
package/dist/index.d.ts CHANGED
@@ -56,6 +56,9 @@ interface AgentTaskRequest {
56
56
  command?: any;
57
57
  callback_event?: string;
58
58
  runConfig?: Record<string, any>;
59
+ main_thread_id?: string;
60
+ main_tenant_id?: string;
61
+ main_assistant_id?: string;
59
62
  }
60
63
  /**
61
64
  * Agent任务消费者