@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.esm.js
CHANGED
|
@@ -20839,7 +20839,7 @@ const sendDataModelsAndSecurityContextsChanges = async (ctx) => {
|
|
|
20839
20839
|
if (isValid) {
|
|
20840
20840
|
const token = await getToken();
|
|
20841
20841
|
const sending = ora("Synchronising data models and/or security contexts...").start();
|
|
20842
|
-
const filesList = await findFiles(ctx.client.srcDir, YAML_OR_JS_FILES);
|
|
20842
|
+
const filesList = await findFiles(ctx.client.modelsSrc || ctx.client.srcDir, YAML_OR_JS_FILES);
|
|
20843
20843
|
await archive(ctx, filesList, false);
|
|
20844
20844
|
await sendBuild(ctx, { workspaceId: previewWorkspace, token });
|
|
20845
20845
|
sending.succeed(`Data models and/or security context synchronized`);
|
|
@@ -20940,7 +20940,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
|
|
|
20940
20940
|
};
|
|
20941
20941
|
|
|
20942
20942
|
var name = "@embeddable.com/sdk-core";
|
|
20943
|
-
var version = "3.4.
|
|
20943
|
+
var version = "3.4.2";
|
|
20944
20944
|
var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
|
|
20945
20945
|
var keywords = [
|
|
20946
20946
|
"embeddable",
|