@axiom-lattice/gateway 3.0.1 → 3.0.2

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@3.0.1 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@3.0.2 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
@@ -36,11 +36,11 @@
36
36
  ESM dist/a2a-QMHEH3ZT.mjs.map 35.64 KB
37
37
  ESM dist/resources-VA7LSDKN.mjs.map 29.34 KB
38
38
  ESM dist/chunk-LHQY46YB.mjs.map 2.39 KB
39
- ESM ⚡️ Build success in 679ms
39
+ ESM ⚡️ Build success in 660ms
40
40
  CJS dist/index.js 444.31 KB
41
41
  CJS dist/index.js.map 898.76 KB
42
- CJS ⚡️ Build success in 680ms
42
+ CJS ⚡️ Build success in 663ms
43
43
  DTS Build start
44
- DTS ⚡️ Build success in 20868ms
44
+ DTS ⚡️ Build success in 21089ms
45
45
  DTS dist/index.d.ts 7.57 KB
46
46
  DTS dist/index.d.mts 7.57 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e2f0a28]
8
+ - @axiom-lattice/core@3.0.2
9
+ - @axiom-lattice/pg-stores@2.0.2
10
+
3
11
  ## 3.0.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/gateway",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -42,8 +42,8 @@
42
42
  "uuid": "^9.0.1",
43
43
  "zod": "3.25.76",
44
44
  "@axiom-lattice/cli-a2a": "0.1.7",
45
- "@axiom-lattice/core": "3.0.1",
46
- "@axiom-lattice/pg-stores": "2.0.1",
45
+ "@axiom-lattice/core": "3.0.2",
46
+ "@axiom-lattice/pg-stores": "2.0.2",
47
47
  "@axiom-lattice/protocols": "3.0.1",
48
48
  "@axiom-lattice/queue-redis": "1.0.55"
49
49
  },