runlify 0.0.76 → 0.0.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.js ADDED
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./projectsGeneration/builders/SystemMetaBuilder"), exports);
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLGtGQUErRCJ9
@@ -0,0 +1 @@
1
+ export * from './projectsGeneration/builders/SystemMetaBuilder';
@@ -1,3 +1,4 @@
1
+ export { default as SystemMetaBuilder } from './projectsGeneration/builders/SystemMetaBuilder';
1
2
  export declare type MemoryAndCpu = {
2
3
  memory: string;
3
4
  cpu: string;
package/build/types.js CHANGED
@@ -1,3 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvdHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
3
+ exports.SystemMetaBuilder = void 0;
4
+ var SystemMetaBuilder_1 = require("./projectsGeneration/builders/SystemMetaBuilder");
5
+ Object.defineProperty(exports, "SystemMetaBuilder", { enumerable: true, get: function () { return SystemMetaBuilder_1.default; } });
6
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvdHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEscUZBQThGO0FBQXJGLHNIQUFBLE9BQU8sT0FBcUIifQ==
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "runlify",
3
- "version": "0.0.76",
3
+ "version": "0.0.79",
4
4
  "description": "runlify CLI",
5
5
  "private": false,
6
+ "main": "build/index.js",
6
7
  "types": "build/types/types.d.ts",
7
8
  "bin": {
8
9
  "runlify": "bin/runlify"