@gearbox-protocol/deploy-tools 5.63.0 → 5.63.1
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/dist/index.mjs +3 -3
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -311368,7 +311368,7 @@ function getRenderer(opts) {
|
|
|
311368
311368
|
var package_default = {
|
|
311369
311369
|
name: "@gearbox-protocol/deploy-tools",
|
|
311370
311370
|
description: "Gearbox deploy tools",
|
|
311371
|
-
version: "5.63.
|
|
311371
|
+
version: "5.63.1",
|
|
311372
311372
|
homepage: "https://gearbox.fi",
|
|
311373
311373
|
keywords: [
|
|
311374
311374
|
"gearbox"
|
|
@@ -311399,7 +311399,7 @@ var package_default = {
|
|
|
311399
311399
|
},
|
|
311400
311400
|
dependencies: {},
|
|
311401
311401
|
devDependencies: {
|
|
311402
|
-
"@actions/core": "^2.0.
|
|
311402
|
+
"@actions/core": "^2.0.1",
|
|
311403
311403
|
"@chialab/esbuild-plugin-commonjs": "^0.19.0",
|
|
311404
311404
|
"@commander-js/extra-typings": "^14.0.0",
|
|
311405
311405
|
"@ethereum-sourcify/bytecode-utils": "^1.3.17",
|
|
@@ -311408,7 +311408,7 @@ var package_default = {
|
|
|
311408
311408
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
311409
311409
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
311410
311410
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
311411
|
-
"@gearbox-protocol/sdk": "11.
|
|
311411
|
+
"@gearbox-protocol/sdk": "11.12.0",
|
|
311412
311412
|
"@gearbox-protocol/sdk-gov": "2.34.0-next.114",
|
|
311413
311413
|
"@types/lodash-es": "^4.17.12",
|
|
311414
311414
|
"@types/node": "^25.0.0",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gearbox-protocol/deploy-tools",
|
|
3
3
|
"description": "Gearbox deploy tools",
|
|
4
|
-
"version": "5.63.
|
|
4
|
+
"version": "5.63.1",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@actions/core": "^2.0.
|
|
35
|
+
"@actions/core": "^2.0.1",
|
|
36
36
|
"@chialab/esbuild-plugin-commonjs": "^0.19.0",
|
|
37
37
|
"@commander-js/extra-typings": "^14.0.0",
|
|
38
38
|
"@ethereum-sourcify/bytecode-utils": "^1.3.17",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
42
42
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
43
43
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
44
|
-
"@gearbox-protocol/sdk": "11.
|
|
44
|
+
"@gearbox-protocol/sdk": "11.12.0",
|
|
45
45
|
"@gearbox-protocol/sdk-gov": "2.34.0-next.114",
|
|
46
46
|
"@types/lodash-es": "^4.17.12",
|
|
47
47
|
"@types/node": "^25.0.0",
|