@gearbox-protocol/deploy-tools 4.6.3-next.1 → 4.6.3-next.2
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 -1
- package/package.json +3 -2
package/dist/index.mjs
CHANGED
|
@@ -328166,8 +328166,10 @@ function getRenderer(opts) {
|
|
|
328166
328166
|
return void 0;
|
|
328167
328167
|
}
|
|
328168
328168
|
|
|
328169
|
+
// package.json
|
|
328170
|
+
var version3 = "4.6.3-next.2";
|
|
328171
|
+
|
|
328169
328172
|
// src/version.ts
|
|
328170
|
-
var version3 = process.env.npm_package_version ?? "dev";
|
|
328171
328173
|
var version_default = version3;
|
|
328172
328174
|
|
|
328173
328175
|
// src/commands/parse.ts
|
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": "4.6.3-next.
|
|
4
|
+
"version": "4.6.3-next.2",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"prettier:ci": "npx prettier --check .",
|
|
31
31
|
"lint": "eslint \"**/*.ts\" --fix",
|
|
32
32
|
"lint:ci": "eslint \"**/*.ts\"",
|
|
33
|
-
"typecheck:ci": "tsc --noEmit"
|
|
33
|
+
"typecheck:ci": "tsc --noEmit",
|
|
34
|
+
"prepublishOnly": "yarn build"
|
|
34
35
|
},
|
|
35
36
|
"dependencies": {},
|
|
36
37
|
"devDependencies": {
|