@embeddable.com/sdk-core 3.9.6 → 3.9.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/lib/index.js CHANGED
@@ -524,7 +524,7 @@ async function runStencil(ctx) {
524
524
  tsconfig: path__namespace.resolve(ctx.client.buildDir, "tsconfig.json"),
525
525
  namespace: "embeddable-wrapper",
526
526
  srcDir: path__namespace.resolve(ctx.client.buildDir, "component"),
527
- sourceMap: !devMode,
527
+ sourceMap: true, // always generate source maps in both dev and prod
528
528
  minifyJs: !devMode,
529
529
  minifyCss: !devMode,
530
530
  outputTargets: [
@@ -22023,7 +22023,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
22023
22023
  };
22024
22024
 
22025
22025
  var name = "@embeddable.com/sdk-core";
22026
- var version = "3.9.6";
22026
+ var version = "3.9.7";
22027
22027
  var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
22028
22028
  var keywords = [
22029
22029
  "embeddable",