@axiom-lattice/gateway 2.1.64 → 2.1.65

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.64 build /home/runner/work/agentic/agentic/packages/gateway
2
+ > @axiom-lattice/gateway@2.1.65 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
@@ -18,13 +18,13 @@
18
18
  You need to set the output format to "esm" for "import.meta" to work correctly.
19
19
 
20
20
 
21
- CJS dist/index.js 203.07 KB
22
- CJS dist/index.js.map 432.28 KB
23
- CJS ⚡️ Build success in 296ms
24
21
  ESM dist/index.mjs 199.74 KB
25
22
  ESM dist/index.mjs.map 432.91 KB
26
- ESM ⚡️ Build success in 354ms
23
+ ESM ⚡️ Build success in 395ms
24
+ CJS dist/index.js 203.07 KB
25
+ CJS dist/index.js.map 432.28 KB
26
+ CJS ⚡️ Build success in 403ms
27
27
  DTS Build start
28
- DTS ⚡️ Build success in 12990ms
28
+ DTS ⚡️ Build success in 12510ms
29
29
  DTS dist/index.d.ts 3.85 KB
30
30
  DTS dist/index.d.mts 3.85 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.65
4
+
5
+ ### Patch Changes
6
+
7
+ - 3df9c3e: up version
8
+ - Updated dependencies [3df9c3e]
9
+ - @axiom-lattice/core@2.1.59
10
+ - @axiom-lattice/pg-stores@1.0.49
11
+ - @axiom-lattice/protocols@2.1.31
12
+ - @axiom-lattice/queue-redis@1.0.30
13
+
3
14
  ## 2.1.64
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.64",
3
+ "version": "2.1.65",
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.58",
43
- "@axiom-lattice/pg-stores": "1.0.48",
44
- "@axiom-lattice/protocols": "2.1.30",
45
- "@axiom-lattice/queue-redis": "1.0.29"
42
+ "@axiom-lattice/core": "2.1.59",
43
+ "@axiom-lattice/pg-stores": "1.0.49",
44
+ "@axiom-lattice/protocols": "2.1.31",
45
+ "@axiom-lattice/queue-redis": "1.0.30"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/jest": "^29.5.14",