node-karin 1.4.3-pr.292.2ccb49c → 1.4.3-pr.292.60e3f22
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/dist/index.js +2 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3522,11 +3522,10 @@ var init_list = __esm({
|
|
|
3522
3522
|
"use strict";
|
|
3523
3523
|
init_esm_shims();
|
|
3524
3524
|
init_env();
|
|
3525
|
-
init_env3();
|
|
3526
|
-
init_root();
|
|
3527
3525
|
init_path();
|
|
3528
|
-
|
|
3526
|
+
init_root();
|
|
3529
3527
|
init_require();
|
|
3528
|
+
init_env3();
|
|
3530
3529
|
cache9 = {
|
|
3531
3530
|
list: void 0,
|
|
3532
3531
|
info: void 0
|
|
@@ -3603,7 +3602,6 @@ var init_list = __esm({
|
|
|
3603
3602
|
await getNpmInfo(info, file, name, isForce, env3);
|
|
3604
3603
|
}
|
|
3605
3604
|
}));
|
|
3606
|
-
env3 && writeEnv(env3);
|
|
3607
3605
|
return info;
|
|
3608
3606
|
};
|
|
3609
3607
|
createPkg = (type, name, dir2, apps, allApps, isForce) => {
|