lakutata 0.0.5-beta.13 → 0.0.5-beta.14
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/build/cjs/Lakutata.cjs
CHANGED
|
@@ -59740,9 +59740,6 @@ process.env.ENTRYPOINT_DIR = (() => {
|
|
|
59740
59740
|
appRootDir = argv[0] ? path2.default.dirname(argv[0]) : "";
|
|
59741
59741
|
return appRootDir;
|
|
59742
59742
|
})();
|
|
59743
|
-
if (process.env.RUNTIME === "ESM") {
|
|
59744
|
-
Promise.resolve().then(() => _interopRequireWildcard(require("./test-26ZALYLM.cjs")));
|
|
59745
|
-
}
|
|
59746
59743
|
if (!process.env.ENTRYPOINT_DIR)
|
|
59747
59744
|
throw new Error("Failed to retrieve the directory of the program's execution entry file.");
|
|
59748
59745
|
Alias.init();
|
package/build/esm/Lakutata.js
CHANGED
|
@@ -59741,9 +59741,6 @@ process.env.ENTRYPOINT_DIR = (() => {
|
|
|
59741
59741
|
appRootDir = argv[0] ? path3.dirname(argv[0]) : "";
|
|
59742
59742
|
return appRootDir;
|
|
59743
59743
|
})();
|
|
59744
|
-
if (process.env.RUNTIME === "ESM") {
|
|
59745
|
-
import("./test-CGQCRSQ4.js");
|
|
59746
|
-
}
|
|
59747
59744
|
if (!process.env.ENTRYPOINT_DIR)
|
|
59748
59745
|
throw new Error("Failed to retrieve the directory of the program's execution entry file.");
|
|
59749
59746
|
Alias.init();
|
package/package.json
CHANGED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict"; function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } }// test.js
|
|
2
|
-
Promise.resolve().then(() => _interopRequireWildcard(require("module"))).then(($) => $.createRequire(new URL(import.meta.url))).then();
|