@embeddable.com/sdk-core 3.9.6 → 3.9.8

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.esm.js CHANGED
@@ -496,7 +496,7 @@ async function runStencil(ctx) {
496
496
  tsconfig: path.resolve(ctx.client.buildDir, "tsconfig.json"),
497
497
  namespace: "embeddable-wrapper",
498
498
  srcDir: path.resolve(ctx.client.buildDir, "component"),
499
- sourceMap: !devMode,
499
+ sourceMap: true, // always generate source maps in both dev and prod
500
500
  minifyJs: !devMode,
501
501
  minifyCss: !devMode,
502
502
  outputTargets: [
@@ -21849,7 +21849,7 @@ const onBundleBuildEnd = async (ctx) => {
21849
21849
  };
21850
21850
  const dataModelAndSecurityContextWatcher = (ctx) => {
21851
21851
  const fsWatcher = chokidar.watch([
21852
- path$1.resolve(ctx.client.modelsSrc, "**/*.{cube}.{yaml,yml,js}"),
21852
+ path$1.resolve(ctx.client.modelsSrc, "**/*.cube.{yaml,yml,js}"),
21853
21853
  path$1.resolve(ctx.client.presetsSrc, "**/*.{sc,cc}.{yaml,yml}"),
21854
21854
  ], chokidarWatchOptions);
21855
21855
  fsWatcher.on("all", async () => {
@@ -21995,7 +21995,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
21995
21995
  };
21996
21996
 
21997
21997
  var name = "@embeddable.com/sdk-core";
21998
- var version = "3.9.6";
21998
+ var version = "3.9.8";
21999
21999
  var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
22000
22000
  var keywords = [
22001
22001
  "embeddable",