@axiom-lattice/gateway 1.0.45 → 1.0.46

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.
@@ -11,11 +11,11 @@
11
11
  ESM Build start
12
12
  CJS dist/index.js 24.48 KB
13
13
  CJS dist/index.js.map 49.67 KB
14
- CJS ⚡️ Build success in 112ms
14
+ CJS ⚡️ Build success in 72ms
15
15
  ESM dist/index.mjs 22.38 KB
16
16
  ESM dist/index.mjs.map 49.53 KB
17
- ESM ⚡️ Build success in 113ms
17
+ ESM ⚡️ Build success in 72ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 6118ms
19
+ DTS ⚡️ Build success in 6015ms
20
20
  DTS dist/index.d.ts 1.97 KB
21
21
  DTS dist/index.d.mts 1.97 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/gateway",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -32,8 +32,8 @@
32
32
  "pino-roll": "^3.1.0",
33
33
  "redis": "^5.0.1",
34
34
  "uuid": "^9.0.1",
35
- "@axiom-lattice/core": "1.0.45",
36
- "@axiom-lattice/protocols": "1.0.45"
35
+ "@axiom-lattice/core": "1.0.46",
36
+ "@axiom-lattice/protocols": "1.0.46"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/jest": "^29.5.14",