@cartesi/cli 2.0.0-alpha.26 → 2.0.0-alpha.28

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 (3) hide show
  1. package/dist/index.js +291 -284
  2. package/dist/index.js.map +34 -33
  3. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cartesi/cli",
3
- "version": "2.0.0-alpha.26",
3
+ "version": "2.0.0-alpha.28",
4
4
  "description": "Cartesi CLI",
5
5
  "author": "Danilo Tuler <tuler@pobox.com>",
6
6
  "bin": {
@@ -24,20 +24,20 @@
24
24
  "bytes": "^3.1.2",
25
25
  "chalk": "^5.6.2",
26
26
  "cli-table3": "^0.6.5",
27
- "commander": "^14.0.1",
27
+ "commander": "^14.0.3",
28
28
  "execa": "^9.6.0",
29
29
  "fs-extra": "^11.3.2",
30
30
  "get-port": "^7.1.0",
31
- "listr2": "^9.0.4",
31
+ "listr2": "^10.1.0",
32
32
  "lookpath": "^1.2.3",
33
33
  "modern-tar": "^0.7.3",
34
34
  "ora": "^9.0.0",
35
35
  "p-retry": "^7.0.0",
36
36
  "progress-stream": "^2.0.0",
37
- "semver": "^7.7.3",
37
+ "semver": "^7.7.4",
38
38
  "smol-toml": "^1.4.2",
39
39
  "tmp": "^0.2.5",
40
- "viem": "^2.44.1",
40
+ "viem": "^2.45.2",
41
41
  "yaml": "^2.8.2"
42
42
  },
43
43
  "devDependencies": {
@@ -47,20 +47,18 @@
47
47
  "@types/bytes": "^3.1.5",
48
48
  "@types/fs-extra": "^11.0.4",
49
49
  "@types/inquirer": "^9.0.9",
50
- "@types/node": "^25.0.7",
50
+ "@types/node": "^25.2.3",
51
51
  "@types/node-fetch": "^2.6.13",
52
52
  "@types/progress-stream": "^2.0.5",
53
53
  "@types/prompts": "^2.4.9",
54
54
  "@types/semver": "^7.7.1",
55
55
  "@types/tmp": "^0.2.6",
56
- "@vitest/coverage-istanbul": "^4.0.17",
57
- "@wagmi/cli": "^2.5.1",
56
+ "@wagmi/cli": "^2.9.0",
58
57
  "npm-run-all": "^4.1.5",
59
58
  "rimraf": "^6.0.1",
60
59
  "ts-node": "^10.9.2",
61
60
  "tslib": "^2.8.1",
62
- "typescript": "^5.9.2",
63
- "vitest": "^4.0.17"
61
+ "typescript": "^5.9.2"
64
62
  },
65
63
  "scripts": {
66
64
  "build": "run-s clean codegen compile",
@@ -68,7 +66,9 @@
68
66
  "codegen": "run-p codegen:wagmi",
69
67
  "codegen:wagmi": "wagmi generate",
70
68
  "compile": "bun build.ts",
71
- "test": "vitest"
69
+ "lint": "biome lint",
70
+ "posttest": "bun lint",
71
+ "test": "bun test"
72
72
  },
73
73
  "engines": {
74
74
  "node": ">=20.0.0"