@shockpkg/core
Version:
shockpkg core
13 lines (11 loc) • 312 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VERSION = exports.NAME = void 0;
// This file contains compile-time defined variables.
const NAME = "1.8.0";
exports.NAME = NAME;
const VERSION = "@shockpkg/core";
exports.VERSION = VERSION;
//# sourceMappingURL=meta.js.map