@chain-registry/juno 0.9.1 → 0.9.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.9.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.9.1...@chain-registry/juno@0.9.2) (2022-09-08)
7
+
8
+ **Note:** Version bump only for package @chain-registry/juno
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.9.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.9.0...@chain-registry/juno@0.9.1) (2022-09-07)
7
15
 
8
16
  **Note:** Version bump only for package @chain-registry/juno
package/README.md CHANGED
@@ -55,7 +55,7 @@ console.log(asset_list);
55
55
 
56
56
  ## Credits
57
57
 
58
- Built by Cosmology — if you like our tools, please consider delegating to [our validator](https://www.mintscan.io/juno/validators/junovaloper1pr5qgj4jg47lvsnejtfvk78090shvuctgdwdm5)
58
+ Built by Cosmology — if you like our tools, please consider delegating to [our validator](https://cosmology.tech/validator)
59
59
 
60
60
  Code built with the help of these related projects:
61
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -54,14 +54,14 @@
54
54
  "@babel/plugin-transform-runtime": "7.18.5",
55
55
  "@babel/preset-env": "7.18.2",
56
56
  "@babel/preset-typescript": "^7.17.12",
57
- "@chain-registry/utils": "^0.7.1",
57
+ "@chain-registry/utils": "^0.7.2",
58
58
  "@types/jest": "^28.1.1",
59
59
  "@typescript-eslint/eslint-plugin": "5.31.0",
60
60
  "@typescript-eslint/parser": "5.31.0",
61
61
  "babel-core": "7.0.0-bridge.0",
62
62
  "babel-jest": "28.1.1",
63
63
  "babel-watch": "^7.0.0",
64
- "chain-registry": "^0.10.1",
64
+ "chain-registry": "^0.10.2",
65
65
  "cross-env": "^7.0.2",
66
66
  "eslint": "8.20.0",
67
67
  "eslint-config-prettier": "^8.5.0",
@@ -77,7 +77,7 @@
77
77
  },
78
78
  "dependencies": {
79
79
  "@babel/runtime": "^7.18.3",
80
- "@chain-registry/types": "^0.7.0"
80
+ "@chain-registry/types": "^0.7.1"
81
81
  },
82
- "gitHead": "6306ed3bdab0d91d9d50d7e0254e83a3a510c052"
82
+ "gitHead": "bff7e354c6383e548bf51bd932af9ad4cb1a0214"
83
83
  }