@dune2/cli 0.0.11 → 0.0.12

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
@@ -774,7 +774,7 @@ async function upload() {
774
774
  }
775
775
 
776
776
  // package.json
777
- var version = "0.0.10";
777
+ var version = "0.0.11";
778
778
 
779
779
  // src/commands/interactive.ts
780
780
  import prompts from "prompts";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dune2/cli",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -19,7 +19,7 @@
19
19
  "dist"
20
20
  ],
21
21
  "dependencies": {
22
- "@dune2/wasm": "0.0.8",
22
+ "@dune2/wasm": "0.0.9",
23
23
  "cac": "^6.7.14",
24
24
  "cli-table3": "^0.6.3",
25
25
  "connect": "^3.7.0",