Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
vpanchal-supra committed Oct 3, 2024
1 parent e4a1efc commit ddebfd6
Show file tree
Hide file tree
Showing 30 changed files with 109 additions and 104 deletions.
2 changes: 1 addition & 1 deletion dist/browser/index.d.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { TxnBuilderTypes, HexString, AptosAccount } from 'aptos';
export { AptosAccount, BCS, HexString, TxnBuilderTypes } from 'aptos';
export { BCS, HexString, AptosAccount as SupraAccount, TxnBuilderTypes } from 'aptos';

interface AccountInfo {
sequence_number: bigint;
Expand Down
2 changes: 1 addition & 1 deletion dist/browser/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { TxnBuilderTypes, HexString, AptosAccount } from 'aptos';
export { AptosAccount, BCS, HexString, TxnBuilderTypes } from 'aptos';
export { BCS, HexString, AptosAccount as SupraAccount, TxnBuilderTypes } from 'aptos';

interface AccountInfo {
sequence_number: bigint;
Expand Down
2 changes: 1 addition & 1 deletion dist/browser/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/browser/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/browser/index.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/browser/index.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/node/index.d.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { TxnBuilderTypes, HexString, AptosAccount } from 'aptos';
export { AptosAccount, BCS, HexString, TxnBuilderTypes } from 'aptos';
export { BCS, HexString, AptosAccount as SupraAccount, TxnBuilderTypes } from 'aptos';

interface AccountInfo {
sequence_number: bigint;
Expand Down
2 changes: 1 addition & 1 deletion dist/node/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { TxnBuilderTypes, HexString, AptosAccount } from 'aptos';
export { AptosAccount, BCS, HexString, TxnBuilderTypes } from 'aptos';
export { BCS, HexString, AptosAccount as SupraAccount, TxnBuilderTypes } from 'aptos';

interface AccountInfo {
sequence_number: bigint;
Expand Down
4 changes: 2 additions & 2 deletions dist/node/index.js

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

2 changes: 1 addition & 1 deletion dist/node/index.js.map

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions dist/node/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10821,7 +10821,12 @@ var require_follow_redirects = __commonJS({
});

// src/index.ts
import { TxnBuilderTypes, BCS, HexString, AptosAccount } from "aptos";
import {
TxnBuilderTypes,
BCS,
HexString,
AptosAccount as SupraAccount
} from "aptos";

// node_modules/axios/lib/helpers/bind.js
function bind(fn, thisArg) {
Expand Down Expand Up @@ -14909,9 +14914,9 @@ var SupraClient = class _SupraClient {
}
};
export {
AptosAccount,
BCS,
HexString,
SupraAccount,
SupraClient,
TransactionStatus,
TxTypeForTransactionInsights,
Expand Down
2 changes: 1 addition & 1 deletion dist/node/index.mjs.map

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
--dark-hl-1: #DCDCAA;
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-hl-3: #000000;
--dark-hl-3: #C8C8C8;
--light-hl-4: #0000FF;
--dark-hl-4: #569CD6;
--light-hl-5: #0070C1;
--dark-hl-5: #4FC1FF;
--light-hl-6: #001080;
--dark-hl-6: #9CDCFE;
--light-hl-7: #008000;
--dark-hl-7: #6A9955;
--light-hl-3: #0000FF;
--dark-hl-3: #569CD6;
--light-hl-4: #0070C1;
--dark-hl-4: #4FC1FF;
--light-hl-5: #001080;
--dark-hl-5: #9CDCFE;
--light-hl-6: #008000;
--dark-hl-6: #6A9955;
--light-hl-7: #000000;
--dark-hl-7: #C8C8C8;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

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

Loading

0 comments on commit ddebfd6

Please sign in to comment.