@towns-protocol/generated 0.0.431 → 0.0.432

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 +4 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -18,18 +18,18 @@ This package contains:
18
18
 
19
19
  ```bash
20
20
  # After fresh clone
21
- yarn install && yarn build
21
+ bun install && bun run build
22
22
 
23
23
  # Get artifacts (auto-downloads or generates as needed)
24
- yarn build
24
+ bun run build
25
25
  ```
26
26
 
27
27
  ## Troubleshooting
28
28
 
29
29
  ```bash
30
30
  # Missing artifacts error
31
- yarn build
31
+ bun run build
32
32
 
33
33
  # Clean slate regeneration
34
- rm -rf dev/ && yarn build
34
+ rm -rf dev/ && bun run build
35
35
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@towns-protocol/generated",
3
- "version": "0.0.431",
3
+ "version": "0.0.432",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "bun ./scripts/prepare.js",
@@ -13,7 +13,7 @@
13
13
  "ethers": "^5.8.0"
14
14
  },
15
15
  "devDependencies": {
16
- "@towns-protocol/contracts": "^0.0.431",
16
+ "@towns-protocol/contracts": "^0.0.432",
17
17
  "@typechain/ethers-v5": "^11.1.2",
18
18
  "typechain": "^8.3.2"
19
19
  },
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "02cd0a82c6fe5e92ce21456e2aa910978b46a1bf"
37
+ "gitHead": "aed1393cc61f669c852b2d244630e27ae27a5922"
38
38
  }