@fun-forge/dev-tools
Advanced tools
Comparing version 1.0.1-alpha.6 to 1.0.1-alpha.7
@@ -5,3 +5,3 @@ import { IBaseDialogProps, IButtonProps } from "./behaviour"; | ||
import { WalletController } from "./wallet"; | ||
import { IGlobalWallet, IConnectWalletResponse, IWalletBaseBehaviour, IWalletCoreData } from "./wallet/types"; | ||
export { Tracker, ITrackerBehaviour, AcceptableTrackParams, TelegramCommander, ITelegramWalletConfig, IBaseDialogProps, IButtonProps, WalletController, IGlobalWallet, IConnectWalletResponse, IWalletBaseBehaviour, IWalletCoreData, }; | ||
import { IGlobalWallet, IConnectWalletResponse, IWalletBaseBehaviour, IWalletCoreData, WalletType } from "./wallet/types"; | ||
export { Tracker, ITrackerBehaviour, AcceptableTrackParams, TelegramCommander, ITelegramWalletConfig, IBaseDialogProps, IButtonProps, WalletController, IGlobalWallet, IConnectWalletResponse, IWalletBaseBehaviour, IWalletCoreData, WalletType, }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.WalletController = exports.TelegramCommander = exports.Tracker = void 0; | ||
exports.WalletType = exports.WalletController = exports.TelegramCommander = exports.Tracker = void 0; | ||
var track_1 = require("./track"); | ||
@@ -10,2 +10,4 @@ Object.defineProperty(exports, "Tracker", { enumerable: true, get: function () { return track_1.Tracker; } }); | ||
Object.defineProperty(exports, "WalletController", { enumerable: true, get: function () { return wallet_1.WalletController; } }); | ||
var types_1 = require("./wallet/types"); | ||
Object.defineProperty(exports, "WalletType", { enumerable: true, get: function () { return types_1.WalletType; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@fun-forge/dev-tools", | ||
"version": "1.0.1-alpha.6", | ||
"version": "1.0.1-alpha.7", | ||
"description": "used to build up telegram mini games", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
264683
4025