@gearbox-protocol/deploy-tools 6.5.2 → 6.5.4
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 +2 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { fileURLToPath } from 'url';
|
|
5
5
|
const require = createRequire(import.meta.url);
|
|
6
6
|
const __filename = fileURLToPath(import.meta.url);
|
|
7
|
-
const __dirname =
|
|
7
|
+
const __dirname = new URL('.', import.meta.url).pathname;
|
|
8
8
|
|
|
9
9
|
var __create = Object.create;
|
|
10
10
|
var __defProp = Object.defineProperty;
|
|
@@ -132798,7 +132798,7 @@ var package_default = {
|
|
|
132798
132798
|
"dist"
|
|
132799
132799
|
],
|
|
132800
132800
|
engines: {
|
|
132801
|
-
node: ">=
|
|
132801
|
+
node: ">=24"
|
|
132802
132802
|
},
|
|
132803
132803
|
license: "BUSL-1.1",
|
|
132804
132804
|
publishConfig: {
|
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": "6.5.
|
|
4
|
+
"version": "6.5.4",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
18
|
"engines": {
|
|
19
|
-
"node": ">=
|
|
19
|
+
"node": ">=24"
|
|
20
20
|
},
|
|
21
21
|
"license": "BUSL-1.1",
|
|
22
22
|
"publishConfig": {
|