From 88ff87c8a783c7022ea85b042162ca660ce0a0c6 Mon Sep 17 00:00:00 2001 From: shane-moore Date: Thu, 1 Aug 2024 14:20:40 -0700 Subject: [PATCH] chore: package bump --- layer/package.json | 4 ++-- layer/yarn.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layer/package.json b/layer/package.json index eaf65ac..48f93b4 100644 --- a/layer/package.json +++ b/layer/package.json @@ -6,10 +6,10 @@ "license": "Apache-2.0", "scripts": { "lint": "eslint .", - "postinstall": "yarn add https://github.com/InjectiveLabs/shared-packages#feat/chain-upgrade --ignore-scripts" + "postinstall": "yarn add https://github.com/InjectiveLabs/shared-packages#master --ignore-scripts" }, "dependencies": { - "shared-packages": "https://github.com/InjectiveLabs/shared-packages#feat/chain-upgrade" + "shared-packages": "https://github.com/InjectiveLabs/shared-packages#master" }, "devDependencies": { "@bangjelkoski/vite-plugin-node-polyfills": "^0.0.2", diff --git a/layer/yarn.lock b/layer/yarn.lock index f954bcb..a53af7f 100644 --- a/layer/yarn.lock +++ b/layer/yarn.lock @@ -10698,9 +10698,9 @@ sha.js@^2.4.0, sha.js@^2.4.11, sha.js@^2.4.8: inherits "^2.0.1" safe-buffer "^5.0.1" -"shared-packages@https://github.com/InjectiveLabs/shared-packages#feat/chain-upgrade": +"shared-packages@https://github.com/InjectiveLabs/shared-packages#master": version "1.0.0" - resolved "https://github.com/InjectiveLabs/shared-packages#f1daac77e36c4c3928584646c6582d98ebc9fc68" + resolved "https://github.com/InjectiveLabs/shared-packages#9e1edf0d2a8dbf8fda079e821e3867f622e7af34" dependencies: "@bangjelkoski/ens-validation" "^0.1.1" "@injectivelabs/exceptions" "1.14.14-beta.3"