@wix/create-app 0.0.128 → 0.0.130
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/build/index.js +47 -2
- package/build/index.js.map +1 -1
- package/package.json +3 -3
package/build/index.js
CHANGED
|
@@ -58954,6 +58954,18 @@ function resolveWixIdentityOauth2V1Oauth2NgUrl(opts) {
|
|
|
58954
58954
|
{
|
|
58955
58955
|
srcPath: "/v1/oauth/authorize",
|
|
58956
58956
|
destPath: "/v1/oauth/authorize"
|
|
58957
|
+
},
|
|
58958
|
+
{
|
|
58959
|
+
srcPath: "/v1/oauth/user-info",
|
|
58960
|
+
destPath: "/v1/oauth/user-info"
|
|
58961
|
+
},
|
|
58962
|
+
{
|
|
58963
|
+
srcPath: "/iam/wix-idp/v1/oauth/token",
|
|
58964
|
+
destPath: "/v1/oauth/token"
|
|
58965
|
+
},
|
|
58966
|
+
{
|
|
58967
|
+
srcPath: "/iam/wix-idp/v1/oauth/user-info",
|
|
58968
|
+
destPath: "/v1/oauth/user-info"
|
|
58957
58969
|
}
|
|
58958
58970
|
],
|
|
58959
58971
|
_: [
|
|
@@ -58973,6 +58985,30 @@ function resolveWixIdentityOauth2V1Oauth2NgUrl(opts) {
|
|
|
58973
58985
|
srcPath: "/oauth2-ng",
|
|
58974
58986
|
destPath: ""
|
|
58975
58987
|
}
|
|
58988
|
+
],
|
|
58989
|
+
"apps._base_domain_": [
|
|
58990
|
+
{
|
|
58991
|
+
srcPath: "/oauth2/callback",
|
|
58992
|
+
destPath: "/oauth2/callback"
|
|
58993
|
+
}
|
|
58994
|
+
],
|
|
58995
|
+
"editor._base_domain_": [
|
|
58996
|
+
{
|
|
58997
|
+
srcPath: "/oauth2/callback",
|
|
58998
|
+
destPath: "/oauth2/callback"
|
|
58999
|
+
}
|
|
59000
|
+
],
|
|
59001
|
+
"blocks._base_domain_": [
|
|
59002
|
+
{
|
|
59003
|
+
srcPath: "/oauth2/callback",
|
|
59004
|
+
destPath: "/oauth2/callback"
|
|
59005
|
+
}
|
|
59006
|
+
],
|
|
59007
|
+
"create.editorx": [
|
|
59008
|
+
{
|
|
59009
|
+
srcPath: "/oauth2/callback",
|
|
59010
|
+
destPath: "/oauth2/callback"
|
|
59011
|
+
}
|
|
58976
59012
|
]
|
|
58977
59013
|
};
|
|
58978
59014
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -72298,7 +72334,7 @@ function reportCommandStartEvent({
|
|
|
72298
72334
|
var package_default = {
|
|
72299
72335
|
name: "@wix/create-app",
|
|
72300
72336
|
description: "Create Wix apps",
|
|
72301
|
-
version: "0.0.
|
|
72337
|
+
version: "0.0.130",
|
|
72302
72338
|
author: "Ihor Machuzhak",
|
|
72303
72339
|
bin: "bin/index.cjs",
|
|
72304
72340
|
devDependencies: {
|
|
@@ -72308,7 +72344,7 @@ var package_default = {
|
|
|
72308
72344
|
"@types/react": "^18.3.3",
|
|
72309
72345
|
"@types/semver": "^7.5.8",
|
|
72310
72346
|
"@types/validate-npm-package-name": "^4.0.2",
|
|
72311
|
-
"@wix/bi-logger-dev-tools-data": "^1.
|
|
72347
|
+
"@wix/bi-logger-dev-tools-data": "^1.116.0",
|
|
72312
72348
|
"@wix/cli-auth": "workspace:*",
|
|
72313
72349
|
"@wix/cli-error": "workspace:*",
|
|
72314
72350
|
"@wix/cli-error-reporting": "workspace:*",
|
|
@@ -78083,6 +78119,8 @@ var BackOfficeHostingPlatforms;
|
|
|
78083
78119
|
BackOfficeHostingPlatforms3["DATA"] = "DATA";
|
|
78084
78120
|
BackOfficeHostingPlatforms3["LITE_DASHBOARD"] = "LITE_DASHBOARD";
|
|
78085
78121
|
BackOfficeHostingPlatforms3["PICASSO_EDITOR"] = "PICASSO_EDITOR";
|
|
78122
|
+
BackOfficeHostingPlatforms3["BASE44_DASHBOARD_POC"] = "BASE44_DASHBOARD_POC";
|
|
78123
|
+
BackOfficeHostingPlatforms3["WIXEL_EDITOR"] = "WIXEL_EDITOR";
|
|
78086
78124
|
})(BackOfficeHostingPlatforms || (BackOfficeHostingPlatforms = {}));
|
|
78087
78125
|
var DtsDefinitionType;
|
|
78088
78126
|
(function(DtsDefinitionType3) {
|
|
@@ -79687,6 +79725,7 @@ var GroupType;
|
|
|
79687
79725
|
GroupType3["gap"] = "gap";
|
|
79688
79726
|
GroupType3["arrayItems"] = "arrayItems";
|
|
79689
79727
|
GroupType3["arrayItem"] = "arrayItem";
|
|
79728
|
+
GroupType3["listItem"] = "listItem";
|
|
79690
79729
|
})(GroupType || (GroupType = {}));
|
|
79691
79730
|
var CssPropertyEnumCssPropertyType;
|
|
79692
79731
|
(function(CssPropertyEnumCssPropertyType3) {
|
|
@@ -80630,6 +80669,8 @@ var BackOfficeHostingPlatforms2;
|
|
|
80630
80669
|
BackOfficeHostingPlatforms3["DATA"] = "DATA";
|
|
80631
80670
|
BackOfficeHostingPlatforms3["LITE_DASHBOARD"] = "LITE_DASHBOARD";
|
|
80632
80671
|
BackOfficeHostingPlatforms3["PICASSO_EDITOR"] = "PICASSO_EDITOR";
|
|
80672
|
+
BackOfficeHostingPlatforms3["BASE44_DASHBOARD_POC"] = "BASE44_DASHBOARD_POC";
|
|
80673
|
+
BackOfficeHostingPlatforms3["WIXEL_EDITOR"] = "WIXEL_EDITOR";
|
|
80633
80674
|
})(BackOfficeHostingPlatforms2 || (BackOfficeHostingPlatforms2 = {}));
|
|
80634
80675
|
var DtsDefinitionType2;
|
|
80635
80676
|
(function(DtsDefinitionType3) {
|
|
@@ -82217,6 +82258,7 @@ var GroupType2;
|
|
|
82217
82258
|
GroupType3["UNKNOWN_GroupType"] = "UNKNOWN_GroupType";
|
|
82218
82259
|
GroupType3["cssDataType"] = "cssDataType";
|
|
82219
82260
|
GroupType3["dataType"] = "dataType";
|
|
82261
|
+
GroupType3["preset"] = "preset";
|
|
82220
82262
|
GroupType3["background"] = "background";
|
|
82221
82263
|
GroupType3["margin"] = "margin";
|
|
82222
82264
|
GroupType3["padding"] = "padding";
|
|
@@ -82231,6 +82273,9 @@ var GroupType2;
|
|
|
82231
82273
|
GroupType3["font"] = "font";
|
|
82232
82274
|
GroupType3["textDecoration"] = "textDecoration";
|
|
82233
82275
|
GroupType3["gap"] = "gap";
|
|
82276
|
+
GroupType3["arrayItems"] = "arrayItems";
|
|
82277
|
+
GroupType3["arrayItem"] = "arrayItem";
|
|
82278
|
+
GroupType3["listItem"] = "listItem";
|
|
82234
82279
|
})(GroupType2 || (GroupType2 = {}));
|
|
82235
82280
|
var CssPropertyEnumCssPropertyType2;
|
|
82236
82281
|
(function(CssPropertyEnumCssPropertyType3) {
|