Skip to content

Commit

Permalink
Merge pull request #420 from ckb-js/rc/v0.0.1-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Aug 4, 2023
2 parents 5518df7 + 5c305b4 commit 641a23a
Show file tree
Hide file tree
Showing 25 changed files with 402 additions and 617 deletions.
277 changes: 138 additions & 139 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"command": {
"version": {
"message": "chore: update versions and changelogs",
Expand Down
322 changes: 47 additions & 275 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"jest": "29.6.2",
"lerna": "7.1.4",
"lint-staged": "13.2.3",
"prettier": "3.0.0",
"prettier": "3.0.1",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
},
Expand Down
39 changes: 18 additions & 21 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.1](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) (2023-08-03)
## [0.0.1-alpha.2](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2023-08-04)

**Note:** Version bump only for package @ckb-js/kuai-cli





## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)


### Bug Fixes

* strip ansi colors code from output for matching ([#399](https://github.com/ckb-js/kuai/issues/399)) ([6c3fcc1](https://github.com/ckb-js/kuai/commit/6c3fcc1aa8c4ec4b8184fae10afb48fb4fc31cc4))
## [0.0.1-alpha.1](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) (2023-08-03)

**Note:** Version bump only for package @ckb-js/kuai-cli

## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)

### Bug Fixes

- strip ansi colors code from output for matching ([#399](https://github.com/ckb-js/kuai/issues/399)) ([6c3fcc1](https://github.com/ckb-js/kuai/commit/6c3fcc1aa8c4ec4b8184fae10afb48fb4fc31cc4))

## 0.0.1-alpha (2023-07-21)


### Bug Fixes

* **config:** remove default network config set in argument ([#288](https://github.com/ckb-js/kuai/issues/288)) ([71a8348](https://github.com/ckb-js/kuai/commit/71a8348d5e667783415697416059c6a0d06193fa))
* **deps:** update dependency commander to v10 ([cdd8a0c](https://github.com/ckb-js/kuai/commit/cdd8a0c5808caa140a67b0bcd7ecd954c396de41))
* **deps:** update dependency commander to v10.0.1 ([1e78a4b](https://github.com/ckb-js/kuai/commit/1e78a4b6e33f9569fb04fb74703dfbc19ebaf856))
* **deps:** update dependency commander to v11 ([#318](https://github.com/ckb-js/kuai/issues/318)) ([e0d7a45](https://github.com/ckb-js/kuai/commit/e0d7a45dbae4ca1f58a9ae2d53b6c1168eaf0361))
* fix configuration ([f6f11a9](https://github.com/ckb-js/kuai/commit/f6f11a9fc22e6c14de7d2767ccb8a348abebf15c))

- **config:** remove default network config set in argument ([#288](https://github.com/ckb-js/kuai/issues/288)) ([71a8348](https://github.com/ckb-js/kuai/commit/71a8348d5e667783415697416059c6a0d06193fa))
- **deps:** update dependency commander to v10 ([cdd8a0c](https://github.com/ckb-js/kuai/commit/cdd8a0c5808caa140a67b0bcd7ecd954c396de41))
- **deps:** update dependency commander to v10.0.1 ([1e78a4b](https://github.com/ckb-js/kuai/commit/1e78a4b6e33f9569fb04fb74703dfbc19ebaf856))
- **deps:** update dependency commander to v11 ([#318](https://github.com/ckb-js/kuai/issues/318)) ([e0d7a45](https://github.com/ckb-js/kuai/commit/e0d7a45dbae4ca1f58a9ae2d53b6c1168eaf0361))
- fix configuration ([f6f11a9](https://github.com/ckb-js/kuai/commit/f6f11a9fc22e6c14de7d2767ccb8a348abebf15c))

### Features

* add deploy contract command ([#242](https://github.com/ckb-js/kuai/issues/242)) ([9b1bf62](https://github.com/ckb-js/kuai/commit/9b1bf62a57db3c115b2c25aea766f22cc0698919))
* add docker packege & integrate node cli ([c183c98](https://github.com/ckb-js/kuai/commit/c183c98acca66475ad1cc312e903065a8d170690))
* **dev-scripts:** add deployment for dev scripts ([#257](https://github.com/ckb-js/kuai/issues/257)) ([ea8f6bc](https://github.com/ckb-js/kuai/commit/ea8f6bc782b76740a5b16bbf6ad0abf42ea28765))
* integrate kuai cli ([5e1cf8a](https://github.com/ckb-js/kuai/commit/5e1cf8ad37fc67c19e2203962d86a57241208d56))
* **node:** abstract the ckb node interface ([#319](https://github.com/ckb-js/kuai/issues/319)) ([386fe3e](https://github.com/ckb-js/kuai/commit/386fe3ed8d0d669bb63d1ad78a08a6c5b1f69313))
* task support variadic param ([85d7b99](https://github.com/ckb-js/kuai/commit/85d7b99daf13480489eabce0c885ce1ec9e6362c))
* update npm scope to '[@ckb-js](https://github.com/ckb-js)' ([b9a7bc9](https://github.com/ckb-js/kuai/commit/b9a7bc9661679f1f39d880c352e1697414a1ec09))
- add deploy contract command ([#242](https://github.com/ckb-js/kuai/issues/242)) ([9b1bf62](https://github.com/ckb-js/kuai/commit/9b1bf62a57db3c115b2c25aea766f22cc0698919))
- add docker packege & integrate node cli ([c183c98](https://github.com/ckb-js/kuai/commit/c183c98acca66475ad1cc312e903065a8d170690))
- **dev-scripts:** add deployment for dev scripts ([#257](https://github.com/ckb-js/kuai/issues/257)) ([ea8f6bc](https://github.com/ckb-js/kuai/commit/ea8f6bc782b76740a5b16bbf6ad0abf42ea28765))
- integrate kuai cli ([5e1cf8a](https://github.com/ckb-js/kuai/commit/5e1cf8ad37fc67c19e2203962d86a57241208d56))
- **node:** abstract the ckb node interface ([#319](https://github.com/ckb-js/kuai/issues/319)) ([386fe3e](https://github.com/ckb-js/kuai/commit/386fe3ed8d0d669bb63d1ad78a08a6c5b1f69313))
- task support variadic param ([85d7b99](https://github.com/ckb-js/kuai/commit/85d7b99daf13480489eabce0c885ce1ec9e6362c))
- update npm scope to '[@ckb-js](https://github.com/ckb-js)' ([b9a7bc9](https://github.com/ckb-js/kuai/commit/b9a7bc9661679f1f39d880c352e1697414a1ec09))
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckb-js/kuai-cli",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"license": "MIT",
"main": "lib/main.js",
"bin": {
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@ckb-js/kuai-core": "0.0.1-alpha.1",
"@ckb-js/kuai-core": "0.0.1-alpha.2",
"commander": "11.0.0"
},
"devDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.1](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) (2023-08-03)

**Note:** Version bump only for package @ckb-js/kuai-common
## [0.0.1-alpha.2](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2023-08-04)


### Bug Fixes

* list missing dependencies in package.json ([#416](https://github.com/ckb-js/kuai/issues/416)) ([019a24e](https://github.com/ckb-js/kuai/commit/019a24e6fd34969a0ec4ed19503ffa6bb130b07b))


## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)


### Bug Fixes

* **common:** add dependency env-paths to common package ([#401](https://github.com/ckb-js/kuai/issues/401)) ([1357300](https://github.com/ckb-js/kuai/commit/1357300bcf52147ff9722e0a643ceb67d7d6213c))
## [0.0.1-alpha.1](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) (2023-08-03)

**Note:** Version bump only for package @ckb-js/kuai-common

## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)

### Bug Fixes

- **common:** add dependency env-paths to common package ([#401](https://github.com/ckb-js/kuai/issues/401)) ([1357300](https://github.com/ckb-js/kuai/commit/1357300bcf52147ff9722e0a643ceb67d7d6213c))

## 0.0.1-alpha (2023-07-21)


### Bug Fixes

* fix shadow dependencies ([#313](https://github.com/ckb-js/kuai/issues/313)) ([99ba1bd](https://github.com/ckb-js/kuai/commit/99ba1bd693ad00965d5c512d9a869d6c34a26ff1))

- fix shadow dependencies ([#313](https://github.com/ckb-js/kuai/issues/313)) ([99ba1bd](https://github.com/ckb-js/kuai/commit/99ba1bd693ad00965d5c512d9a869d6c34a26ff1))

### Features

* **core:** add a kuai level global exception handling ([#204](https://github.com/ckb-js/kuai/issues/204)) ([dc43788](https://github.com/ckb-js/kuai/commit/dc437887a33c943b7336576c544210e73cb6cabf))
* **dev-scripts:** add deployment for dev scripts ([#257](https://github.com/ckb-js/kuai/issues/257)) ([ea8f6bc](https://github.com/ckb-js/kuai/commit/ea8f6bc782b76740a5b16bbf6ad0abf42ea28765))
* **node:** abstract the ckb node interface ([#319](https://github.com/ckb-js/kuai/issues/319)) ([386fe3e](https://github.com/ckb-js/kuai/commit/386fe3ed8d0d669bb63d1ad78a08a6c5b1f69313))
- **core:** add a kuai level global exception handling ([#204](https://github.com/ckb-js/kuai/issues/204)) ([dc43788](https://github.com/ckb-js/kuai/commit/dc437887a33c943b7336576c544210e73cb6cabf))
- **dev-scripts:** add deployment for dev scripts ([#257](https://github.com/ckb-js/kuai/issues/257)) ([ea8f6bc](https://github.com/ckb-js/kuai/commit/ea8f6bc782b76740a5b16bbf6ad0abf42ea28765))
- **node:** abstract the ckb node interface ([#319](https://github.com/ckb-js/kuai/issues/319)) ([386fe3e](https://github.com/ckb-js/kuai/commit/386fe3ed8d0d669bb63d1ad78a08a6c5b1f69313))
7 changes: 5 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "@ckb-js/kuai-common",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"dependencies": {
"@ckb-lumos/lumos": "0.20.0",
"env-paths": "2.2.1",
"undici": "5.22.1"
},
"devDependencies": {
"@ckb-lumos/base": "0.20.0",
"@ckb-lumos/lumos": "0.20.0"
}
}
64 changes: 32 additions & 32 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,55 +3,55 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.1-alpha.1](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) (2023-08-03)
## [0.0.1-alpha.2](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2023-08-04)

* load ts-node on demand #411([#411](https://github.com/ckb-js/kuai/issues/411)) ([3d2e0ed](https://github.com/ckb-js/kuai/pull/411/commits/3d2e0edc64c9d895731a9b364428a58d7c0b18ad))```

### Bug Fixes

* list missing dependencies in package.json ([#416](https://github.com/ckb-js/kuai/issues/416)) ([019a24e](https://github.com/ckb-js/kuai/commit/019a24e6fd34969a0ec4ed19503ffa6bb130b07b))



## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)


### Bug Fixes

* **deps:** update dependency enquirer to v2.4.1 ([#394](https://github.com/ckb-js/kuai/issues/394)) ([a869854](https://github.com/ckb-js/kuai/commit/a8698542a2de5cb1d15be6170142d37ffc5da7c8))
## [0.0.1-alpha.1](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) (2023-08-03)

- load ts-node on demand #411([#411](https://github.com/ckb-js/kuai/issues/411)) ([3d2e0ed](https://github.com/ckb-js/kuai/pull/411/commits/3d2e0edc64c9d895731a9b364428a58d7c0b18ad))```

## [0.0.1-alpha.0](https://github.com/ckb-js/kuai/compare/v0.0.1-alpha...v0.0.1-alpha.0) (2023-07-31)

### Bug Fixes

- **deps:** update dependency enquirer to v2.4.1 ([#394](https://github.com/ckb-js/kuai/issues/394)) ([a869854](https://github.com/ckb-js/kuai/commit/a8698542a2de5cb1d15be6170142d37ffc5da7c8))

## 0.0.1-alpha (2023-07-21)


### Bug Fixes

* **config:** remove default network config set in argument ([#288](https://github.com/ckb-js/kuai/issues/288)) ([71a8348](https://github.com/ckb-js/kuai/commit/71a8348d5e667783415697416059c6a0d06193fa))
* promise order bug ([#267](https://github.com/ckb-js/kuai/issues/267)) ([3384d80](https://github.com/ckb-js/kuai/commit/3384d80d2b396b3e597024eadfefebfe46eb551c))

- **config:** remove default network config set in argument ([#288](https://github.com/ckb-js/kuai/issues/288)) ([71a8348](https://github.com/ckb-js/kuai/commit/71a8348d5e667783415697416059c6a0d06193fa))
- promise order bug ([#267](https://github.com/ckb-js/kuai/issues/267)) ([3384d80](https://github.com/ckb-js/kuai/commit/3384d80d2b396b3e597024eadfefebfe46eb551c))

### Features

* **@kuai/core:** project template integrate `kuai/io` & `kuai/models` ([#121](https://github.com/ckb-js/kuai/issues/121)) ([2d7fcc7](https://github.com/ckb-js/kuai/commit/2d7fcc70b57c13d71eea1d5dd190eef673c52fe0))
* add builtin test action ([882a53b](https://github.com/ckb-js/kuai/commit/882a53bbab8648d7a5929d958afc816b47102466))
* add ckb-cli wrapper ([#301](https://github.com/ckb-js/kuai/issues/301)) ([a772f92](https://github.com/ckb-js/kuai/commit/a772f922bea079b8ca99540a6d922cbca1d5f316))
* add contract init command ([#315](https://github.com/ckb-js/kuai/issues/315)) ([40a30f7](https://github.com/ckb-js/kuai/commit/40a30f777c81bc65d53e583138c7f02aeb312dee))
* add contract upgrade cli ([#341](https://github.com/ckb-js/kuai/issues/341)) ([5a284c4](https://github.com/ckb-js/kuai/commit/5a284c496b13a8e86a98013b6b214230cf4347bd))
* add deploy contract command ([#242](https://github.com/ckb-js/kuai/issues/242)) ([9b1bf62](https://github.com/ckb-js/kuai/commit/9b1bf62a57db3c115b2c25aea766f22cc0698919))
* add docker packege & integrate node cli ([c183c98](https://github.com/ckb-js/kuai/commit/c183c98acca66475ad1cc312e903065a8d170690))
* Add moleculec command. ([#357](https://github.com/ckb-js/kuai/issues/357)) ([ef628be](https://github.com/ckb-js/kuai/commit/ef628befcafd291da41547528df2d4e0a5092459))
* add tasks to build server ([#197](https://github.com/ckb-js/kuai/issues/197)) ([6c10872](https://github.com/ckb-js/kuai/commit/6c108728f881453900bc37862296deb32f3a9cc4))
* Add type doc to build doc for project. ([#282](https://github.com/ckb-js/kuai/issues/282)) ([c284516](https://github.com/ckb-js/kuai/commit/c2845169de81817fd2fd397032672f79bf73aebd))
* **core:** add a kuai level global exception handling ([#204](https://github.com/ckb-js/kuai/issues/204)) ([dc43788](https://github.com/ckb-js/kuai/commit/dc437887a33c943b7336576c544210e73cb6cabf))
* **dev-scripts:** add deployment for dev scripts ([#257](https://github.com/ckb-js/kuai/issues/257)) ([ea8f6bc](https://github.com/ckb-js/kuai/commit/ea8f6bc782b76740a5b16bbf6ad0abf42ea28765))
* implement task system ([463e7de](https://github.com/ckb-js/kuai/commit/463e7de1e2242fc0034ddeadce16977e7890e42a))
* inject dapp templates ([a997092](https://github.com/ckb-js/kuai/commit/a9970928de0a58244786b78a3d97905d9ba7d9d1))
* io support http status & add mvp controller validator ([190fffd](https://github.com/ckb-js/kuai/commit/190fffd2e252e2bb14ce0be842cfd5d5b30f887b))
* kuai context ([#33](https://github.com/ckb-js/kuai/issues/33)) ([c8f4e97](https://github.com/ckb-js/kuai/commit/c8f4e978792b30344ae4da892ae693a312ce45e1))
* kuai contract deploy command support export tx file ([#291](https://github.com/ckb-js/kuai/issues/291)) ([a7330e4](https://github.com/ckb-js/kuai/commit/a7330e407069986ffc2ec7c2138b0b99b33f2a8d))
* **model:** optimize the getting model to framework ([#181](https://github.com/ckb-js/kuai/issues/181)) ([1dca8b3](https://github.com/ckb-js/kuai/commit/1dca8b331aa7570aa33bc02a2c40a5345408f2f1))
* **node:** abstract the ckb node interface ([#319](https://github.com/ckb-js/kuai/issues/319)) ([386fe3e](https://github.com/ckb-js/kuai/commit/386fe3ed8d0d669bb63d1ad78a08a6c5b1f69313))
* optimize the resource binding module ([#300](https://github.com/ckb-js/kuai/issues/300)) ([fc35b12](https://github.com/ckb-js/kuai/commit/fc35b12367826965afaf9922c0615d15a555cb11))
* task support variadic param ([85d7b99](https://github.com/ckb-js/kuai/commit/85d7b99daf13480489eabce0c885ce1ec9e6362c))
* update npm scope to '[@ckb-js](https://github.com/ckb-js)' ([b9a7bc9](https://github.com/ckb-js/kuai/commit/b9a7bc9661679f1f39d880c352e1697414a1ec09))
- **@kuai/core:** project template integrate `kuai/io` & `kuai/models` ([#121](https://github.com/ckb-js/kuai/issues/121)) ([2d7fcc7](https://github.com/ckb-js/kuai/commit/2d7fcc70b57c13d71eea1d5dd190eef673c52fe0))
- add builtin test action ([882a53b](https://github.com/ckb-js/kuai/commit/882a53bbab8648d7a5929d958afc816b47102466))
- add ckb-cli wrapper ([#301](https://github.com/ckb-js/kuai/issues/301)) ([a772f92](https://github.com/ckb-js/kuai/commit/a772f922bea079b8ca99540a6d922cbca1d5f316))
- add contract init command ([#315](https://github.com/ckb-js/kuai/issues/315)) ([40a30f7](https://github.com/ckb-js/kuai/commit/40a30f777c81bc65d53e583138c7f02aeb312dee))
- add contract upgrade cli ([#341](https://github.com/ckb-js/kuai/issues/341)) ([5a284c4](https://github.com/ckb-js/kuai/commit/5a284c496b13a8e86a98013b6b214230cf4347bd))
- add deploy contract command ([#242](https://github.com/ckb-js/kuai/issues/242)) ([9b1bf62](https://github.com/ckb-js/kuai/commit/9b1bf62a57db3c115b2c25aea766f22cc0698919))
- add docker packege & integrate node cli ([c183c98](https://github.com/ckb-js/kuai/commit/c183c98acca66475ad1cc312e903065a8d170690))
- Add moleculec command. ([#357](https://github.com/ckb-js/kuai/issues/357)) ([ef628be](https://github.com/ckb-js/kuai/commit/ef628befcafd291da41547528df2d4e0a5092459))
- add tasks to build server ([#197](https://github.com/ckb-js/kuai/issues/197)) ([6c10872](https://github.com/ckb-js/kuai/commit/6c108728f881453900bc37862296deb32f3a9cc4))
- Add type doc to build doc for project. ([#282](https://github.com/ckb-js/kuai/issues/282)) ([c284516](https://github.com/ckb-js/kuai/commit/c2845169de81817fd2fd397032672f79bf73aebd))
- **core:** add a kuai level global exception handling ([#204](https://github.com/ckb-js/kuai/issues/204)) ([dc43788](https://github.com/ckb-js/kuai/commit/dc437887a33c943b7336576c544210e73cb6cabf))
- **dev-scripts:** add deployment for dev scripts ([#257](https://github.com/ckb-js/kuai/issues/257)) ([ea8f6bc](https://github.com/ckb-js/kuai/commit/ea8f6bc782b76740a5b16bbf6ad0abf42ea28765))
- implement task system ([463e7de](https://github.com/ckb-js/kuai/commit/463e7de1e2242fc0034ddeadce16977e7890e42a))
- inject dapp templates ([a997092](https://github.com/ckb-js/kuai/commit/a9970928de0a58244786b78a3d97905d9ba7d9d1))
- io support http status & add mvp controller validator ([190fffd](https://github.com/ckb-js/kuai/commit/190fffd2e252e2bb14ce0be842cfd5d5b30f887b))
- kuai context ([#33](https://github.com/ckb-js/kuai/issues/33)) ([c8f4e97](https://github.com/ckb-js/kuai/commit/c8f4e978792b30344ae4da892ae693a312ce45e1))
- kuai contract deploy command support export tx file ([#291](https://github.com/ckb-js/kuai/issues/291)) ([a7330e4](https://github.com/ckb-js/kuai/commit/a7330e407069986ffc2ec7c2138b0b99b33f2a8d))
- **model:** optimize the getting model to framework ([#181](https://github.com/ckb-js/kuai/issues/181)) ([1dca8b3](https://github.com/ckb-js/kuai/commit/1dca8b331aa7570aa33bc02a2c40a5345408f2f1))
- **node:** abstract the ckb node interface ([#319](https://github.com/ckb-js/kuai/issues/319)) ([386fe3e](https://github.com/ckb-js/kuai/commit/386fe3ed8d0d669bb63d1ad78a08a6c5b1f69313))
- optimize the resource binding module ([#300](https://github.com/ckb-js/kuai/issues/300)) ([fc35b12](https://github.com/ckb-js/kuai/commit/fc35b12367826965afaf9922c0615d15a555cb11))
- task support variadic param ([85d7b99](https://github.com/ckb-js/kuai/commit/85d7b99daf13480489eabce0c885ce1ec9e6362c))
- update npm scope to '[@ckb-js](https://github.com/ckb-js)' ([b9a7bc9](https://github.com/ckb-js/kuai/commit/b9a7bc9661679f1f39d880c352e1697414a1ec09))
7 changes: 4 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"name": "@ckb-js/kuai-core",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"dependencies": {
"@ckb-js/kuai-common": "0.0.1-alpha.1",
"@ckb-js/kuai-docker-node": "0.0.1-alpha.1",
"@ckb-js/kuai-common": "0.0.1-alpha.2",
"@ckb-js/kuai-docker-node": "0.0.1-alpha.2",
"@ckb-lumos/base": "0.20.0",
"@ckb-lumos/config-manager": "0.20.0",
"@ckb-lumos/hd": "0.20.0",
"@ckb-lumos/helpers": "0.20.0",
"@iarna/toml": "2.2.5",
"@jest/core": "29.6.2",
"chalk": "4.1.2",
"decompress": "4.2.1",
"enquirer": "2.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/src/project-creation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ const DEV_DEPENDENCIES: Dependencies = {
}

const KUAI_DEPENDENCIES: Dependencies = {
'@ckb-js/kuai-core': '0.0.1-alpha.1',
'@ckb-js/kuai-io': '0.0.1-alpha.1',
'@ckb-js/kuai-models': '0.0.1-alpha.1',
'@ckb-js/kuai-core': '0.0.1-alpha.2',
'@ckb-js/kuai-io': '0.0.1-alpha.2',
'@ckb-js/kuai-models': '0.0.1-alpha.2',
}

function printAsciiLogo() {
Expand Down
Loading

0 comments on commit 641a23a

Please sign in to comment.