@wix/portfolio 1.0.86 → 1.0.87
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.87",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"@wix/portfolio_portfolio-settings": "1.0.11",
|
|
23
23
|
"@wix/portfolio_project-in-collections": "1.0.23",
|
|
24
24
|
"@wix/portfolio_project-items": "1.0.27",
|
|
25
|
-
"@wix/portfolio_projects": "1.0.
|
|
26
|
-
"@wix/portfolio_synced-project": "1.0.
|
|
25
|
+
"@wix/portfolio_projects": "1.0.33",
|
|
26
|
+
"@wix/portfolio_synced-project": "1.0.9"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"glob": "^10.4.1",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "233fcc1bced0ca1b50b571ddf3ada25fe4ed2ed3b221192b12cbc73d"
|
|
52
52
|
}
|
|
@@ -2462,7 +2462,9 @@ declare enum Namespace$1 {
|
|
|
2462
2462
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
2463
2463
|
* The Partners company owns this namespace.
|
|
2464
2464
|
*/
|
|
2465
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
2465
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
2466
|
+
/** Codux Headless Sites */
|
|
2467
|
+
CODUX = "CODUX"
|
|
2466
2468
|
}
|
|
2467
2469
|
/** Site transferred to another user. */
|
|
2468
2470
|
interface SiteTransferred$1 {
|
|
@@ -4647,7 +4649,9 @@ declare enum Namespace {
|
|
|
4647
4649
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
4648
4650
|
* The Partners company owns this namespace.
|
|
4649
4651
|
*/
|
|
4650
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
4652
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
4653
|
+
/** Codux Headless Sites */
|
|
4654
|
+
CODUX = "CODUX"
|
|
4651
4655
|
}
|
|
4652
4656
|
/** Site transferred to another user. */
|
|
4653
4657
|
interface SiteTransferred {
|
|
@@ -2462,7 +2462,9 @@ declare enum Namespace$1 {
|
|
|
2462
2462
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
2463
2463
|
* The Partners company owns this namespace.
|
|
2464
2464
|
*/
|
|
2465
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
2465
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
2466
|
+
/** Codux Headless Sites */
|
|
2467
|
+
CODUX = "CODUX"
|
|
2466
2468
|
}
|
|
2467
2469
|
/** Site transferred to another user. */
|
|
2468
2470
|
interface SiteTransferred$1 {
|
|
@@ -4647,7 +4649,9 @@ declare enum Namespace {
|
|
|
4647
4649
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
4648
4650
|
* The Partners company owns this namespace.
|
|
4649
4651
|
*/
|
|
4650
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
4652
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
4653
|
+
/** Codux Headless Sites */
|
|
4654
|
+
CODUX = "CODUX"
|
|
4651
4655
|
}
|
|
4652
4656
|
/** Site transferred to another user. */
|
|
4653
4657
|
interface SiteTransferred {
|