@loybung/launcher 7.0.5 → 7.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -32,6 +32,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32
32
  });
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.Launcher = void 0;
35
36
  const fs = __importStar(require("fs"));
36
37
  const path = __importStar(require("path"));
37
38
  class Launcher {
@@ -81,4 +82,4 @@ class Launcher {
81
82
  });
82
83
  }
83
84
  }
84
- exports.default = Launcher;
85
+ exports.Launcher = Launcher;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loybung/launcher",
3
- "version": "7.0.5",
3
+ "version": "7.0.6",
4
4
  "description": "LOYBUNG / Launcher",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",