@axiom-lattice/gateway 2.1.55 → 2.1.56

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.55 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.56 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 187.77 KB
13
13
  CJS dist/index.js.map 403.05 KB
14
- CJS ⚡️ Build success in 239ms
14
+ CJS ⚡️ Build success in 328ms
15
15
  ESM dist/index.mjs 184.87 KB
16
16
  ESM dist/index.mjs.map 403.64 KB
17
- ESM ⚡️ Build success in 255ms
17
+ ESM ⚡️ Build success in 326ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 11050ms
19
+ DTS ⚡️ Build success in 9689ms
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.56
4
+
5
+ ### Patch Changes
6
+
7
+ - 15808cd: update sandbox console
8
+ - Updated dependencies [15808cd]
9
+ - @axiom-lattice/core@2.1.50
10
+ - @axiom-lattice/pg-stores@1.0.40
11
+ - @axiom-lattice/protocols@2.1.27
12
+ - @axiom-lattice/queue-redis@1.0.26
13
+
3
14
  ## 2.1.55
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.55",
3
+ "version": "2.1.56",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -39,10 +39,10 @@
39
39
  "pg": "^8.11.0",
40
40
  "redis": "^5.0.1",
41
41
  "uuid": "^9.0.1",
42
- "@axiom-lattice/core": "2.1.49",
43
- "@axiom-lattice/pg-stores": "1.0.39",
44
- "@axiom-lattice/protocols": "2.1.26",
45
- "@axiom-lattice/queue-redis": "1.0.25"
42
+ "@axiom-lattice/core": "2.1.50",
43
+ "@axiom-lattice/pg-stores": "1.0.40",
44
+ "@axiom-lattice/protocols": "2.1.27",
45
+ "@axiom-lattice/queue-redis": "1.0.26"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/jest": "^29.5.14",