@axiom-lattice/gateway 2.1.62 → 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.62 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.23 KB
22
- CJS dist/index.js.map 407.38 KB
23
- CJS ⚡️ Build success in 335ms
24
- ESM dist/index.mjs 186.93 KB
25
- ESM dist/index.mjs.map 407.95 KB
26
- ESM ⚡️ Build success in 343ms
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 12523ms
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,22 @@
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
+
11
+ ## 2.1.63
12
+
13
+ ### Patch Changes
14
+
15
+ - df6bc19: add create-skill default
16
+ - Updated dependencies [df6bc19]
17
+ - @axiom-lattice/core@2.1.57
18
+ - @axiom-lattice/pg-stores@1.0.47
19
+
3
20
  ## 2.1.62
4
21
 
5
22
  ### 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任务消费者