Skip to content

Commit

Permalink
feat: add files
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailDeng authored and AbigailDeng committed Oct 30, 2023
1 parent 2475ac5 commit 1e1a06d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions dist/aelf.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -40103,6 +40103,15 @@ var src_AElf = /*#__PURE__*/function () {
this.currentProvider = provider;
this.chain = new (src_get_("Chain"))(this._requestManager);
}

/**
* @type {protobuf} export protobufjs for developers
*/

/**
* AElf-sdk version
* @type {{api: string}}
*/
createClass_default()(AElf, [{
key: "isConnected",
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/aelf.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aelf.umd.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
],
"files": [
"src",
"types",
"dist",
"proto",
"README.md",
Expand Down

0 comments on commit 1e1a06d

Please sign in to comment.