@embeddable.com/sdk-core 3.5.4 → 3.6.0
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/defineConfig.d.ts
CHANGED
|
@@ -38,6 +38,11 @@ declare const _default: ({ plugins, pushBaseUrl, audienceUrl, authDomain, authCl
|
|
|
38
38
|
archiveFile: string;
|
|
39
39
|
errorFallbackComponent: string | undefined;
|
|
40
40
|
bundleHash: undefined;
|
|
41
|
+
viteConfig: {
|
|
42
|
+
resolve?: {
|
|
43
|
+
alias?: Record<string, string>;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
41
46
|
};
|
|
42
47
|
outputOptions: {
|
|
43
48
|
typesEntryPointFilename: string;
|
|
@@ -55,10 +60,5 @@ declare const _default: ({ plugins, pushBaseUrl, audienceUrl, authDomain, authCl
|
|
|
55
60
|
cleanup: (config: EmbeddableConfig) => Promise<unknown>;
|
|
56
61
|
validate: (config: EmbeddableConfig) => Promise<unknown>;
|
|
57
62
|
})[];
|
|
58
|
-
viteConfig: {
|
|
59
|
-
resolve?: {
|
|
60
|
-
alias?: Record<string, string>;
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
63
|
};
|
|
64
64
|
export default _default;
|
package/lib/index.esm.js
CHANGED
|
@@ -20987,6 +20987,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
|
|
|
20987
20987
|
? path$1.resolve(clientRoot, errorFallbackComponent)
|
|
20988
20988
|
: undefined,
|
|
20989
20989
|
bundleHash: undefined, // This will be set by the build process
|
|
20990
|
+
viteConfig,
|
|
20990
20991
|
},
|
|
20991
20992
|
outputOptions: {
|
|
20992
20993
|
typesEntryPointFilename: "embeddable-types-entry-point.js",
|
|
@@ -20999,12 +21000,11 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
|
|
|
20999
21000
|
applicationEnvironment: applicationEnvironment !== null && applicationEnvironment !== void 0 ? applicationEnvironment : "production",
|
|
21000
21001
|
rollbarAccessToken: rollbarAccessToken !== null && rollbarAccessToken !== void 0 ? rollbarAccessToken : "5c6028038d844bf1835a0f4db5f55d9e",
|
|
21001
21002
|
plugins,
|
|
21002
|
-
viteConfig,
|
|
21003
21003
|
};
|
|
21004
21004
|
};
|
|
21005
21005
|
|
|
21006
21006
|
var name = "@embeddable.com/sdk-core";
|
|
21007
|
-
var version = "3.
|
|
21007
|
+
var version = "3.6.0";
|
|
21008
21008
|
var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
|
|
21009
21009
|
var keywords = [
|
|
21010
21010
|
"embeddable",
|