Skip to content

Commit

Permalink
Merge pull request #103 from nervina-labs/develop
Browse files Browse the repository at this point in the history
Release v0.5.0
  • Loading branch information
duanyytop authored May 9, 2022
2 parents 376c4ac + c3cdb69 commit 42f527e
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 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.4.7",
"@nervina-labs/cota-sdk": "0.4.8",
"@types/node": "17.0.21",
"ts-node": "10.7.0",
"tslib": "2.4.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 @@ -14,10 +14,10 @@
dependencies:
"@cspotcode/source-map-consumer" "0.8.0"

"@nervina-labs/[email protected].7":
version "0.4.7"
resolved "https://registry.yarnpkg.com/@nervina-labs/cota-sdk/-/cota-sdk-0.4.7.tgz#889a8ec8e9f5e00749010967cf458e6f54e10c5a"
integrity sha512-qTCf/pb+WvSrtlryDJGoVBQU4WjihQ8ryIUHpbg0aelndaWSSiQpNL86yY7bp5WbkAs6yejxOnxO/Jo+gqSO0Q==
"@nervina-labs/[email protected].8":
version "0.4.8"
resolved "https://registry.yarnpkg.com/@nervina-labs/cota-sdk/-/cota-sdk-0.4.8.tgz#f70ae1f46e34eb62205db877446a65e6d6aa020e"
integrity sha512-JqtSwcorEzUktZlvtyl4CkpVqeLet+LsWGbeS9QUqrW8iFli8LJLq+H7eDiEkLrlK29HSVn63e+lL6XgLT0XCQ==
dependencies:
"@nervosnetwork/ckb-sdk-core" "^0.102.3"
"@nervosnetwork/ckb-sdk-utils" "^0.102.3"
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.4.7"
"@nervina-labs/cota-sdk": "0.4.8"
}
}
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].7":
version "0.4.7"
resolved "https://registry.yarnpkg.com/@nervina-labs/cota-sdk/-/cota-sdk-0.4.7.tgz#889a8ec8e9f5e00749010967cf458e6f54e10c5a"
integrity sha512-qTCf/pb+WvSrtlryDJGoVBQU4WjihQ8ryIUHpbg0aelndaWSSiQpNL86yY7bp5WbkAs6yejxOnxO/Jo+gqSO0Q==
"@nervina-labs/[email protected].8":
version "0.4.8"
resolved "https://registry.yarnpkg.com/@nervina-labs/cota-sdk/-/cota-sdk-0.4.8.tgz#f70ae1f46e34eb62205db877446a65e6d6aa020e"
integrity sha512-JqtSwcorEzUktZlvtyl4CkpVqeLet+LsWGbeS9QUqrW8iFli8LJLq+H7eDiEkLrlK29HSVn63e+lL6XgLT0XCQ==
dependencies:
"@nervosnetwork/ckb-sdk-core" "^0.102.3"
"@nervosnetwork/ckb-sdk-utils" "^0.102.3"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nervina-labs/cota-sdk",
"version": "0.4.8",
"version": "0.5.0",
"description": "The SDK of CoTA",
"repository": "[email protected]:nervina-labs/cota-sdk-js.git",
"author": "duanyytop <[email protected]>",
Expand Down Expand Up @@ -40,7 +40,7 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.0.0",
"husky": "7.0.4",
"husky": "8.0.0",
"prettier": "2.6.2",
"ts-node": "10.7.0",
"tslib": "2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const MainnetInfo = {
} as CKBComponents.Script,

CotaTypeDep: {
outPoint: { txHash: '0x42a5b04df6ff0e2819ec6b814d33a028ed1593bc9e1cca463f679af555dce106', index: '0x0' },
outPoint: { txHash: '0x587f01cd2ca190646944085472c17663dac87b176c1f1ef1070fcb185d378cb5', index: '0x0' },
depType: 'depGroup',
} as CKBComponents.CellDep,

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1036,10 +1036,10 @@ hmac-drbg@^1.0.1:
minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.1"

husky@7.0.4:
version "7.0.4"
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
husky@8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.0.tgz#65b2d94765199d651615716a42ea52f3c2d997a0"
integrity sha512-4qbE/5dzNDNxFEkX9MNRPKl5+omTXQzdILCUWiqG/lWIAioiM5vln265/l6I2Zx8gpW8l1ukZwGQeCFbBZ6+6w==

ignore@^5.2.0:
version "5.2.0"
Expand Down

0 comments on commit 42f527e

Please sign in to comment.