@eko-ai/eko-nodejs 2.0.5 → 2.0.7
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.cjs.js
CHANGED
|
@@ -9166,7 +9166,7 @@ function requireNodePlatform () {
|
|
|
9166
9166
|
function setBoxedStackPrefixes(prefixes) {
|
|
9167
9167
|
boxedStackPrefixes = prefixes;
|
|
9168
9168
|
}
|
|
9169
|
-
const coreDir = import_path.default.dirname(require.resolve("
|
|
9169
|
+
const coreDir = import_path.default.dirname(require.resolve("../package.json"));
|
|
9170
9170
|
const nodePlatform = {
|
|
9171
9171
|
name: "node",
|
|
9172
9172
|
boxedStackPrefixes: () => {
|