@axiom-lattice/gateway 2.0.2 → 2.0.3

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.0.2 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.0.3 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
@@ -14,8 +14,8 @@
14
14
  CJS ⚡️ Build success in 98ms
15
15
  ESM dist/index.mjs 23.94 KB
16
16
  ESM dist/index.mjs.map 51.29 KB
17
- ESM ⚡️ Build success in 98ms
17
+ ESM ⚡️ Build success in 101ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 6335ms
19
+ DTS ⚡️ Build success in 6627ms
20
20
  DTS dist/index.d.ts 1.97 KB
21
21
  DTS dist/index.d.mts 1.97 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e6c35c8]
8
+ - @axiom-lattice/core@2.0.3
9
+
3
10
  ## 2.0.2
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/gateway",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -32,7 +32,7 @@
32
32
  "pino-roll": "^3.1.0",
33
33
  "redis": "^5.0.1",
34
34
  "uuid": "^9.0.1",
35
- "@axiom-lattice/core": "2.0.2",
35
+ "@axiom-lattice/core": "2.0.3",
36
36
  "@axiom-lattice/protocols": "2.0.1"
37
37
  },
38
38
  "devDependencies": {