@bannynet/core-v6 0.0.31 → 0.0.32

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/CHANGELOG.md +8 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.0.33 — Bump v6 deps to nana-core-v6 0.0.53 cohort
4
+
5
+ - `@bananapus/core-v6`: `^0.0.49 → ^0.0.53` ([PR #145](https://github.com/Bananapus/nana-core-v6/pull/145)).
6
+ - `@bananapus/721-hook-v6`: `^0.0.49 → ^0.0.50`.
7
+ - `@bananapus/buyback-hook-v6`: `^0.0.45 → ^0.0.46`.
8
+ - `@bananapus/suckers-v6`: `^0.0.43 → ^0.0.46`.
9
+ - All `JBRulesetMetadata` test literals patched to include `pauseCrossProjectFeeFreeInflows: false`.
10
+
3
11
  ## Scope
4
12
 
5
13
  This file describes the verified change from `banny-retail-v5` to the current `banny-retail-v6` repo.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bannynet/core-v6",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,13 +32,13 @@
32
32
  "artifacts": "source ./.env && npx sphinx artifacts --org-id 'ea165b21-7cdc-4d7b-be59-ecdd4c26bee4' --project-name 'banny-core-v6'"
33
33
  },
34
34
  "dependencies": {
35
- "@bananapus/721-hook-v6": "^0.0.49",
36
- "@bananapus/buyback-hook-v6": "^0.0.45",
37
- "@bananapus/core-v6": "^0.0.49",
38
- "@bananapus/router-terminal-v6": "^0.0.43",
39
- "@bananapus/suckers-v6": "^0.0.43",
35
+ "@bananapus/721-hook-v6": "^0.0.51",
36
+ "@bananapus/buyback-hook-v6": "^0.0.47",
37
+ "@bananapus/core-v6": "^0.0.54",
38
+ "@bananapus/router-terminal-v6": "^0.0.44",
39
+ "@bananapus/suckers-v6": "^0.0.47",
40
40
  "@openzeppelin/contracts": "5.6.1",
41
- "@rev-net/core-v6": "^0.0.55",
41
+ "@rev-net/core-v6": "^0.0.57",
42
42
  "keccak": "3.0.4"
43
43
  },
44
44
  "devDependencies": {