@bananapus/721-hook-v6 0.0.59 → 0.0.61

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 +1 -1
package/README.md CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  `@bananapus/721-hook-v6` is the tiered NFT issuance layer for Juicebox V6. It lets a project mint ERC-721s on payment, attach tier-specific pricing and supply rules, mint reserves, and integrate custom token URI resolvers.
4
4
 
5
- Docs: <https://docs.juicebox.money>
6
5
  Architecture: [ARCHITECTURE.md](./ARCHITECTURE.md)
7
6
  User journeys: [USER_JOURNEYS.md](./USER_JOURNEYS.md)
8
7
  Skills: [SKILLS.md](./SKILLS.md)
9
8
  Risks: [RISKS.md](./RISKS.md)
9
+ Invariants: [INVARIANTS.md](./INVARIANTS.md)
10
10
  Administration: [ADMINISTRATION.md](./ADMINISTRATION.md)
11
11
  Audit instructions: [AUDIT_INSTRUCTIONS.md](./AUDIT_INSTRUCTIONS.md)
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bananapus/721-hook-v6",
3
- "version": "0.0.59",
3
+ "version": "0.0.61",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",