@axiom-lattice/opensandbox-gateway 0.1.5 → 0.2.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,5 +1,5 @@
1
1
 
2
- > @axiom-lattice/opensandbox-gateway@0.1.5 build /home/runner/work/agentic/agentic/packages/opensandbox-gateway
2
+ > @axiom-lattice/opensandbox-gateway@0.2.0 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 164ms
17
+ ESM ⚡️ Build success in 92ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 29813ms
19
+ DTS ⚡️ Build success in 23671ms
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.0
4
+
5
+ ### Minor Changes
6
+
7
+ - eb3173b: up
8
+
3
9
  ## 0.1.5
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.1.5",
3
+ "version": "0.2.0",
4
4
  "main": "dist/index.mjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -26,6 +26,9 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^20.19.13",
29
+ "@typescript-eslint/eslint-plugin": "^7.2.0",
30
+ "@typescript-eslint/parser": "^7.2.0",
31
+ "eslint": "^8.57.0",
29
32
  "tsup": "^8.5.0",
30
33
  "typescript": "^5.8.2"
31
34
  },