@axiom-lattice/gateway 2.1.52 → 2.1.53

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.52 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.53 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,11 +11,11 @@
11
11
  ESM Build start
12
12
  CJS dist/index.js 173.70 KB
13
13
  CJS dist/index.js.map 370.35 KB
14
- CJS ⚡️ Build success in 293ms
14
+ CJS ⚡️ Build success in 319ms
15
15
  ESM dist/index.mjs 170.28 KB
16
16
  ESM dist/index.mjs.map 370.85 KB
17
- ESM ⚡️ Build success in 293ms
17
+ ESM ⚡️ Build success in 320ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 9179ms
19
+ DTS ⚡️ Build success in 9215ms
20
20
  DTS dist/index.d.ts 3.76 KB
21
21
  DTS dist/index.d.mts 3.76 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.53
4
+
5
+ ### Patch Changes
6
+
7
+ - 1515f02: publish claw
8
+ - Updated dependencies [1515f02]
9
+ - @axiom-lattice/core@2.1.47
10
+ - @axiom-lattice/pg-stores@1.0.37
11
+ - @axiom-lattice/protocols@2.1.25
12
+ - @axiom-lattice/queue-redis@1.0.24
13
+
3
14
  ## 2.1.52
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/gateway",
3
- "version": "2.1.52",
3
+ "version": "2.1.53",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -38,10 +38,10 @@
38
38
  "pg": "^8.11.0",
39
39
  "redis": "^5.0.1",
40
40
  "uuid": "^9.0.1",
41
- "@axiom-lattice/core": "2.1.46",
42
- "@axiom-lattice/pg-stores": "1.0.36",
43
- "@axiom-lattice/protocols": "2.1.24",
44
- "@axiom-lattice/queue-redis": "1.0.23"
41
+ "@axiom-lattice/core": "2.1.47",
42
+ "@axiom-lattice/pg-stores": "1.0.37",
43
+ "@axiom-lattice/protocols": "2.1.25",
44
+ "@axiom-lattice/queue-redis": "1.0.24"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/jest": "^29.5.14",