@chain-registry/workflows 1.53.266 → 1.53.267
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
|
|
|
110
110
|
|
|
111
111
|
## Credits
|
|
112
112
|
|
|
113
|
-
🛠 Built by [
|
|
113
|
+
🛠 Built by the [Constructive](https://constructive.io) team — makers of [Hyperweb](https://hyperweb.io)
|
|
114
114
|
|
|
115
115
|
|
|
116
116
|
## Disclaimer
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/workflows",
|
|
3
|
-
"version": "1.53.
|
|
3
|
+
"version": "1.53.267",
|
|
4
4
|
"description": "Chain Registry Workflows",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
7
|
-
"license": "
|
|
7
|
+
"license": "MIT",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"module": "esm/index.js",
|
|
10
10
|
"types": "index.d.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@types/sha.js": "^2.4.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/interfaces": "^0.52.
|
|
36
|
+
"@chain-registry/interfaces": "^0.52.267",
|
|
37
37
|
"ajv": "^8.12.0",
|
|
38
38
|
"ajv-formats": "^3.0.1",
|
|
39
39
|
"bignumber.js": "9.1.2",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"cosmos",
|
|
54
54
|
"interchain"
|
|
55
55
|
],
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "08654de6079442fde2e0d7344f353f8bb9be56d2"
|
|
57
57
|
}
|