@comartek/star-pop10-commander
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,5 +0,2 @@ | ||
export declare class Example { | ||
private _logger; | ||
constructor(); | ||
exampleMethod(param: string): string; | ||
} | ||
export * from './StarCLIClient'; | ||
export * from './StarPrinterClient'; |
@@ -1,18 +0,19 @@ | ||
'use strict'; | ||
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Example = void 0; | ||
var sitka_1 = require("sitka"); | ||
var Example = /** @class */ (function () { | ||
/* Constructor */ | ||
function Example() { | ||
this._logger = sitka_1.Logger.getLogger({ name: this.constructor.name }); | ||
} | ||
/* Public Instance Methods */ | ||
Example.prototype.exampleMethod = function (param) { | ||
this._logger.debug('Received: ' + param); | ||
return param; | ||
}; | ||
return Example; | ||
}()); | ||
exports.Example = Example; | ||
__exportStar(require("./StarCLIClient"), exports); | ||
__exportStar(require("./StarPrinterClient"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@comartek/star-pop10-commander", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Support commands of star pop10 cash", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
33398
43
441