@wix/domains 1.0.49 → 1.0.50
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/domains",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.50",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@wix/domains_connected-domain-setup-info": "1.0.20",
|
|
25
|
-
"@wix/domains_connected-domains": "1.0.
|
|
25
|
+
"@wix/domains_connected-domains": "1.0.23",
|
|
26
26
|
"@wix/domains_domain-availability": "1.0.16",
|
|
27
27
|
"@wix/domains_domain-dns": "1.0.14",
|
|
28
28
|
"@wix/domains_domain-suggestions": "1.0.22"
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": ""
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "79cb290027ab6322ed83152658bb56226b6f98c69de37f6339d095ab"
|
|
54
54
|
}
|
|
@@ -798,7 +798,7 @@ interface CreateConnectedDomainSignature {
|
|
|
798
798
|
*
|
|
799
799
|
* You must pass the relevant Wix account ID in the header of the call. You may also pass a Wix site ID in the header.
|
|
800
800
|
*
|
|
801
|
-
* You can only connect external domains using this endpoint.
|
|
801
|
+
* You can only connect external domains using this endpoint.
|
|
802
802
|
*
|
|
803
803
|
* You can connect both root domains and subdomains to Wix sites.
|
|
804
804
|
*
|
|
@@ -798,7 +798,7 @@ interface CreateConnectedDomainSignature {
|
|
|
798
798
|
*
|
|
799
799
|
* You must pass the relevant Wix account ID in the header of the call. You may also pass a Wix site ID in the header.
|
|
800
800
|
*
|
|
801
|
-
* You can only connect external domains using this endpoint.
|
|
801
|
+
* You can only connect external domains using this endpoint.
|
|
802
802
|
*
|
|
803
803
|
* You can connect both root domains and subdomains to Wix sites.
|
|
804
804
|
*
|