@wix/portfolio 1.0.118 → 1.0.119
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/portfolio",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.119",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"@wix/portfolio_portfolio-settings": "1.0.24",
|
|
26
26
|
"@wix/portfolio_project-in-collections": "1.0.41",
|
|
27
27
|
"@wix/portfolio_project-items": "1.0.44",
|
|
28
|
-
"@wix/portfolio_projects": "1.0.
|
|
29
|
-
"@wix/portfolio_synced-project": "1.0.
|
|
28
|
+
"@wix/portfolio_projects": "1.0.57",
|
|
29
|
+
"@wix/portfolio_synced-project": "1.0.20"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"glob": "^10.4.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"fqdn": ""
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"falconPackageHash": "
|
|
54
|
+
"falconPackageHash": "73fd66adb94cf73fe055b58281ecb69aa6d7d2645b8fbaaf0ed99663"
|
|
55
55
|
}
|
|
@@ -2775,9 +2775,7 @@ declare enum Namespace$1 {
|
|
|
2775
2775
|
*/
|
|
2776
2776
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
2777
2777
|
/** Codux Headless Sites */
|
|
2778
|
-
CODUX = "CODUX"
|
|
2779
|
-
/** Bobb - AI Design Creator. */
|
|
2780
|
-
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
2778
|
+
CODUX = "CODUX"
|
|
2781
2779
|
}
|
|
2782
2780
|
/** Site transferred to another user. */
|
|
2783
2781
|
interface SiteTransferred$1 {
|
|
@@ -4887,9 +4885,7 @@ declare enum Namespace {
|
|
|
4887
4885
|
*/
|
|
4888
4886
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
4889
4887
|
/** Codux Headless Sites */
|
|
4890
|
-
CODUX = "CODUX"
|
|
4891
|
-
/** Bobb - AI Design Creator. */
|
|
4892
|
-
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
4888
|
+
CODUX = "CODUX"
|
|
4893
4889
|
}
|
|
4894
4890
|
/** Site transferred to another user. */
|
|
4895
4891
|
interface SiteTransferred {
|
|
@@ -2775,9 +2775,7 @@ declare enum Namespace$1 {
|
|
|
2775
2775
|
*/
|
|
2776
2776
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
2777
2777
|
/** Codux Headless Sites */
|
|
2778
|
-
CODUX = "CODUX"
|
|
2779
|
-
/** Bobb - AI Design Creator. */
|
|
2780
|
-
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
2778
|
+
CODUX = "CODUX"
|
|
2781
2779
|
}
|
|
2782
2780
|
/** Site transferred to another user. */
|
|
2783
2781
|
interface SiteTransferred$1 {
|
|
@@ -4887,9 +4885,7 @@ declare enum Namespace {
|
|
|
4887
4885
|
*/
|
|
4888
4886
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
4889
4887
|
/** Codux Headless Sites */
|
|
4890
|
-
CODUX = "CODUX"
|
|
4891
|
-
/** Bobb - AI Design Creator. */
|
|
4892
|
-
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
4888
|
+
CODUX = "CODUX"
|
|
4893
4889
|
}
|
|
4894
4890
|
/** Site transferred to another user. */
|
|
4895
4891
|
interface SiteTransferred {
|