@neon-rs/cli 0.0.62 → 0.0.65
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.
- package/index.js +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -13234,12 +13234,12 @@ var dist = __nccwpck_require__(4516);
|
|
|
13234
13234
|
var dist_default = /*#__PURE__*/__nccwpck_require__.n(dist);
|
|
13235
13235
|
;// CONCATENATED MODULE: external "node:module"
|
|
13236
13236
|
const external_node_module_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:module");
|
|
13237
|
-
;// CONCATENATED MODULE: ./node_modules/cargo-messages/
|
|
13237
|
+
;// CONCATENATED MODULE: ./node_modules/cargo-messages/lib/index.mjs
|
|
13238
13238
|
|
|
13239
13239
|
|
|
13240
|
-
const
|
|
13240
|
+
const lib_require = (0,external_node_module_namespaceObject.createRequire)(import.meta.url);
|
|
13241
13241
|
|
|
13242
|
-
const { CargoMessages } =
|
|
13242
|
+
const { CargoMessages } = lib_require('./index.cjs');
|
|
13243
13243
|
|
|
13244
13244
|
|
|
13245
13245
|
|