@keplr-wallet/popup 0.12.178-rc.0 → 0.12.178

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keplr-wallet/popup",
3
- "version": "0.12.178-rc.0",
3
+ "version": "0.12.178",
4
4
  "main": "build/index.js",
5
5
  "author": "chainapsis",
6
6
  "license": "Apache-2.0",
@@ -15,5 +15,5 @@
15
15
  "lint-test": "eslint \"src/**/*\" && prettier --check \"src/**/*\"",
16
16
  "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
17
17
  },
18
- "gitHead": "83ecd74e9c1585fe265f11045cf1a4f4077efc09"
18
+ "gitHead": "72dc080143d106abbbd82779742a03e26b764fa9"
19
19
  }