@gearbox-protocol/deploy-tools 5.6.3 → 5.6.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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -412834,7 +412834,7 @@ var MetaRepo = class {
412834
412834
  const fname = path6.basename(f, `.json`);
412835
412835
  if (isAddress(fname)) {
412836
412836
  const meta = await readFile7(path6.resolve(metaRoot, f), "utf-8").then(json_parse);
412837
- if (!meta.encodedConstructorArgs.startsWith("0x")) {
412837
+ if (meta.encodedConstructorArgs && !meta.encodedConstructorArgs.startsWith("0x")) {
412838
412838
  throw new Error(`expect encodedConstructorArgs for ${fname} to start with '0x'`);
412839
412839
  }
412840
412840
  this.#meta.set(fname.toLowerCase(), meta);
@@ -416987,7 +416987,7 @@ function getRenderer(opts) {
416987
416987
  var package_default = {
416988
416988
  name: "@gearbox-protocol/deploy-tools",
416989
416989
  description: "Gearbox deploy tools",
416990
- version: "5.6.3",
416990
+ version: "5.6.4",
416991
416991
  homepage: "https://gearbox.fi",
416992
416992
  keywords: [
416993
416993
  "gearbox"
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.6.3",
4
+ "version": "5.6.4",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"