Upgrade cosmjs-types to 0.2.0

This commit is contained in:
Simon Warta 2021-07-29 17:53:54 +02:00
parent b955dcc5e9
commit 121d24009b
8 changed files with 23 additions and 23 deletions

16
.pnp.js generated
View File

@ -1032,7 +1032,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
],
[
"cosmjs-types",
"npm:0.1.0"
"npm:0.2.0"
],
[
"create-hash",
@ -3276,7 +3276,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["axios", "npm:0.21.1"],
["babylon", "npm:6.18.0"],
["colors", "npm:1.4.0"],
["cosmjs-types", "npm:0.1.0"],
["cosmjs-types", "npm:0.2.0"],
["diff", "npm:4.0.2"],
["eslint", "npm:7.26.0"],
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],
@ -3322,7 +3322,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["@types/pako", "npm:1.0.1"],
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:4.28.4"],
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:4.28.4"],
["cosmjs-types", "npm:0.1.0"],
["cosmjs-types", "npm:0.2.0"],
["eslint", "npm:7.26.0"],
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],
["eslint-import-resolver-node", "npm:0.3.4"],
@ -3760,7 +3760,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["@types/node", "npm:15.3.1"],
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:4.28.4"],
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:4.28.4"],
["cosmjs-types", "npm:0.1.0"],
["cosmjs-types", "npm:0.2.0"],
["eslint", "npm:7.26.0"],
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],
["eslint-import-resolver-node", "npm:0.3.4"],
@ -3864,7 +3864,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["@types/node", "npm:15.3.1"],
["@typescript-eslint/eslint-plugin", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:4.28.4"],
["@typescript-eslint/parser", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:4.28.4"],
["cosmjs-types", "npm:0.1.0"],
["cosmjs-types", "npm:0.2.0"],
["eslint", "npm:7.26.0"],
["eslint-config-prettier", "virtual:4f1584ad4aba8733a24be7c8aebbffafef25607f2d00f4b314cf96717145c692763628a31c2b85d4686fbb091ff21ebffa3cc337399c042c19a32b9bdb786464#npm:8.3.0"],
["eslint-import-resolver-node", "npm:0.3.4"],
@ -6990,10 +6990,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
}]
]],
["cosmjs-types", [
["npm:0.1.0", {
"packageLocation": "./.yarn/cache/cosmjs-types-npm-0.1.0-309209b1b4-ca08e65750.zip/node_modules/cosmjs-types/",
["npm:0.2.0", {
"packageLocation": "./.yarn/cache/cosmjs-types-npm-0.2.0-a3cb5ee5af-2c3215a9a2.zip/node_modules/cosmjs-types/",
"packageDependencies": [
["cosmjs-types", "npm:0.1.0"],
["cosmjs-types", "npm:0.2.0"],
["long", "npm:4.0.0"],
["protobufjs", "npm:6.11.2"]
],

Binary file not shown.

BIN
.yarn/cache/cosmjs-types-npm-0.2.0-a3cb5ee5af-2c3215a9a2.zip (Stored with Git LFS) vendored Normal file

Binary file not shown.

View File

@ -53,7 +53,7 @@
"axios": "^0.21.1",
"babylon": "^6.18.0",
"colors": "^1.3.3",
"cosmjs-types": "^0.1.0",
"cosmjs-types": "^0.2.0",
"diff": "^4",
"recast": "^0.20",
"ts-node": "^8",

View File

@ -45,7 +45,7 @@
"@cosmjs/stargate": "workspace:packages/stargate",
"@cosmjs/tendermint-rpc": "workspace:packages/tendermint-rpc",
"@cosmjs/utils": "workspace:packages/utils",
"cosmjs-types": "^0.1.0",
"cosmjs-types": "^0.2.0",
"long": "^4.0.0",
"pako": "^2.0.2",
"protobufjs": "~6.10.2"

View File

@ -41,7 +41,7 @@
"@cosmjs/amino": "workspace:packages/amino",
"@cosmjs/crypto": "workspace:packages/crypto",
"@cosmjs/math": "workspace:packages/math",
"cosmjs-types": "^0.1.0",
"cosmjs-types": "^0.2.0",
"long": "^4.0.0",
"protobufjs": "~6.10.2"
},

View File

@ -45,7 +45,7 @@
"@cosmjs/stream": "workspace:packages/stream",
"@cosmjs/tendermint-rpc": "workspace:packages/tendermint-rpc",
"@cosmjs/utils": "workspace:packages/utils",
"cosmjs-types": "^0.1.0",
"cosmjs-types": "^0.2.0",
"long": "^4.0.0",
"protobufjs": "~6.10.2",
"xstream": "^11.14.0"

View File

@ -367,7 +367,7 @@ __metadata:
axios: ^0.21.1
babylon: ^6.18.0
colors: ^1.3.3
cosmjs-types: ^0.1.0
cosmjs-types: ^0.2.0
diff: ^4
eslint: ^7.5
eslint-config-prettier: ^8.3.0
@ -413,7 +413,7 @@ __metadata:
"@types/pako": ^1.0.1
"@typescript-eslint/eslint-plugin": ^4.28
"@typescript-eslint/parser": ^4.28
cosmjs-types: ^0.1.0
cosmjs-types: ^0.2.0
eslint: ^7.5
eslint-config-prettier: ^8.3.0
eslint-import-resolver-node: ^0.3.4
@ -835,7 +835,7 @@ __metadata:
"@types/node": ^15.0.1
"@typescript-eslint/eslint-plugin": ^4.28
"@typescript-eslint/parser": ^4.28
cosmjs-types: ^0.1.0
cosmjs-types: ^0.2.0
eslint: ^7.5
eslint-config-prettier: ^8.3.0
eslint-import-resolver-node: ^0.3.4
@ -935,7 +935,7 @@ __metadata:
"@types/node": ^15.0.1
"@typescript-eslint/eslint-plugin": ^4.28
"@typescript-eslint/parser": ^4.28
cosmjs-types: ^0.1.0
cosmjs-types: ^0.2.0
eslint: ^7.5
eslint-config-prettier: ^8.3.0
eslint-import-resolver-node: ^0.3.4
@ -3011,13 +3011,13 @@ __metadata:
languageName: unknown
linkType: soft
"cosmjs-types@npm:^0.1.0":
version: 0.1.0
resolution: "cosmjs-types@npm:0.1.0"
"cosmjs-types@npm:^0.2.0":
version: 0.2.0
resolution: "cosmjs-types@npm:0.2.0"
dependencies:
long: ^4.0.0
protobufjs: ~6.11.2
checksum: ca08e65750a686da3b96b944601d4bdef5f8860ee7695b891edd693ae4ebcd58af84fc49c9b085fa20318ce4ac4bf8b580e1f4a1f40692697c2e52ad1c617490
checksum: 2c3215a9a28b5ac8d90dbd01c1f66bd3d271fe020f30165a4802f890af91ec15ca65e46b8c8c03c57451b4dcb0fa932cd5c1febcc5c9173f71ff427bcae39d20
languageName: node
linkType: hard