@keplr-wallet/analytics 0.12.145-rc.0 → 0.12.146-rc.0

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/analytics",
3
- "version": "0.12.145-rc.0",
3
+ "version": "0.12.146-rc.0",
4
4
  "main": "build/index.js",
5
5
  "author": "chainapsis",
6
6
  "license": "Apache-2.0",
@@ -14,5 +14,5 @@
14
14
  "lint-test": "eslint \"src/**/*\" && prettier --check \"src/**/*\"",
15
15
  "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
16
16
  },
17
- "gitHead": "aa5c41c76a70eeba9918e987653fadd156c9f29e"
17
+ "gitHead": "3823f4e6f6ae53ecfd0658dbc5fdbd9d8c640b6f"
18
18
  }