@dune2/cli 0.0.8 → 0.0.9

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
@@ -778,7 +778,7 @@ async function upload() {
778
778
  }
779
779
 
780
780
  // package.json
781
- var version = "0.0.7";
781
+ var version = "0.0.8";
782
782
 
783
783
  // src/commands/interactive.ts
784
784
  import prompts from "prompts";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dune2/cli",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
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.6",
22
+ "@dune2/wasm": "0.0.7",
23
23
  "cac": "^6.7.14",
24
24
  "cli-table3": "^0.6.3",
25
25
  "connect": "^3.7.0",