@axiom-lattice/gateway 2.1.20 → 2.1.22

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.20 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.22 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
- ESM dist/index.mjs 59.42 KB
13
- ESM dist/index.mjs.map 129.40 KB
14
- ESM ⚡️ Build success in 154ms
15
- CJS dist/index.js 61.85 KB
16
- CJS dist/index.js.map 129.46 KB
17
- CJS ⚡️ Build success in 157ms
12
+ ESM dist/index.mjs 79.68 KB
13
+ ESM dist/index.mjs.map 189.84 KB
14
+ ESM ⚡️ Build success in 174ms
15
+ CJS dist/index.js 82.25 KB
16
+ CJS dist/index.js.map 189.88 KB
17
+ CJS ⚡️ Build success in 174ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 7579ms
19
+ DTS ⚡️ Build success in 8703ms
20
20
  DTS dist/index.d.ts 3.72 KB
21
21
  DTS dist/index.d.mts 3.72 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.22
4
+
5
+ ### Patch Changes
6
+
7
+ - 2422cbf: add sandbox and mcp
8
+ - Updated dependencies [2422cbf]
9
+ - @axiom-lattice/protocols@2.1.11
10
+ - @axiom-lattice/core@2.1.17
11
+ - @axiom-lattice/queue-redis@1.0.10
12
+
13
+ ## 2.1.21
14
+
15
+ ### Patch Changes
16
+
17
+ - 773c03f: add skills
18
+ - Updated dependencies [773c03f]
19
+ - @axiom-lattice/protocols@2.1.10
20
+ - @axiom-lattice/core@2.1.16
21
+ - @axiom-lattice/queue-redis@1.0.9
22
+
3
23
  ## 2.1.20
4
24
 
5
25
  ### Patch Changes