@wix/domains 1.0.34 → 1.0.36
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/cjs/context.js +1 -0
- package/build/cjs/context.js.map +1 -0
- package/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/meta.js +1 -0
- package/build/cjs/meta.js.map +1 -0
- package/package.json +8 -8
- package/type-bundles/context.bundle.d.ts +417 -211
- package/type-bundles/index.bundle.d.ts +417 -211
package/build/cjs/context.js
CHANGED
|
@@ -30,3 +30,4 @@ exports.domainDns = __importStar(require("@wix/domains_domain-dns/context"));
|
|
|
30
30
|
exports.registeredDomains = __importStar(require("@wix/domains_registered-domains/context"));
|
|
31
31
|
exports.domainAvailability = __importStar(require("@wix/domains_domain-availability/context"));
|
|
32
32
|
exports.domainSuggestions = __importStar(require("@wix/domains_domain-suggestions/context"));
|
|
33
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2FAA2E;AAC3E,6GAA6F;AAC7F,6EAA6D;AAC7D,6FAA6E;AAC7E,+FAA+E;AAC/E,6FAA6E"}
|
package/build/cjs/index.js
CHANGED
|
@@ -36,3 +36,4 @@ const domainAvailability = __importStar(require("@wix/domains_domain-availabilit
|
|
|
36
36
|
exports.domainAvailability = domainAvailability;
|
|
37
37
|
const domainSuggestions = __importStar(require("@wix/domains_domain-suggestions"));
|
|
38
38
|
exports.domainSuggestions = domainSuggestions;
|
|
39
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iFAAmE;AAQjE,4CAAgB;AAPlB,mGAAqF;AAQnF,4DAAwB;AAP1B,mEAAqD;AAQnD,8BAAS;AAPX,mFAAqE;AAQnE,8CAAiB;AAPnB,qFAAuE;AAQrE,gDAAkB;AAPpB,mFAAqE;AAQnE,8CAAiB"}
|
package/build/cjs/meta.js
CHANGED
|
@@ -30,3 +30,4 @@ exports.domainDns = __importStar(require("@wix/domains_domain-dns/meta"));
|
|
|
30
30
|
exports.registeredDomains = __importStar(require("@wix/domains_registered-domains/meta"));
|
|
31
31
|
exports.domainAvailability = __importStar(require("@wix/domains_domain-availability/meta"));
|
|
32
32
|
exports.domainSuggestions = __importStar(require("@wix/domains_domain-suggestions/meta"));
|
|
33
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAAwE;AACxE,0GAA0F;AAC1F,0EAA0D;AAC1D,0FAA0E;AAC1E,4FAA4E;AAC5E,0FAA0E"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/domains",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.36",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/domains_connected-domain-setup-info": "1.0.
|
|
22
|
-
"@wix/domains_connected-domains": "1.0.
|
|
23
|
-
"@wix/domains_domain-availability": "1.0.
|
|
24
|
-
"@wix/domains_domain-dns": "1.0.
|
|
25
|
-
"@wix/domains_domain-suggestions": "1.0.
|
|
26
|
-
"@wix/domains_registered-domains": "1.0.
|
|
21
|
+
"@wix/domains_connected-domain-setup-info": "1.0.14",
|
|
22
|
+
"@wix/domains_connected-domains": "1.0.14",
|
|
23
|
+
"@wix/domains_domain-availability": "1.0.11",
|
|
24
|
+
"@wix/domains_domain-dns": "1.0.10",
|
|
25
|
+
"@wix/domains_domain-suggestions": "1.0.18",
|
|
26
|
+
"@wix/domains_registered-domains": "1.0.13"
|
|
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": "f6d1c96117577579e684a0441eaaff5b808678990f8a2a1e5aa18faf"
|
|
52
52
|
}
|