@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 +2 -2
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/src/dev.ts +1 -1
package/lib/index.js
CHANGED
|
@@ -21877,7 +21877,7 @@ const onBundleBuildEnd = async (ctx) => {
|
|
|
21877
21877
|
};
|
|
21878
21878
|
const dataModelAndSecurityContextWatcher = (ctx) => {
|
|
21879
21879
|
const fsWatcher = chokidar__namespace.watch([
|
|
21880
|
-
path__namespace$1.resolve(ctx.client.modelsSrc, "**/*.
|
|
21880
|
+
path__namespace$1.resolve(ctx.client.modelsSrc, "**/*.cube.{yaml,yml,js}"),
|
|
21881
21881
|
path__namespace$1.resolve(ctx.client.presetsSrc, "**/*.{sc,cc}.{yaml,yml}"),
|
|
21882
21882
|
], chokidarWatchOptions);
|
|
21883
21883
|
fsWatcher.on("all", async () => {
|
|
@@ -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.
|
|
22026
|
+
var version = "3.9.8";
|
|
22027
22027
|
var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
|
|
22028
22028
|
var keywords = [
|
|
22029
22029
|
"embeddable",
|