@axiom-lattice/opensandbox-gateway 0.2.1 → 0.2.2

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/opensandbox-gateway@0.2.1 build /home/runner/work/agentic/agentic/packages/opensandbox-gateway
2
+ > @axiom-lattice/opensandbox-gateway@0.2.2 build /home/runner/work/agentic/agentic/packages/opensandbox-gateway
3
3
  > tsup src/index.ts src/cli.ts --format esm --dts --clean --sourcemap
4
4
 
5
5
  CLI Building entry: src/cli.ts, src/index.ts
@@ -14,8 +14,8 @@
14
14
  ESM dist/cli.mjs.map 387.00 B
15
15
  ESM dist/index.mjs.map 71.00 B
16
16
  ESM dist/chunk-DXSDNFP5.mjs.map 78.82 KB
17
- ESM ⚡️ Build success in 269ms
17
+ ESM ⚡️ Build success in 178ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 30438ms
19
+ DTS ⚡️ Build success in 29393ms
20
20
  DTS dist/cli.d.mts 20.00 B
21
21
  DTS dist/index.d.mts 10.55 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @axiom-lattice/opensandbox-gateway
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 08bf26a: update metric builder
8
+
3
9
  ## 0.2.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/opensandbox-gateway",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "main": "dist/index.mjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",