Skip to content

Commit

Permalink
v0.5.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cf committed Aug 6, 2024
1 parent e1d7728 commit e59f626
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doge-sdk",
"version": "0.5.0-beta.0",
"version": "0.5.0-beta.1",
"description": "An ultra-lightweight, fully featured dogecoin library for the browser and node.js.",
"types": "dist/types/index.d.js",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export type {
IDogeLinkRPCInfo,
IDogeLinkRPC,
ITransactionWithStatus,
IFeeEstimateMap,
} from './rpc/types';
export * from './rpc';

Expand Down

0 comments on commit e59f626

Please sign in to comment.