@chain-registry/osmosis 1.26.1 → 1.26.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
+ ## [1.26.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.26.1...@chain-registry/osmosis@1.26.2) (2024-01-19)
7
+
8
+ **Note:** Version bump only for package @chain-registry/osmosis
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.26.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.26.0...@chain-registry/osmosis@1.26.1) (2024-01-17)
7
15
 
8
16
  **Note:** Version bump only for package @chain-registry/osmosis
package/README.md CHANGED
@@ -67,7 +67,7 @@ Checkout these related projects:
67
67
 
68
68
  ## Credits
69
69
 
70
- 🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.tech/validator)
70
+ 🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
71
71
 
72
72
  Code built with the help of these related projects:
73
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.26.1",
3
+ "version": "1.26.2",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -50,14 +50,14 @@
50
50
  "@babel/plugin-transform-runtime": "7.21.4",
51
51
  "@babel/preset-env": "7.21.4",
52
52
  "@babel/preset-typescript": "^7.21.4",
53
- "@chain-registry/utils": "^1.17.0",
53
+ "@chain-registry/utils": "^1.17.1",
54
54
  "@types/jest": "^29.5.1",
55
55
  "@typescript-eslint/eslint-plugin": "5.59.0",
56
56
  "@typescript-eslint/parser": "5.59.0",
57
57
  "babel-core": "7.0.0-bridge.0",
58
58
  "babel-jest": "29.5.0",
59
59
  "babel-watch": "^7.7.2",
60
- "chain-registry": "^1.25.1",
60
+ "chain-registry": "^1.25.2",
61
61
  "cross-env": "^7.0.2",
62
62
  "eslint": "8.38.0",
63
63
  "eslint-config-prettier": "^8.8.0",
@@ -74,5 +74,5 @@
74
74
  "@babel/runtime": "^7.21.0",
75
75
  "@chain-registry/types": "^0.17.1"
76
76
  },
77
- "gitHead": "a79cc3fbdff2a0eca2f0967dc5a1faa50749a6d4"
77
+ "gitHead": "31fb5464b64739435dc8bcfcadc5fe141cef848d"
78
78
  }