@dune2/cli 0.3.1 → 0.3.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -811,7 +811,7 @@ async function upload() {
811
811
  }
812
812
 
813
813
  // package.json
814
- var version = "0.3.0";
814
+ var version = "0.3.1";
815
815
 
816
816
  // src/commands/interactive.ts
817
817
  import enquirer2 from "enquirer";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dune2/cli",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -23,7 +23,7 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "@apidevtools/swagger-parser": "^10.1.0",
26
- "@dune2/wasm": "0.3.1",
26
+ "@dune2/wasm": "0.3.2",
27
27
  "cac": "^6.7.14",
28
28
  "cli-table3": "^0.6.3",
29
29
  "connect": "^3.7.0",