@bananapus/omnichain-deployers-v6 0.0.58 → 0.0.60

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.
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
  - [AUDIT_INSTRUCTIONS.md](./AUDIT_INSTRUCTIONS.md) — audit objective, scope, and verification commands.
13
13
  - [SKILLS.md](./SKILLS.md) — orientation for AI agents and contributors working on this repo.
14
14
  - [STYLE_GUIDE.md](./STYLE_GUIDE.md) — Solidity and repo conventions across the Juicebox V6 ecosystem.
15
- - [CHANGELOG.md](./CHANGELOG.md) version-to-version changes and migration notes.
15
+ - [CHANGELOG.md](./CHANGELOG.md) - V5 to V6 migration changelog.
16
16
 
17
17
  ## Overview
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bananapus/omnichain-deployers-v6",
3
- "version": "0.0.58",
3
+ "version": "0.0.60",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,16 +24,16 @@
24
24
  "artifacts": "source ./.env && npx sphinx artifacts --org-id 'ea165b21-7cdc-4d7b-be59-ecdd4c26bee4' --project-name 'nana-omnichain-deployers-v6'"
25
25
  },
26
26
  "dependencies": {
27
- "@bananapus/721-hook-v6": "^0.0.65",
28
- "@bananapus/core-v6": "^0.0.78",
29
- "@bananapus/ownable-v6": "^0.0.34",
30
- "@bananapus/permission-ids-v6": "^0.0.28",
31
- "@bananapus/suckers-v6": "^0.0.69",
27
+ "@bananapus/721-hook-v6": "^0.0.69",
28
+ "@bananapus/core-v6": "^0.0.82",
29
+ "@bananapus/ownable-v6": "^0.0.39",
30
+ "@bananapus/permission-ids-v6": "^0.0.31",
31
+ "@bananapus/suckers-v6": "^0.0.72",
32
32
  "@openzeppelin/contracts": "5.6.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@bananapus/address-registry-v6": "^0.0.32",
36
- "@bananapus/buyback-hook-v6": "^0.0.66",
35
+ "@bananapus/address-registry-v6": "^0.0.34",
36
+ "@bananapus/buyback-hook-v6": "^0.0.70",
37
37
  "@sphinx-labs/plugins": "0.33.3",
38
38
  "@uniswap/v4-core": "1.0.2"
39
39
  }
@@ -511,8 +511,7 @@ contract JBOmnichainDeployer is
511
511
 
512
512
  /// @notice Called by the terminal before recording a payment. Coordinates the 721 hook (which handles tier-based
513
513
  /// NFT minting and split deductions) with the extra hook (e.g. buyback, which may swap for a better token price).
514
- /// Merges
515
- /// their weight adjustments and hook specifications into a single response for the terminal.
514
+ /// Merges their weight adjustments and hook specifications into a single response for the terminal.
516
515
  /// @dev Part of `IJBRulesetDataHook`. The 721 hook's weight already accounts for tier-split deductions. The extra
517
516
  /// hook receives the post-split amount so it only routes funds actually entering the project. If both return
518
517
  /// specifications, the 721 spec comes first.