Skip to content

Commit

Permalink
Merge pull request #244 from nervina-labs/renovate/nervina-labs-cota-…
Browse files Browse the repository at this point in the history
…sdk-0.x

fix(deps): update dependency @nervina-labs/cota-sdk to v0.9.2
  • Loading branch information
duanyytop authored Dec 7, 2023
2 parents 9e43e47 + df8588c commit 672ca79
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion example/aggregator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc"
},
"dependencies": {
"@nervina-labs/cota-sdk": "0.9.1",
"@nervina-labs/cota-sdk": "0.9.2",
"@types/node": "18.16.12",
"ts-node": "10.9.1",
"tslib": "2.5.0",
Expand Down
8 changes: 4 additions & 4 deletions example/aggregator/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@nervina-labs/[email protected].1":
version "0.9.1"
resolved "https://registry.yarnpkg.com/@nervina-labs/cota-sdk/-/cota-sdk-0.9.1.tgz#511a63af4a9aec1f9768d41ad33e29ecd480dadf"
integrity sha512-84H+397EfgpxXxj2M+BFYz0GX5cXLhVCrjnqKDbBMLgi62C7crYZ7mxfM2EOJayDxc1rBXPecEukTab+L3bQ2Q==
"@nervina-labs/[email protected].2":
version "0.9.2"
resolved "https://registry.yarnpkg.com/@nervina-labs/cota-sdk/-/cota-sdk-0.9.2.tgz#42a97a47c7259bf1b518af3cc76d9b456a077d87"
integrity sha512-pCrujRHYRTtIurIugFko1xoesL4lGcUCqU9rQu5M/WcxkthPQlqyPEf2FmuLt2mkL4Fzu76vkN3HOYG0jbFDEg==
dependencies:
"@nervosnetwork/ckb-sdk-core" "^0.103.1"
"@nervosnetwork/ckb-sdk-utils" "^0.103.1"
Expand Down
2 changes: 1 addition & 1 deletion example/mainnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "The examples for mainnet",
"license": "MIT",
"dependencies": {
"@nervina-labs/cota-sdk": "0.9.1"
"@nervina-labs/cota-sdk": "0.9.2"
}
}
8 changes: 4 additions & 4 deletions example/mainnet/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@nervina-labs/[email protected].1":
version "0.9.1"
resolved "https://registry.yarnpkg.com/@nervina-labs/cota-sdk/-/cota-sdk-0.9.1.tgz#511a63af4a9aec1f9768d41ad33e29ecd480dadf"
integrity sha512-84H+397EfgpxXxj2M+BFYz0GX5cXLhVCrjnqKDbBMLgi62C7crYZ7mxfM2EOJayDxc1rBXPecEukTab+L3bQ2Q==
"@nervina-labs/[email protected].2":
version "0.9.2"
resolved "https://registry.yarnpkg.com/@nervina-labs/cota-sdk/-/cota-sdk-0.9.2.tgz#42a97a47c7259bf1b518af3cc76d9b456a077d87"
integrity sha512-pCrujRHYRTtIurIugFko1xoesL4lGcUCqU9rQu5M/WcxkthPQlqyPEf2FmuLt2mkL4Fzu76vkN3HOYG0jbFDEg==
dependencies:
"@nervosnetwork/ckb-sdk-core" "^0.103.1"
"@nervosnetwork/ckb-sdk-utils" "^0.103.1"
Expand Down

0 comments on commit 672ca79

Please sign in to comment.