@bananapus/router-terminal-v6 0.0.46 → 0.0.47

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bananapus/router-terminal-v6",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,9 +27,9 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@bananapus/buyback-hook-v6": "^0.0.49",
30
- "@bananapus/core-v6": "^0.0.57",
30
+ "@bananapus/core-v6": "^0.0.59",
31
31
  "@bananapus/permission-ids-v6": "^0.0.26",
32
- "@bananapus/univ4-router-v6": "^0.0.34",
32
+ "@bananapus/univ4-router-v6": "^0.0.35",
33
33
  "@openzeppelin/contracts": "5.6.1",
34
34
  "@uniswap/permit2": "github:Uniswap/permit2#cc56ad0f3439c502c246fc5cfcc3db92bb8b7219",
35
35
  "@uniswap/v3-core": "github:Uniswap/v3-core#6562c52e8f75f0c10f9deaf44861847585fc8129",
@@ -1195,7 +1195,8 @@ contract JBRouterTerminal is
1195
1195
  tokenToReclaim: tokenToReclaim,
1196
1196
  minTokensReclaimed: 0,
1197
1197
  beneficiary: payable(address(this)),
1198
- metadata: ""
1198
+ metadata: "",
1199
+ referralProjectId: 0
1199
1200
  });
1200
1201
 
1201
1202
  // Measure the reclaimed-token balance delta so fee-on-transfer behavior cannot fake delivery.