@embeddable.com/sdk-core 3.11.0 → 3.12.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/index.esm.js +2 -2
- package/lib/index.js +2 -2
- package/package.json +2 -2
package/lib/index.esm.js
CHANGED
|
@@ -21999,7 +21999,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
|
|
|
21999
21999
|
};
|
|
22000
22000
|
|
|
22001
22001
|
var name = "@embeddable.com/sdk-core";
|
|
22002
|
-
var version = "3.
|
|
22002
|
+
var version = "3.12.0";
|
|
22003
22003
|
var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
|
|
22004
22004
|
var keywords = [
|
|
22005
22005
|
"embeddable",
|
|
@@ -22037,7 +22037,7 @@ var engines = {
|
|
|
22037
22037
|
};
|
|
22038
22038
|
var license = "MIT";
|
|
22039
22039
|
var dependencies = {
|
|
22040
|
-
"@embeddable.com/sdk-utils": "0.
|
|
22040
|
+
"@embeddable.com/sdk-utils": "0.6.0",
|
|
22041
22041
|
"@inquirer/prompts": "^7.1.0",
|
|
22042
22042
|
"@stencil/core": "^4.22.3",
|
|
22043
22043
|
"@swc-node/register": "^1.10.9",
|
package/lib/index.js
CHANGED
|
@@ -22027,7 +22027,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
|
|
|
22027
22027
|
};
|
|
22028
22028
|
|
|
22029
22029
|
var name = "@embeddable.com/sdk-core";
|
|
22030
|
-
var version = "3.
|
|
22030
|
+
var version = "3.12.0";
|
|
22031
22031
|
var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
|
|
22032
22032
|
var keywords = [
|
|
22033
22033
|
"embeddable",
|
|
@@ -22065,7 +22065,7 @@ var engines = {
|
|
|
22065
22065
|
};
|
|
22066
22066
|
var license = "MIT";
|
|
22067
22067
|
var dependencies = {
|
|
22068
|
-
"@embeddable.com/sdk-utils": "0.
|
|
22068
|
+
"@embeddable.com/sdk-utils": "0.6.0",
|
|
22069
22069
|
"@inquirer/prompts": "^7.1.0",
|
|
22070
22070
|
"@stencil/core": "^4.22.3",
|
|
22071
22071
|
"@swc-node/register": "^1.10.9",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@embeddable.com/sdk-core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.12.0",
|
|
4
4
|
"description": "Core Embeddable SDK module responsible for web-components bundling and publishing.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"embeddable",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"license": "MIT",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@embeddable.com/sdk-utils": "0.
|
|
41
|
+
"@embeddable.com/sdk-utils": "0.6.0",
|
|
42
42
|
"@inquirer/prompts": "^7.1.0",
|
|
43
43
|
"@stencil/core": "^4.22.3",
|
|
44
44
|
"@swc-node/register": "^1.10.9",
|