@axiom-lattice/gateway 2.1.63 → 2.1.64

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.64 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
+ CJS dist/index.js 203.07 KB
22
+ CJS dist/index.js.map 432.28 KB
23
+ CJS ⚡️ Build success in 296ms
24
+ ESM dist/index.mjs 199.74 KB
25
+ ESM dist/index.mjs.map 432.91 KB
26
+ ESM ⚡️ Build success in 354ms
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 12990ms
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,13 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.64
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d2c6543]
8
+ - @axiom-lattice/core@2.1.58
9
+ - @axiom-lattice/pg-stores@1.0.48
10
+
3
11
  ## 2.1.63
4
12
 
5
13
  ### 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任务消费者