@croptop/core-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -13,6 +13,13 @@ This file describes the verified change from `croptop-core-v5` to the current `c
13
13
  - `CTDeployerAllowedPost`
14
14
  - `CTPost`
15
15
 
16
+ ## 0.0.47 — Bump v6 deps to nana-core-v6 0.0.53 cohort
17
+
18
+ - `@bananapus/core-v6`: `^0.0.49 → ^0.0.53` ([PR #145](https://github.com/Bananapus/nana-core-v6/pull/145)).
19
+ - `@bananapus/721-hook-v6`: `^0.0.49 → ^0.0.50`.
20
+ - `@bananapus/suckers-v6`: `^0.0.43 → ^0.0.46`.
21
+ - All `JBRulesetMetadata` test literals patched to include `pauseCrossProjectFeeFreeInflows: false`.
22
+
16
23
  ## Summary
17
24
 
18
25
  - `CTPost` and the related allowlist structs now carry split-routing data, so a post can route part of its payment through `JBSplit[]` recipients.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@croptop/core-v6",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,12 +29,12 @@
29
29
  "artifacts": "source ./.env && npx sphinx artifacts --org-id 'ea165b21-7cdc-4d7b-be59-ecdd4c26bee4' --project-name 'croptop-core-v6'"
30
30
  },
31
31
  "dependencies": {
32
- "@bananapus/721-hook-v6": "^0.0.49",
33
- "@bananapus/core-v6": "^0.0.49",
32
+ "@bananapus/721-hook-v6": "^0.0.50",
33
+ "@bananapus/core-v6": "^0.0.53",
34
34
  "@bananapus/ownable-v6": "^0.0.24",
35
35
  "@bananapus/permission-ids-v6": "^0.0.25",
36
36
  "@bananapus/router-terminal-v6": "^0.0.43",
37
- "@bananapus/suckers-v6": "^0.0.43",
37
+ "@bananapus/suckers-v6": "^0.0.46",
38
38
  "@openzeppelin/contracts": "5.6.1",
39
39
  "@rev-net/core-v6": "^0.0.55"
40
40
  },