Skip to content

Commit

Permalink
Remove algosdk source map references
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Dec 14, 2023
1 parent 2528238 commit f9bf2fe
Show file tree
Hide file tree
Showing 116 changed files with 0 additions and 116 deletions.
1 change: 0 additions & 1 deletion algosdk/abi/abi_type.js
Original file line number Diff line number Diff line change
Expand Up @@ -698,4 +698,3 @@ function findBoolLR(typeList, index, delta) {
}
return until;
}
//# sourceMappingURL=abi_type.js.map
1 change: 0 additions & 1 deletion algosdk/abi/contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ class ABIContract {
}
}
exports.ABIContract = ABIContract;
//# sourceMappingURL=contract.js.map
1 change: 0 additions & 1 deletion algosdk/abi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ __exportStar(require("./interface"), exports);
__exportStar(require("./method"), exports);
__exportStar(require("./transaction"), exports);
__exportStar(require("./reference"), exports);
//# sourceMappingURL=index.js.map
1 change: 0 additions & 1 deletion algosdk/abi/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ class ABIInterface {
}
}
exports.ABIInterface = ABIInterface;
//# sourceMappingURL=interface.js.map
1 change: 0 additions & 1 deletion algosdk/abi/method.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,3 @@ function getMethodByName(methods, name) {
return filteredMethods[0];
}
exports.getMethodByName = getMethodByName;
//# sourceMappingURL=method.js.map
1 change: 0 additions & 1 deletion algosdk/abi/reference.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ function abiTypeIsReference(type) {
type === ABIReferenceType.asset);
}
exports.abiTypeIsReference = abiTypeIsReference;
//# sourceMappingURL=reference.js.map
1 change: 0 additions & 1 deletion algosdk/abi/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ function abiCheckTransactionType(type, txn) {
return txn.type && txn.type.toString() === type.toString();
}
exports.abiCheckTransactionType = abiCheckTransactionType;
//# sourceMappingURL=transaction.js.map
1 change: 0 additions & 1 deletion algosdk/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ function generateAccount() {
return { addr: encodedPk, sk: keys.secretKey };
}
exports.default = generateAccount;
//# sourceMappingURL=account.js.map
1 change: 0 additions & 1 deletion algosdk/bid.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,3 @@ class Bid {
}
}
exports.default = Bid;
//# sourceMappingURL=bid.js.map
1 change: 0 additions & 1 deletion algosdk/boxStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ function translateBoxReferences(references, foreignApps, appIndex) {
return references.map((bx) => translateBoxReference(bx, foreignApps, appIndex));
}
exports.translateBoxReferences = translateBoxReferences;
//# sourceMappingURL=boxStorage.js.map
1 change: 0 additions & 1 deletion algosdk/client/baseHTTPClient.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=baseHTTPClient.js.map
1 change: 0 additions & 1 deletion algosdk/client/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,3 @@ class HTTPClient {
}
}
exports.default = HTTPClient;
//# sourceMappingURL=client.js.map
1 change: 0 additions & 1 deletion algosdk/client/kmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,3 @@ class Kmd extends serviceClient_1.default {
}
}
exports.default = Kmd;
//# sourceMappingURL=kmd.js.map
1 change: 0 additions & 1 deletion algosdk/client/urlTokenBaseHTTPClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,3 @@ class URLTokenBaseHTTPClient {
}
}
exports.URLTokenBaseHTTPClient = URLTokenBaseHTTPClient;
//# sourceMappingURL=urlTokenBaseHTTPClient.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/accountApplicationInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ class AccountApplicationInformation extends jsonrequest_1.default {
}
}
exports.default = AccountApplicationInformation;
//# sourceMappingURL=accountApplicationInformation.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/accountAssetInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ class AccountAssetInformation extends jsonrequest_1.default {
}
}
exports.default = AccountAssetInformation;
//# sourceMappingURL=accountAssetInformation.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/accountInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ class AccountInformation extends jsonrequest_1.default {
}
}
exports.default = AccountInformation;
//# sourceMappingURL=accountInformation.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/algod.js
Original file line number Diff line number Diff line change
Expand Up @@ -785,4 +785,3 @@ class AlgodClient extends serviceClient_1.default {
}
}
exports.default = AlgodClient;
//# sourceMappingURL=algod.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ class Block extends jsonrequest_1.default {
}
}
exports.default = Block;
//# sourceMappingURL=block.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ class Compile extends jsonrequest_1.default {
}
}
exports.default = Compile;
//# sourceMappingURL=compile.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/disassemble.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ class Disassemble extends jsonrequest_1.default {
}
}
exports.default = Disassemble;
//# sourceMappingURL=disassemble.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/dryrun.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ class Dryrun extends jsonrequest_1.default {
}
}
exports.default = Dryrun;
//# sourceMappingURL=dryrun.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/genesis.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ class Genesis extends jsonrequest_1.default {
}
}
exports.default = Genesis;
//# sourceMappingURL=genesis.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/getApplicationBoxByName.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ class GetApplicationBoxByName extends jsonrequest_1.default {
}
}
exports.default = GetApplicationBoxByName;
//# sourceMappingURL=getApplicationBoxByName.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/getApplicationBoxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ class GetApplicationBoxes extends jsonrequest_1.default {
}
}
exports.default = GetApplicationBoxes;
//# sourceMappingURL=getApplicationBoxes.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/getApplicationByID.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ class GetApplicationByID extends jsonrequest_1.default {
}
}
exports.default = GetApplicationByID;
//# sourceMappingURL=getApplicationByID.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/getAssetByID.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ class GetAssetByID extends jsonrequest_1.default {
}
}
exports.default = GetAssetByID;
//# sourceMappingURL=getAssetByID.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/getBlockHash.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ class GetBlockHash extends jsonrequest_1.default {
}
}
exports.default = GetBlockHash;
//# sourceMappingURL=getBlockHash.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/getBlockOffsetTimestamp.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ class GetBlockOffsetTimestamp extends jsonrequest_1.default {
}
}
exports.default = GetBlockOffsetTimestamp;
//# sourceMappingURL=getBlockOffsetTimestamp.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/getBlockTxids.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ class GetBlockTxids extends jsonrequest_1.default {
}
}
exports.default = GetBlockTxids;
//# sourceMappingURL=getBlockTxids.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/getLedgerStateDelta.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ class GetLedgerStateDelta extends jsonrequest_1.default {
}
}
exports.default = GetLedgerStateDelta;
//# sourceMappingURL=getLedgerStateDelta.js.map
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ class GetLedgerStateDeltaForTransactionGroup extends jsonrequest_1.default {
}
}
exports.default = GetLedgerStateDeltaForTransactionGroup;
//# sourceMappingURL=getLedgerStateDeltaForTransactionGroup.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/getSyncRound.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ class GetSyncRound extends jsonrequest_1.default {
}
}
exports.default = GetSyncRound;
//# sourceMappingURL=getSyncRound.js.map
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ class GetTransactionGroupLedgerStateDeltasForRound extends jsonrequest_1.default
}
}
exports.default = GetTransactionGroupLedgerStateDeltasForRound;
//# sourceMappingURL=getTransactionGroupLedgerStateDeltasForRound.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/getTransactionProof.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ class GetTransactionProof extends jsonrequest_1.default {
}
}
exports.default = GetTransactionProof;
//# sourceMappingURL=getTransactionProof.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/healthCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ class HealthCheck extends jsonrequest_1.default {
}
}
exports.default = HealthCheck;
//# sourceMappingURL=healthCheck.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/lightBlockHeaderProof.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ class LightBlockHeaderProof extends jsonrequest_1.default {
}
}
exports.default = LightBlockHeaderProof;
//# sourceMappingURL=lightBlockHeaderProof.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/models/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -3162,4 +3162,3 @@ class Version extends basemodel_1.default {
}
}
exports.Version = Version;
//# sourceMappingURL=types.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/pendingTransactionInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ class PendingTransactionInformation extends jsonrequest_1.default {
}
}
exports.default = PendingTransactionInformation;
//# sourceMappingURL=pendingTransactionInformation.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/pendingTransactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ class PendingTransactions extends jsonrequest_1.default {
}
}
exports.default = PendingTransactions;
//# sourceMappingURL=pendingTransactions.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/pendingTransactionsByAddress.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ class PendingTransactionsByAddress extends jsonrequest_1.default {
}
}
exports.default = PendingTransactionsByAddress;
//# sourceMappingURL=pendingTransactionsByAddress.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/ready.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ class Ready extends jsonrequest_1.default {
}
}
exports.default = Ready;
//# sourceMappingURL=ready.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/sendRawTransaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ class SendRawTransaction extends jsonrequest_1.default {
}
}
exports.default = SendRawTransaction;
//# sourceMappingURL=sendRawTransaction.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/setBlockOffsetTimestamp.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ class SetBlockOffsetTimestamp extends jsonrequest_1.default {
}
}
exports.default = SetBlockOffsetTimestamp;
//# sourceMappingURL=setBlockOffsetTimestamp.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/setSyncRound.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ class SetSyncRound extends jsonrequest_1.default {
}
}
exports.default = SetSyncRound;
//# sourceMappingURL=setSyncRound.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/simulateTransaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,3 @@ class SimulateRawTransactions extends jsonrequest_1.default {
}
}
exports.default = SimulateRawTransactions;
//# sourceMappingURL=simulateTransaction.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/stateproof.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ class StateProof extends jsonrequest_1.default {
}
}
exports.default = StateProof;
//# sourceMappingURL=stateproof.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ class Status extends jsonrequest_1.default {
}
}
exports.default = Status;
//# sourceMappingURL=status.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/statusAfterBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ class StatusAfterBlock extends jsonrequest_1.default {
}
}
exports.default = StatusAfterBlock;
//# sourceMappingURL=statusAfterBlock.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/suggestedParams.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ class SuggestedParamsRequest extends jsonrequest_1.default {
}
}
exports.default = SuggestedParamsRequest;
//# sourceMappingURL=suggestedParams.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/supply.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ class Supply extends jsonrequest_1.default {
}
}
exports.default = Supply;
//# sourceMappingURL=supply.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/unsetSyncRound.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ class UnsetSyncRound extends jsonrequest_1.default {
}
}
exports.default = UnsetSyncRound;
//# sourceMappingURL=unsetSyncRound.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/algod/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ class Versions extends jsonrequest_1.default {
}
}
exports.default = Versions;
//# sourceMappingURL=versions.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/basemodel.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ class BaseModel {
}
}
exports.default = BaseModel;
//# sourceMappingURL=basemodel.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/indexer/indexer.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,3 @@ class IndexerClient extends serviceClient_1.default {
}
}
exports.default = IndexerClient;
//# sourceMappingURL=indexer.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/indexer/lookupAccountAppLocalStates.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,3 @@ class LookupAccountAppLocalStates extends jsonrequest_1.default {
}
}
exports.default = LookupAccountAppLocalStates;
//# sourceMappingURL=lookupAccountAppLocalStates.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/indexer/lookupAccountAssets.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,3 @@ class LookupAccountAssets extends jsonrequest_1.default {
}
}
exports.default = LookupAccountAssets;
//# sourceMappingURL=lookupAccountAssets.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/indexer/lookupAccountByID.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,3 @@ class LookupAccountByID extends jsonrequest_1.default {
}
}
exports.default = LookupAccountByID;
//# sourceMappingURL=lookupAccountByID.js.map
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,3 @@ class LookupAccountCreatedApplications extends jsonrequest_1.default {
}
}
exports.default = LookupAccountCreatedApplications;
//# sourceMappingURL=lookupAccountCreatedApplications.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/indexer/lookupAccountCreatedAssets.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,3 @@ class LookupAccountCreatedAssets extends jsonrequest_1.default {
}
}
exports.default = LookupAccountCreatedAssets;
//# sourceMappingURL=lookupAccountCreatedAssets.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/indexer/lookupAccountTransactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,3 @@ class LookupAccountTransactions extends jsonrequest_1.default {
}
}
exports.default = LookupAccountTransactions;
//# sourceMappingURL=lookupAccountTransactions.js.map
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ class LookupApplicationBoxByIDandName extends jsonrequest_1.default {
}
}
exports.default = LookupApplicationBoxByIDandName;
//# sourceMappingURL=lookupApplicationBoxByIDandName.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/indexer/lookupApplicationLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,3 @@ class LookupApplicationLogs extends jsonrequest_1.default {
}
}
exports.default = LookupApplicationLogs;
//# sourceMappingURL=lookupApplicationLogs.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/indexer/lookupApplications.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ class LookupApplications extends jsonrequest_1.default {
}
}
exports.default = LookupApplications;
//# sourceMappingURL=lookupApplications.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/indexer/lookupAssetBalances.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,3 @@ class LookupAssetBalances extends jsonrequest_1.default {
}
}
exports.default = LookupAssetBalances;
//# sourceMappingURL=lookupAssetBalances.js.map
1 change: 0 additions & 1 deletion algosdk/client/v2/indexer/lookupAssetByID.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ class LookupAssetByID extends jsonrequest_1.default {
}
}
exports.default = LookupAssetByID;
//# sourceMappingURL=lookupAssetByID.js.map
Loading

0 comments on commit f9bf2fe

Please sign in to comment.