@bitblit/epsilon
Version:
Tiny adapter to simplify building API gateway Lambda APIS
21 lines • 716 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RatchetEpsilonCommonInfo = void 0;
class RatchetEpsilonCommonInfo {
// Empty constructor prevents instantiation
// eslint-disable-next-line @typescript-eslint/no-empty-function
constructor() { }
static buildInformation() {
const val = {
version: 'LOCAL-SNAPSHOT',
hash: 'LOCAL-HASH',
branch: 'LOCAL-BRANCH',
tag: 'LOCAL-TAG',
timeBuiltISO: 'LOCAL-TIME-ISO',
notes: 'LOCAL-NOTES',
};
return val;
}
}
exports.RatchetEpsilonCommonInfo = RatchetEpsilonCommonInfo;
//# sourceMappingURL=ratchet-epsilon-common-info.js.map