@embeddable.com/sdk-core 3.4.1 → 3.4.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.
- 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 +4 -1
package/lib/index.js
CHANGED
|
@@ -20866,7 +20866,7 @@ const sendDataModelsAndSecurityContextsChanges = async (ctx) => {
|
|
|
20866
20866
|
if (isValid) {
|
|
20867
20867
|
const token = await getToken();
|
|
20868
20868
|
const sending = ora("Synchronising data models and/or security contexts...").start();
|
|
20869
|
-
const filesList = await findFiles(ctx.client.srcDir, YAML_OR_JS_FILES);
|
|
20869
|
+
const filesList = await findFiles(ctx.client.modelsSrc || ctx.client.srcDir, YAML_OR_JS_FILES);
|
|
20870
20870
|
await archive(ctx, filesList, false);
|
|
20871
20871
|
await sendBuild(ctx, { workspaceId: previewWorkspace, token });
|
|
20872
20872
|
sending.succeed(`Data models and/or security context synchronized`);
|
|
@@ -20967,7 +20967,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
|
|
|
20967
20967
|
};
|
|
20968
20968
|
|
|
20969
20969
|
var name = "@embeddable.com/sdk-core";
|
|
20970
|
-
var version = "3.4.
|
|
20970
|
+
var version = "3.4.2";
|
|
20971
20971
|
var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
|
|
20972
20972
|
var keywords = [
|
|
20973
20973
|
"embeddable",
|