@neon-rs/cli 0.0.47 → 0.0.49

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.
Files changed (2) hide show
  1. package/index.js +5 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10449,6 +10449,8 @@ var __webpack_exports__ = {};
10449
10449
  // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
10450
10450
  (() => {
10451
10451
 
10452
+ // EXTERNAL MODULE: external "node:module"
10453
+ var external_node_module_ = __nccwpck_require__(2033);
10452
10454
  // EXTERNAL MODULE: ../../node_modules/command-line-commands/index.js
10453
10455
  var command_line_commands = __nccwpck_require__(5908);
10454
10456
  var command_line_commands_default = /*#__PURE__*/__nccwpck_require__.n(command_line_commands);
@@ -15361,17 +15363,15 @@ function printError(e) {
15361
15363
  console.error(chalk_source.bold.red("error:") + " " + ((e instanceof Error) ? e.message : String(e)));
15362
15364
  }
15363
15365
 
15364
- // EXTERNAL MODULE: external "node:module"
15365
- var external_node_module_ = __nccwpck_require__(2033);
15366
15366
  ;// CONCATENATED MODULE: ./src/index.ts
15367
15367
 
15368
-
15369
-
15370
-
15371
15368
  const absoluteRequire = (0,external_node_module_.createRequire)(import.meta.url);
15372
15369
  global['require'] = function (spec) {
15373
15370
  return absoluteRequire(spec);
15374
15371
  };
15372
+
15373
+
15374
+
15375
15375
  class Cli {
15376
15376
  parse() {
15377
15377
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neon-rs/cli",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "description": "Command-line build tool for Neon modules.",
5
5
  "type": "module",
6
6
  "exports": "./index.js",