@cosmjs/utils
Advanced tools
+5
-3
| { | ||
| "name": "@cosmjs/utils", | ||
| "version": "0.37.0", | ||
| "version": "0.38.0-rc.1", | ||
| "description": "Utility tools, primarily for testing code", | ||
@@ -17,2 +17,3 @@ "contributors": [ | ||
| "!*.spec.*", | ||
| "!**/karma-bundle/", | ||
| "!**/testdata/" | ||
@@ -48,3 +49,3 @@ ], | ||
| "@types/node": "*", | ||
| "glob": "^11", | ||
| "glob": "^13.0.0", | ||
| "jasmine": "^4", | ||
@@ -65,3 +66,4 @@ "jasmine-spec-reporter": "^6", | ||
| "webpack-cli": "^4.6.0" | ||
| } | ||
| }, | ||
| "stableVersion": "0.37.0" | ||
| } |
13897
0.46%