UNPKG

@simbachain/truffle

Version:
50 lines 2.41 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { Object.defineProperty(o, "default", { enumerable: true, value: v }); }) : function(o, v) { o["default"] = v; }); var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); __setModuleDefault(result, mod); return result; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeleteContract = exports.ResetDir = exports.GetDirs = exports.SetDir = exports.SimbaInfo = exports.AddLib = exports.View = exports.Pull = exports.LogLevel = exports.Help = exports.Logout = exports.Login = exports.Deploy = exports.Export = exports.Clean = void 0; const ExportCommand = __importStar(require("./export")); const DeployCommand = __importStar(require("./deploy")); const LoginCommand = __importStar(require("./login")); const LogoutCommand = __importStar(require("./logout")); const HelpCommand = __importStar(require("./help")); const LogLevelCommand = __importStar(require("./loglevel")); const CleanCommand = __importStar(require("./clean")); const InfoCommand = __importStar(require("./simbainfo")); const SetDirCommand = __importStar(require("./setdir")); const GetDirCommand = __importStar(require("./getdirs")); const ResetDirCommand = __importStar(require("./resetdir")); const contract_1 = require("./contract"); exports.Clean = CleanCommand; exports.Export = ExportCommand; exports.Deploy = DeployCommand; exports.Login = LoginCommand; exports.Logout = LogoutCommand; exports.Help = HelpCommand; exports.LogLevel = LogLevelCommand; exports.Pull = contract_1.Pull; exports.View = contract_1.View; exports.AddLib = contract_1.AddLib; exports.SimbaInfo = InfoCommand; exports.SetDir = SetDirCommand; exports.GetDirs = GetDirCommand; exports.ResetDir = ResetDirCommand; exports.DeleteContract = contract_1.DeleteContract; //# sourceMappingURL=index.js.map