@juno-network/assets 0.7.3 → 0.7.6
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 +7 -7
package/README.md
CHANGED
@@ -56,7 +56,7 @@ console.log(asset_list);
|
|
56
56
|
|
57
57
|
## Credits
|
58
58
|
|
59
|
-
Built by Cosmology — if you like our tools, please consider delegating to [our validator](https://
|
59
|
+
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.tech/validator)
|
60
60
|
|
61
61
|
Code built with the help of these related projects:
|
62
62
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@juno-network/assets",
|
3
|
-
"version": "0.7.
|
3
|
+
"version": "0.7.6",
|
4
4
|
"description": "Chain Registry info for Juno",
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
6
6
|
"homepage": "https://github.com/CosmosContracts/typescript",
|
@@ -54,14 +54,14 @@
|
|
54
54
|
"@babel/plugin-transform-runtime": "7.18.10",
|
55
55
|
"@babel/preset-env": "7.19.0",
|
56
56
|
"@babel/preset-typescript": "^7.17.12",
|
57
|
-
"@chain-registry/utils": "^0.7.
|
57
|
+
"@chain-registry/utils": "^0.7.3",
|
58
58
|
"@types/jest": "^29.0.0",
|
59
59
|
"@typescript-eslint/eslint-plugin": "5.36.2",
|
60
60
|
"@typescript-eslint/parser": "5.36.2",
|
61
61
|
"babel-core": "7.0.0-bridge.0",
|
62
62
|
"babel-jest": "29.0.2",
|
63
63
|
"babel-watch": "^7.0.0",
|
64
|
-
"chain-registry": "^0.10.
|
64
|
+
"chain-registry": "^0.10.3",
|
65
65
|
"cross-env": "^7.0.2",
|
66
66
|
"eslint": "8.23.0",
|
67
67
|
"eslint-config-prettier": "^8.5.0",
|
@@ -72,12 +72,12 @@
|
|
72
72
|
"long": "^5.2.0",
|
73
73
|
"prettier": "^2.7.0",
|
74
74
|
"regenerator-runtime": "^0.13.7",
|
75
|
-
"ts-jest": "^
|
76
|
-
"typescript": "^4.8.
|
75
|
+
"ts-jest": "^29.0.0",
|
76
|
+
"typescript": "^4.8.3"
|
77
77
|
},
|
78
78
|
"dependencies": {
|
79
79
|
"@babel/runtime": "^7.19.0",
|
80
|
-
"@chain-registry/types": "0.7.
|
80
|
+
"@chain-registry/types": "0.7.1"
|
81
81
|
},
|
82
|
-
"gitHead": "
|
82
|
+
"gitHead": "f26c1a2bd5c3e078e1e322388dcfabf876bad031"
|
83
83
|
}
|