@dune2/cli 0.3.12 → 0.3.13

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +2 -3
package/dist/cli.js CHANGED
@@ -807,7 +807,7 @@ async function upload() {
807
807
  }
808
808
 
809
809
  // package.json
810
- var version = "0.3.11";
810
+ var version = "0.3.12";
811
811
 
812
812
  // src/commands/interactive.ts
813
813
  import enquirer2 from "enquirer";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dune2/cli",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -27,7 +27,7 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "@apidevtools/swagger-parser": "^10.1.0",
30
- "@dune2/wasm": "0.3.6",
30
+ "@dune2/wasm": "0.3.7",
31
31
  "cac": "^6.7.14",
32
32
  "cli-table3": "^0.6.3",
33
33
  "connect": "^3.7.0",
@@ -45,7 +45,6 @@
45
45
  "picocolors": "^1.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@dune2/swc-visitor": "0.3.5",
49
48
  "@types/debug": "^4.1.7",
50
49
  "@types/lodash": "^4.14.186",
51
50
  "gaxios": "*",