@bananapus/distributor-v6 0.0.15 → 0.0.16

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.0.16 — Bump v6 deps to nana-core-v6 0.0.53 cohort
4
+
5
+ - `@bananapus/core-v6`: `^0.0.48 → ^0.0.53` ([PR #145](https://github.com/Bananapus/nana-core-v6/pull/145)).
6
+ - `@bananapus/721-hook-v6`: `^0.0.47 → ^0.0.50`.
7
+ - `@bananapus/permission-ids-v6`: `^0.0.22 → ^0.0.25`.
8
+ - All `JBRulesetMetadata` test literals patched to include `pauseCrossProjectFeeFreeInflows: false`.
9
+
3
10
  ## 0.0.1
4
11
 
5
12
  Initial release of the Juicebox V6 distributor system.
package/foundry.toml CHANGED
@@ -1,5 +1,6 @@
1
1
  [profile.default]
2
2
  solc = '0.8.28'
3
+ bytecode_hash = "none"
3
4
  evm_version = 'cancun'
4
5
  optimizer_runs = 200
5
6
  libs = ["node_modules", "lib"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bananapus/distributor-v6",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,9 +26,9 @@
26
26
  "deploy:testnets": "source ./.env && npx sphinx propose ./script/Deploy.s.sol --networks testnets"
27
27
  },
28
28
  "dependencies": {
29
- "@bananapus/721-hook-v6": "^0.0.47",
30
- "@bananapus/core-v6": "^0.0.48",
31
- "@bananapus/permission-ids-v6": "^0.0.22",
29
+ "@bananapus/721-hook-v6": "^0.0.50",
30
+ "@bananapus/core-v6": "^0.0.53",
31
+ "@bananapus/permission-ids-v6": "^0.0.25",
32
32
  "@openzeppelin/contracts": "5.6.1",
33
33
  "@prb/math": "4.1.1"
34
34
  },