@axiom-lattice/gateway 2.1.19 → 2.1.20-hotfix.0

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,21 +1,22 @@
1
-
2
- > @axiom-lattice/gateway@2.1.19 build /home/runner/work/agentic/agentic/packages/gateway
3
- > tsup src/index.ts --format cjs,esm --dts --clean --sourcemap
4
-
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.5.0
8
- CLI Target: es2020
9
- CLI Cleaning output folder
10
- CJS Build start
11
- ESM Build start
12
- ESM dist/index.mjs 61.30 KB
13
- ESM dist/index.mjs.map 132.19 KB
14
- ESM ⚡️ Build success in 147ms
15
- CJS dist/index.js 63.84 KB
16
- CJS dist/index.js.map 132.29 KB
17
- CJS ⚡️ Build success in 148ms
18
- DTS Build start
19
- DTS ⚡️ Build success in 7807ms
20
- DTS dist/index.d.ts 3.32 KB
21
- DTS dist/index.d.mts 3.32 KB
1
+
2
+ 
3
+ > @axiom-lattice/gateway@2.1.20 build /Users/simon/code/agentic/packages/gateway
4
+ > tsup src/index.ts --format cjs,esm --dts --clean --sourcemap
5
+
6
+ CLI Building entry: src/index.ts
7
+ CLI Using tsconfig: tsconfig.json
8
+ CLI tsup v8.5.0
9
+ CLI Target: es2020
10
+ CLI Cleaning output folder
11
+ CJS Build start
12
+ ESM Build start
13
+ ESM dist/index.mjs 61.30 KB
14
+ ESM dist/index.mjs.map 132.19 KB
15
+ ESM ⚡️ Build success in 29ms
16
+ CJS dist/index.js 63.84 KB
17
+ CJS dist/index.js.map 132.29 KB
18
+ CJS ⚡️ Build success in 29ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 1125ms
21
+ DTS dist/index.d.ts 3.32 KB
22
+ DTS dist/index.d.mts 3.32 KB
@@ -0,0 +1,4 @@
1
+
2
+ > @axiom-lattice/gateway@2.1.44 lint /Users/simon/code/agentic/packages/gateway
3
+ > tsc --noEmit
4
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @axiom-lattice/gateway
2
2
 
3
+ ## 2.1.20-hotfix.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @axiom-lattice/protocols@2.1.9-hotfix.0
9
+ - @axiom-lattice/core@2.1.15-hotfix.0
10
+ - @axiom-lattice/queue-redis@1.0.8-hotfix.0
11
+
3
12
  ## 2.1.19
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/gateway",
3
- "version": "2.1.19",
3
+ "version": "2.1.20-hotfix.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -32,9 +32,9 @@
32
32
  "pino-roll": "^3.1.0",
33
33
  "redis": "^5.0.1",
34
34
  "uuid": "^9.0.1",
35
- "@axiom-lattice/core": "2.1.14",
36
- "@axiom-lattice/protocols": "2.1.8",
37
- "@axiom-lattice/queue-redis": "1.0.7"
35
+ "@axiom-lattice/core": "2.1.15-hotfix.0",
36
+ "@axiom-lattice/protocols": "2.1.9-hotfix.0",
37
+ "@axiom-lattice/queue-redis": "1.0.8-hotfix.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/jest": "^29.5.14",