@tonconnect/protocol
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -6,2 +6,1 @@ "use strict"; | ||
Object.defineProperty(exports, "SessionCrypto", { enumerable: true, get: function () { return session_crypto_1.SessionCrypto; } }); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=key-pair.js.map |
@@ -56,2 +56,1 @@ "use strict"; | ||
exports.SessionCrypto = SessionCrypto; | ||
//# sourceMappingURL=session-crypto.js.map |
@@ -20,2 +20,1 @@ "use strict"; | ||
__exportStar(require("./utils"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=app-message.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=connect-item.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=connect-request.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=index.js.map |
@@ -19,2 +19,1 @@ "use strict"; | ||
__exportStar(require("./connect-request"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=app-request.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=send-transaction-rpc-request.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=return-strategy.js.map |
@@ -9,2 +9,1 @@ "use strict"; | ||
})(CHAIN = exports.CHAIN || (exports.CHAIN = {})); | ||
//# sourceMappingURL=CHAIN.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=device-info.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=feature.js.map |
@@ -22,2 +22,1 @@ "use strict"; | ||
Object.defineProperty(exports, "CHAIN", { enumerable: true, get: function () { return CHAIN_1.CHAIN; } }); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=rpc-method.js.map |
@@ -19,2 +19,1 @@ "use strict"; | ||
__exportStar(require("./wallet-response"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -19,2 +19,1 @@ "use strict"; | ||
})(CONNECT_ITEM_ERROR_CODES = exports.CONNECT_ITEM_ERROR_CODES || (exports.CONNECT_ITEM_ERROR_CODES = {})); | ||
//# sourceMappingURL=connect-event.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=disconnect-event.js.map |
@@ -6,2 +6,1 @@ "use strict"; | ||
Object.defineProperty(exports, "CONNECT_EVENT_ERROR_CODES", { enumerable: true, get: function () { return connect_event_1.CONNECT_EVENT_ERROR_CODES; } }); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=wallet-event.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=wallet-message.js.map |
@@ -6,2 +6,1 @@ "use strict"; | ||
Object.defineProperty(exports, "SEND_TRANSACTION_ERROR_CODES", { enumerable: true, get: function () { return send_transaction_rpc_response_1.SEND_TRANSACTION_ERROR_CODES; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -12,2 +12,1 @@ "use strict"; | ||
})(SEND_TRANSACTION_ERROR_CODES = exports.SEND_TRANSACTION_ERROR_CODES || (exports.SEND_TRANSACTION_ERROR_CODES = {})); | ||
//# sourceMappingURL=send-transaction-rpc-response.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=wallet-response-template.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=wallet-response.js.map |
@@ -57,2 +57,1 @@ "use strict"; | ||
}; | ||
//# sourceMappingURL=base64.js.map |
@@ -39,2 +39,1 @@ "use strict"; | ||
exports.hexToByteArray = hexToByteArray; | ||
//# sourceMappingURL=binary.js.map |
@@ -13,2 +13,1 @@ "use strict"; | ||
Object.defineProperty(exports, "isNode", { enumerable: true, get: function () { return web_api_1.isNode; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -8,2 +8,1 @@ "use strict"; | ||
exports.isNode = isNode; | ||
//# sourceMappingURL=web-api.js.map |
{ | ||
"name": "@tonconnect/protocol", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
37644
67