Skip to content

Commit

Permalink
Merge pull request okx#23 from okx/develop
Browse files Browse the repository at this point in the history
coin-kaspa add index.ts
  • Loading branch information
yanminmin authored Nov 13, 2023
2 parents df9135e + 3ef19ab commit b106459
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/coin-kaspa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

# Change Log

All notable changes to this project will be documented in this file.

# [1.0.1](https://github.com/okx/js-wallet-sdk) (2023-11-13)

### Bug Fixes

- **coin-kaspa:** add index.ts ([23](https://github.com/okx/js-wallet-sdk/pull/23))
2 changes: 1 addition & 1 deletion packages/coin-kaspa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okxweb3/coin-kaspa",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/coin-kaspa/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./KaspaWallet";

0 comments on commit b106459

Please sign in to comment.