@embeddable.com/sdk-core 2.6.0-next.1 → 2.6.0-next.2

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.
Files changed (2) hide show
  1. package/bin/embeddable +1 -3
  2. package/package.json +1 -1
package/bin/embeddable CHANGED
@@ -8,10 +8,8 @@ const path = require("path");
8
8
  if (!process.env.LOADER_APPLIED) {
9
9
  const env = { ...process.env, LOADER_APPLIED: "1" };
10
10
  const entryPointPath = path.join(__dirname, "../src/entryPoint.ts");
11
- // Dynamically construct the path to custom-esm-loader.mjs
12
- const sdkCorePackagePath = require.resolve("@embeddable/sdk-core");
13
11
  const customLoaderPath = path.join(
14
- sdkCorePackagePath,
12
+ __dirname,
15
13
  "../loader/custom-esm-loader.mjs",
16
14
  );
17
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embeddable.com/sdk-core",
3
- "version": "2.6.0-next.1",
3
+ "version": "2.6.0-next.2",
4
4
  "description": "Core Embeddable SDK module responsible for web-components bundling and publishing.",
5
5
  "keywords": [
6
6
  "embeddable",