@axiom-lattice/gateway 1.0.26 → 1.0.27

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.
@@ -9,13 +9,13 @@
9
9
  CLI Cleaning output folder
10
10
  CJS Build start
11
11
  ESM Build start
12
- ESM dist/index.mjs 16.85 KB
13
- ESM dist/index.mjs.map 38.71 KB
14
- ESM ⚡️ Build success in 84ms
15
12
  CJS dist/index.js 18.89 KB
16
13
  CJS dist/index.js.map 38.81 KB
17
- CJS ⚡️ Build success in 84ms
14
+ CJS ⚡️ Build success in 79ms
15
+ ESM dist/index.mjs 16.85 KB
16
+ ESM dist/index.mjs.map 38.71 KB
17
+ ESM ⚡️ Build success in 80ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 5263ms
19
+ DTS ⚡️ Build success in 4087ms
20
20
  DTS dist/index.d.ts 737.00 B
21
21
  DTS dist/index.d.mts 737.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/gateway",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -30,8 +30,8 @@
30
30
  "pino-roll": "^3.1.0",
31
31
  "redis": "^5.0.1",
32
32
  "uuid": "^9.0.1",
33
- "@axiom-lattice/core": "1.0.26",
34
- "@axiom-lattice/protocols": "1.0.26"
33
+ "@axiom-lattice/core": "1.0.27",
34
+ "@axiom-lattice/protocols": "1.0.27"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/jest": "^29.5.14",