@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.esm.js CHANGED
@@ -9144,7 +9144,7 @@ function requireNodePlatform () {
9144
9144
  function setBoxedStackPrefixes(prefixes) {
9145
9145
  boxedStackPrefixes = prefixes;
9146
9146
  }
9147
- const coreDir = import_path.default.dirname(require.resolve("../../../package.json"));
9147
+ const coreDir = import_path.default.dirname(require.resolve("../package.json"));
9148
9148
  const nodePlatform = {
9149
9149
  name: "node",
9150
9150
  boxedStackPrefixes: () => {