@sparkdotfi/abi-cli 0.2.0-20260410.1006924d → 0.2.0-20260410.ec7ae091

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sparkdotfi/abi-cli",
3
- "version": "0.2.0-20260410.1006924d",
3
+ "version": "0.2.0-20260410.ec7ae091",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/sparkdotfi/spark-app.git",
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "scripts": {
25
25
  "lint": "pnpm --dir ../.. exec oxlint packages/abi-cli/src",
26
- "verify": "concurrently --names \"LINT,TEST,TYPECHECK\" -c \"bgMagenta.bold,bgBlue.bold\" \"pnpm run lint\" \"pnpm run test --silent\" \"pnpm run typecheck\"",
27
- "fix": "cd ../../ && pnpm run check:fix && cd - && pnpm run verify",
26
+ "verify": "../../scripts/concurrent-tasks.sh lint test typecheck",
27
+ "fix": "pnpm --dir ../.. fmt:fix && pnpm run verify",
28
28
  "typecheck": "tsgo -p tsconfig.json --noEmit",
29
29
  "test": "mocha \"src/**/*.test.ts\"",
30
- "test-integration": "../../scripts/run-if-changed.sh mocha \"test/**/*.test-e2e.ts\"",
30
+ "test-integration": "../../scripts/run-if-changed.sh mocha \"test/**/*.test-integration.ts\"",
31
31
  "cli": "tsx ./src/main.ts",
32
32
  "clean": "rm -rf dist",
33
33
  "prepublishOnly": "pnpm run clean && pnpm run build",