@eversdk/smc
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,1 +1,2 @@ | ||
export { EverWallet } from './wallets/ever-wallet'; | ||
export { PreprocessedWalletV2 } from './wallets/pwv2'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PreprocessedWalletV2 = void 0; | ||
exports.PreprocessedWalletV2 = exports.EverWallet = void 0; | ||
var ever_wallet_1 = require("./wallets/ever-wallet"); | ||
Object.defineProperty(exports, "EverWallet", { enumerable: true, get: function () { return ever_wallet_1.EverWallet; } }); | ||
var pwv2_1 = require("./wallets/pwv2"); | ||
Object.defineProperty(exports, "PreprocessedWalletV2", { enumerable: true, get: function () { return pwv2_1.PreprocessedWalletV2; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@eversdk/smc", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Commonly used tvm contracts typescript package", | ||
@@ -41,3 +41,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@eversdk/ton": "0.1.0" | ||
"@eversdk/ton": "0.1.1" | ||
}, | ||
@@ -44,0 +44,0 @@ "types": "./dist/index.d.ts", |
@@ -15,2 +15,3 @@ ## @eversdk/smc | ||
| [ton-preprocessed-wallet-v2](https://github.com/pyAndr3w/ton-preprocessed-wallet-v2) support | ✅ | | ||
| [ever-wallet-contract](https://github.com/broxus/ever-wallet-contract) support | ✅ | | ||
| wallet-v3r2 support | ❌ | | ||
@@ -17,0 +18,0 @@ | wallet-v4r2 support | ❌ | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88361
14
234
27
+ Added@eversdk/ton@0.1.1(transitive)
- Removed@eversdk/ton@0.1.0(transitive)
Updated@eversdk/ton@0.1.1