juno-network 0.2.4 → 0.2.7
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/module/codegen/index.js +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -132,7 +132,7 @@ const {
|
|
|
132
132
|
```
|
|
133
133
|
## Credits
|
|
134
134
|
|
|
135
|
-
Built by Cosmology — if you like our tools, please consider delegating to [our validator](https://
|
|
135
|
+
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.tech/validator)
|
|
136
136
|
|
|
137
137
|
Code built with the help of these related projects:
|
|
138
138
|
|
package/module/codegen/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @osmonauts/telescope@0.18.
|
|
2
|
+
* This file and any referenced files were automatically generated by @osmonauts/telescope@0.18.10
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or yarn proto command to regenerate this bundle.
|
|
5
5
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "juno-network",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/CosmosContracts/typescript#readme",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@babel/plugin-transform-runtime": "7.18.10",
|
|
58
58
|
"@babel/preset-env": "7.19.0",
|
|
59
59
|
"@babel/preset-typescript": "^7.18.6",
|
|
60
|
-
"@osmonauts/telescope": "^0.18.
|
|
60
|
+
"@osmonauts/telescope": "^0.18.10",
|
|
61
61
|
"@protobufs/cosmos": "^0.0.11",
|
|
62
62
|
"@protobufs/cosmwasm": "^0.0.11",
|
|
63
63
|
"@protobufs/ibc": "^0.0.11",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"prettier": "^2.7.1",
|
|
77
77
|
"regenerator-runtime": "^0.13.7",
|
|
78
78
|
"rimraf": "^3.0.2",
|
|
79
|
-
"ts-jest": "^
|
|
80
|
-
"typescript": "^4.8.
|
|
79
|
+
"ts-jest": "^29.0.0",
|
|
80
|
+
"typescript": "^4.8.3"
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
83
|
"@babel/runtime": "^7.19.0",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"@tanstack/react-query": "^4.2.3",
|
|
92
92
|
"protobufjs": "^6.11.2"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "f26c1a2bd5c3e078e1e322388dcfabf876bad031"
|
|
95
95
|
}
|