@embeddable.com/sdk-core 3.9.7 → 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
@@ -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.7";
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",