@neon-rs/cli 0.0.46 → 0.0.48

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 +7 -0
  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);
@@ -15363,6 +15365,11 @@ function printError(e) {
15363
15365
 
15364
15366
  ;// CONCATENATED MODULE: ./src/index.ts
15365
15367
 
15368
+ const absoluteRequire = (0,external_node_module_.createRequire)(import.meta.url);
15369
+ global['require'] = function (spec) {
15370
+ return absoluteRequire(spec);
15371
+ };
15372
+
15366
15373
 
15367
15374
 
15368
15375
  class Cli {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neon-rs/cli",
3
- "version": "0.0.46",
3
+ "version": "0.0.48",
4
4
  "description": "Command-line build tool for Neon modules.",
5
5
  "type": "module",
6
6
  "exports": "./index.js",