Skip to content

Commit

Permalink
feat: add near-api-js package to docs job
Browse files Browse the repository at this point in the history
  • Loading branch information
few-sw committed Nov 16, 2023
1 parent 85fba90 commit 2a1c272
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/accounts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ A collection of classes, functions, and types for interacting with accounts and

## Modules

- [Account](/packages/accounts/src/account.ts) a class with methods to transfer NEAR, manage account keys, sign transactions, etc.
- [AccountMultisig](/packages/accounts/src/account_multisig.ts) a [multisig](https://github.com/near/core-contracts/tree/master/multisig) deployed `Account` requiring multiple keys to sign transactions
- [Account](https://github.com/near/near-api-js/blob/master/packages/accounts/src/account.ts) a class with methods to transfer NEAR, manage account keys, sign transactions, etc.
- [AccountMultisig](https://github.com/near/near-api-js/blob/master/packages/accounts/src/account_multisig.ts) a [multisig](https://github.com/near/core-contracts/tree/master/multisig) deployed `Account` requiring multiple keys to sign transactions
- [Account2FA](https://github.com/near/near-api-js/blob/master/packages/accounts/src/account_2fa.ts) extension of `AccountMultisig` used in conjunction with 2FA provided by [near-contract-helper](https://github.com/near/near-contract-helper)
- [AccountCreator](https://github.com/near/near-api-js/blob/master/packages/accounts/src/account_creator.ts) classes for creating NEAR accounts
- [Contract](https://github.com/near/near-api-js/blob/master/packages/accounts/src/contract.ts) represents a deployed smart contract with view and/or change methods
Expand Down
4 changes: 2 additions & 2 deletions packages/near-api-js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
// "Class",
// "Interface",
// "Constructor",
"Property",
// "Property",
// "Method",
// "CallSignature",
// "IndexSignature",
Expand All @@ -49,7 +49,7 @@
// "GetSignature",
// "SetSignature",
// "TypeAlias",
"Reference"
// "Reference"
],
"githubPages": false,
},
Expand Down
24 changes: 12 additions & 12 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"skipErrorChecking": true,
"disableGit": true,
"entryPoints": [
//"packages/near-api-js",
"packages/near-api-js",
"packages/accounts",
"packages/biometric-ed25519",
// "packages/cookbook",
// "packages/crypto",
// "packages/iframe-rpc",
// "packages/keystores",
// "packages/keystores-browser",
// "packages/keystores-node",
// "packages/providers",
// "packages/signers",
// "packages/transactions",
// "packages/types",
// "packages/utils",
// "packages/wallet-account"
"packages/crypto",
"packages/iframe-rpc",
"packages/keystores",
"packages/keystores-browser",
"packages/keystores-node",
"packages/providers",
"packages/signers",
"packages/transactions",
"packages/types",
"packages/utils",
"packages/wallet-account"
],
"entryPointStrategy": "packages",
"githubPages": false,
Expand Down

0 comments on commit 2a1c272

Please sign in to comment.