wallet-abi-sdk-alpha 0.0.1 → 0.0.2

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1 +1 @@
1
- # wallet-abi-sdk-alpha
1
+ # Wallet ABI SDK Alpha
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wallet-abi-sdk-alpha",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Alpha scaffold for the wallet ABI SDK package.",
5
5
  "type": "module",
6
6
  "packageManager": "bun@1.3.10",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "scripts": {
33
33
  "lint": "eslint .",
34
- "lint:fix": "eslint . --fix",
34
+ "lint-fix": "eslint . --fix && bun run format",
35
35
  "format": "prettier . --write",
36
36
  "format:check": "prettier . --check",
37
37
  "test": "bun test",