@intuned/runtime-dev 0.1.0-test.36 → 0.1.0-test.37

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.
@@ -21,7 +21,7 @@ function isThirdPartyWarning(warning) {
21
21
  return false;
22
22
  }
23
23
  _dotenv.default.config();
24
- _commander.program.description("build the intuned server").addArgument(new _commander.Argument("<mode>", "mode of execution").choices(["vanilla", "playwright"]).default("playwright").argOptional()).argument("[outfile]", "output bundle", "./output/bundle_v2.js").option("--template", "template to use", "WebTemplate").allowUnknownOption().action(async (mode, outfile, {
24
+ _commander.program.description("build the intuned server").addArgument(new _commander.Argument("<mode>", "mode of execution").choices(["vanilla", "playwright"]).default("playwright").argOptional()).argument("[outfile]", "output bundle", "./output/bundle_v2.js").option("-t, --template", "template to use", "WebTemplate").allowUnknownOption().action(async (mode, outfile, {
25
25
  template
26
26
  }) => {
27
27
  await (0, _template.moveTemplateFiles)(template);
@@ -8,7 +8,7 @@ var path = _interopRequireWildcard(require("path"));
8
8
  var _template = require("./common/utils/template");
9
9
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
10
10
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
11
- _commander.program.description("Check TypeScript types in the project").option("--template", "template to use", "WebTemplate").allowUnknownOption().action(async ({
11
+ _commander.program.description("Check TypeScript types in the project").option("-t, --template", "template to use", "WebTemplate").allowUnknownOption().action(async ({
12
12
  template
13
13
  }) => {
14
14
  await (0, _template.moveTemplateFiles)(template);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "0.1.0-test.36",
3
+ "version": "0.1.0-test.37",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",