Skip to content

Commit

Permalink
chore: release 1.0.0 (#1)
Browse files Browse the repository at this point in the history
* chore: release 1.0.0

* chore: update package.json

* chore: yarn.lock
  • Loading branch information
originalix authored Feb 13, 2023
1 parent f5bcefa commit 3ff39e6
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 32 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coin-selection

Minimal implementation of Cardano coin selection algorithms (see [CIP-2](https://cips.cardano.org/cips/cip2/)) developed solely for Trezor Suite.
Minimal implementation of Cardano coin selection algorithms (see [CIP-2](https://cips.cardano.org/cips/cip2/)) developed solely for OneKeyHQ.
Under the hood it leverages Cardano Serialization Lib via WASM module.

## Features
Expand Down
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"name": "cardano-coin-selection",
"version": "1.1.5",
"name": "@onekeyfe/cardano-coin-selection",
"version": "1.0.0",
"description": "",
"keywords": [
"coin selection"
],
"license": "MIT",
"author": "[email protected]",
"author": "OneKeyHQ",
"homepage": "https://github.com/OneKeyHQ/coin-selection",
"repository": {
"type": "git",
"url": "git+https://github.com/OneKeyHQ/coin-selection.git"
},
"publishConfig": {
"access": "public"
},
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"files": [
Expand Down
56 changes: 28 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1291,6 +1291,34 @@ __metadata:
languageName: node
linkType: hard

"@onekeyfe/cardano-coin-selection@workspace:.":
version: 0.0.0-use.local
resolution: "@onekeyfe/cardano-coin-selection@workspace:."
dependencies:
"@emurgo/cardano-message-signing-browser": ^1.0.1
"@emurgo/cardano-serialization-lib-browser": 11.1.0
"@emurgo/cardano-serialization-lib-nodejs": 11.0.0
"@swc-node/jest": ^1.5.2
"@types/jest": ^28.1.6
"@types/node": ^16.3.2
"@typescript-eslint/eslint-plugin": ^5.32.0
"@typescript-eslint/parser": 5.32.0
bignumber.js: ^9.0.1
eslint: 8.21.0
eslint-config-prettier: 8.5.0
eslint-plugin-import: 2.26.0
eslint-plugin-prettier: 4.2.1
jest: ^28.1.3
make-coverage-badge: ^1.2.0
npm-run-all: ^4.1.5
prettier: 2.7.1
rimraf: ^3.0.2
typescript: ^4.7.4
peerDependencies:
bignumber.js: ^9.0.1
languageName: unknown
linkType: soft

"@sinclair/typebox@npm:^0.24.1":
version: 0.24.25
resolution: "@sinclair/typebox@npm:0.24.25"
Expand Down Expand Up @@ -2215,34 +2243,6 @@ __metadata:
languageName: node
linkType: hard

"cardano-coin-selection@workspace:.":
version: 0.0.0-use.local
resolution: "cardano-coin-selection@workspace:."
dependencies:
"@emurgo/cardano-message-signing-browser": ^1.0.1
"@emurgo/cardano-serialization-lib-browser": 11.1.0
"@emurgo/cardano-serialization-lib-nodejs": 11.0.0
"@swc-node/jest": ^1.5.2
"@types/jest": ^28.1.6
"@types/node": ^16.3.2
"@typescript-eslint/eslint-plugin": ^5.32.0
"@typescript-eslint/parser": 5.32.0
bignumber.js: ^9.0.1
eslint: 8.21.0
eslint-config-prettier: 8.5.0
eslint-plugin-import: 2.26.0
eslint-plugin-prettier: 4.2.1
jest: ^28.1.3
make-coverage-badge: ^1.2.0
npm-run-all: ^4.1.5
prettier: 2.7.1
rimraf: ^3.0.2
typescript: ^4.7.4
peerDependencies:
bignumber.js: ^9.0.1
languageName: unknown
linkType: soft

"chalk@npm:^2.0.0, chalk@npm:^2.4.1":
version: 2.4.2
resolution: "chalk@npm:2.4.2"
Expand Down

0 comments on commit 3ff39e6

Please sign in to comment.