@dune2/cli 0.1.13 → 0.1.14

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
@@ -929,7 +929,7 @@ async function upload() {
929
929
  }
930
930
 
931
931
  // package.json
932
- var version = "0.1.12";
932
+ var version = "0.1.13";
933
933
 
934
934
  // src/commands/interactive.ts
935
935
  import enquirer2 from "enquirer";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dune2/cli",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "@apidevtools/swagger-parser": "^10.1.0",
23
- "@dune2/wasm": "0.1.4",
23
+ "@dune2/wasm": "0.1.5",
24
24
  "cac": "^6.7.14",
25
25
  "cli-table3": "^0.6.3",
26
26
  "connect": "^3.7.0",