@rev-net/core-v6 0.0.80 → 0.0.82

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": "@rev-net/core-v6",
3
- "version": "0.0.80",
3
+ "version": "0.0.82",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,11 +25,11 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@bananapus/721-hook-v6": "^0.0.59",
28
- "@bananapus/buyback-hook-v6": "^0.0.58",
28
+ "@bananapus/buyback-hook-v6": "^0.0.64",
29
29
  "@bananapus/core-v6": "^0.0.72",
30
30
  "@bananapus/ownable-v6": "^0.0.32",
31
31
  "@bananapus/permission-ids-v6": "^0.0.27",
32
- "@bananapus/router-terminal-v6": "^0.0.55",
32
+ "@bananapus/router-terminal-v6": "^0.0.58",
33
33
  "@bananapus/suckers-v6": "^0.0.60",
34
34
  "@croptop/core-v6": "^0.0.60",
35
35
  "@openzeppelin/contracts": "5.6.1",
@@ -161,6 +161,7 @@ library CoreDeploymentLib {
161
161
  string memory contractName
162
162
  )
163
163
  internal
164
+ view
164
165
  returns (address)
165
166
  {
166
167
  string memory filePath = string.concat(path, projectName, "/", networkName, "/", contractName, ".json");