electron-reactive-event-cli 1.0.20 → 1.0.21

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.
@@ -1 +1 @@
1
- {"version":3,"file":"Shared.d.ts","sourceRoot":"","sources":["../Source/Shared.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAWpC,wBAAsB,UAAU,CAAC,SAAS,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC,CAKlE"}
1
+ {"version":3,"file":"Shared.d.ts","sourceRoot":"","sources":["../Source/Shared.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAWpC,wBAAsB,UAAU,CAAC,SAAS,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC,CAMlE"}
@@ -13,8 +13,9 @@ function GetMainCommand() {
13
13
  .helpCommand("help [command]", "Display help for command");
14
14
  }
15
15
  export async function RunCommand(InCommand) {
16
+ console.log(process.argv);
16
17
  await GetMainCommand()
17
18
  .addCommand(InCommand)
18
- .parseAsync([InCommand.name(), ...process.argv.slice(2)]);
19
+ .parseAsync([InCommand.name(), ...process.argv]);
19
20
  }
20
21
  //# sourceMappingURL=Shared.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Shared.js","sourceRoot":"","sources":["../Source/Shared.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,SAAS,cAAc;IAEnB,OAAO,IAAI,OAAO,CAAC,6BAA6B,CAAC;SAC5C,WAAW,CAAC,uFAAuF,CAAC;SACpG,kBAAkB,EAAE;SACpB,UAAU,CAAC,YAAY,EAAE,0BAA0B,CAAC;SACpD,WAAW,CAAC,gBAAgB,EAAE,0BAA0B,CAAC,CAAC;AACnE,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,UAAU,CAAC,SAAkB;IAE/C,MAAM,cAAc,EAAE;SACjB,UAAU,CAAC,SAAS,CAAC;SACrB,UAAU,CAAC,CAAE,SAAS,CAAC,IAAI,EAAE,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC;AACpE,CAAC"}
1
+ {"version":3,"file":"Shared.js","sourceRoot":"","sources":["../Source/Shared.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,SAAS,cAAc;IAEnB,OAAO,IAAI,OAAO,CAAC,6BAA6B,CAAC;SAC5C,WAAW,CAAC,uFAAuF,CAAC;SACpG,kBAAkB,EAAE;SACpB,UAAU,CAAC,YAAY,EAAE,0BAA0B,CAAC;SACpD,WAAW,CAAC,gBAAgB,EAAE,0BAA0B,CAAC,CAAC;AACnE,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,UAAU,CAAC,SAAkB;IAE/C,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1B,MAAM,cAAc,EAAE;SACjB,UAAU,CAAC,SAAS,CAAC;SACrB,UAAU,CAAC,CAAE,SAAS,CAAC,IAAI,EAAE,EAAE,GAAG,OAAO,CAAC,IAAI,CAAE,CAAC,CAAC;AAC3D,CAAC"}
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "setup": "./Distribution/Setup.js"
5
5
  },
6
6
  "name": "electron-reactive-event-cli",
7
- "version": "1.0.20",
7
+ "version": "1.0.21",
8
8
  "description": "Helper package to integrate electron-reactive-event in your Electron- and React-based app.",
9
9
  "keywords": [
10
10
  "electron",