@neon-rs/cli 0.0.86 → 0.0.115

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 +12 -12
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -450,7 +450,7 @@ function expand(str, isTop) {
450
450
 
451
451
  /***/ }),
452
452
 
453
- /***/ 8746:
453
+ /***/ 7399:
454
454
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
455
455
 
456
456
 
@@ -459,7 +459,7 @@ const {stdout: stdoutColor, stderr: stderrColor} = __nccwpck_require__(395);
459
459
  const {
460
460
  stringReplaceAll,
461
461
  stringEncaseCRLFWithFirstIndex
462
- } = __nccwpck_require__(5611);
462
+ } = __nccwpck_require__(4180);
463
463
 
464
464
  const {isArray} = Array;
465
465
 
@@ -668,7 +668,7 @@ const chalkTag = (chalk, ...strings) => {
668
668
  }
669
669
 
670
670
  if (template === undefined) {
671
- template = __nccwpck_require__(2746);
671
+ template = __nccwpck_require__(470);
672
672
  }
673
673
 
674
674
  return template(chalk, parts.join(''));
@@ -686,7 +686,7 @@ module.exports = chalk;
686
686
 
687
687
  /***/ }),
688
688
 
689
- /***/ 2746:
689
+ /***/ 470:
690
690
  /***/ ((module) => {
691
691
 
692
692
 
@@ -827,7 +827,7 @@ module.exports = (chalk, temporary) => {
827
827
 
828
828
  /***/ }),
829
829
 
830
- /***/ 5611:
830
+ /***/ 4180:
831
831
  /***/ ((module) => {
832
832
 
833
833
 
@@ -10226,7 +10226,7 @@ exports.Vo = lazy;
10226
10226
  /***/ 2353:
10227
10227
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
10228
10228
 
10229
- module.exports = require(__nccwpck_require__.ab + "index.node")
10229
+ module.exports = eval("require")("@cargo-messages/linux-x64-gnu")
10230
10230
 
10231
10231
  /***/ }),
10232
10232
 
@@ -10572,8 +10572,8 @@ function arrayify (input) {
10572
10572
 
10573
10573
  /* harmony default export */ const array_back = (arrayify);
10574
10574
 
10575
- // EXTERNAL MODULE: ../../node_modules/chalk/source/index.js
10576
- var source = __nccwpck_require__(8746);
10575
+ // EXTERNAL MODULE: ../../node_modules/chalk-template/node_modules/chalk/source/index.js
10576
+ var source = __nccwpck_require__(7399);
10577
10577
  ;// CONCATENATED MODULE: ../../node_modules/chalk-template/index.js
10578
10578
 
10579
10579
 
@@ -12816,7 +12816,7 @@ function commandLineUsage (sections) {
12816
12816
 
12817
12817
  /* harmony default export */ const command_line_usage = (commandLineUsage);
12818
12818
 
12819
- ;// CONCATENATED MODULE: ./node_modules/chalk/source/vendor/ansi-styles/index.js
12819
+ ;// CONCATENATED MODULE: ../../node_modules/chalk/source/vendor/ansi-styles/index.js
12820
12820
  const ANSI_BACKGROUND_OFFSET = 10;
12821
12821
 
12822
12822
  const wrapAnsi16 = (offset = 0) => code => `\u001B[${code + offset}m`;
@@ -13047,7 +13047,7 @@ const external_node_process_namespaceObject = __WEBPACK_EXTERNAL_createRequire(i
13047
13047
  const external_node_os_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:os");
13048
13048
  ;// CONCATENATED MODULE: external "node:tty"
13049
13049
  const external_node_tty_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:tty");
13050
- ;// CONCATENATED MODULE: ./node_modules/chalk/source/vendor/supports-color/index.js
13050
+ ;// CONCATENATED MODULE: ../../node_modules/chalk/source/vendor/supports-color/index.js
13051
13051
 
13052
13052
 
13053
13053
 
@@ -13230,7 +13230,7 @@ const supportsColor = {
13230
13230
 
13231
13231
  /* harmony default export */ const supports_color = (supportsColor);
13232
13232
 
13233
- ;// CONCATENATED MODULE: ./node_modules/chalk/source/utilities.js
13233
+ ;// CONCATENATED MODULE: ../../node_modules/chalk/source/utilities.js
13234
13234
  // TODO: When targeting Node.js 16, use `String.prototype.replaceAll`.
13235
13235
  function stringReplaceAll(string, substring, replacer) {
13236
13236
  let index = string.indexOf(substring);
@@ -13265,7 +13265,7 @@ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
13265
13265
  return returnValue;
13266
13266
  }
13267
13267
 
13268
- ;// CONCATENATED MODULE: ./node_modules/chalk/source/index.js
13268
+ ;// CONCATENATED MODULE: ../../node_modules/chalk/source/index.js
13269
13269
 
13270
13270
 
13271
13271
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neon-rs/cli",
3
- "version": "0.0.86",
3
+ "version": "0.0.115",
4
4
  "description": "Command-line build tool for Neon modules.",
5
5
  "type": "module",
6
6
  "exports": "./index.js",