@dune2/cli 0.1.29 → 0.2.0

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
@@ -768,7 +768,7 @@ async function upload() {
768
768
  }
769
769
 
770
770
  // package.json
771
- var version = "0.1.28";
771
+ var version = "0.1.29";
772
772
 
773
773
  // src/commands/interactive.ts
774
774
  import enquirer2 from "enquirer";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dune2/cli",
3
- "version": "0.1.29",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -35,7 +35,7 @@
35
35
  "p-map": "^5.5.0",
36
36
  "path-to-regexp": "^6.2.1",
37
37
  "picocolors": "^1.0.0",
38
- "@dune2/wasm": "0.1.7"
38
+ "@dune2/wasm": "0.2.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/debug": "^4.1.7",