@wix/domains 1.0.53 → 1.0.54
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/es/package.json +3 -0
- package/meta/package.json +1 -5
- package/package.json +23 -20
- package/build/cjs/context.d.ts +0 -5
- package/build/cjs/context.js +0 -32
- package/build/cjs/context.js.map +0 -1
- package/build/es/context.d.ts +0 -5
- package/build/es/context.js +0 -6
- package/build/es/context.js.map +0 -1
- package/context/package.json +0 -7
- package/type-bundles/context.bundle.d.ts +0 -1843
- package/type-bundles/index.bundle.d.ts +0 -1843
- package/type-bundles/meta.bundle.d.ts +0 -1477
package/meta/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/domains",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.54",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -9,34 +9,37 @@
|
|
|
9
9
|
"wix-sdk-module=backend,page,public"
|
|
10
10
|
],
|
|
11
11
|
"sideEffects": false,
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
|
|
12
|
+
"main": "./build/cjs/index.js",
|
|
13
|
+
"types": "./build/es/index.d.ts",
|
|
14
|
+
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"import": "./build/es/index.js",
|
|
17
|
+
"require": "./build/cjs/index.js",
|
|
18
|
+
"types": "./build/es/index.d.ts"
|
|
19
|
+
},
|
|
20
|
+
"./meta": {
|
|
21
|
+
"import": "./build/es/meta.js",
|
|
22
|
+
"require": "./build/cjs/meta.js",
|
|
23
|
+
"types": "./build/es/meta.d.ts"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
16
26
|
"files": [
|
|
17
27
|
"build",
|
|
18
|
-
"frontend/package.json",
|
|
19
28
|
"meta",
|
|
20
|
-
"
|
|
21
|
-
"type-bundles"
|
|
29
|
+
"service-plugins"
|
|
22
30
|
],
|
|
23
31
|
"dependencies": {
|
|
24
|
-
"@wix/domains_connected-domain-setup-info": "1.0.
|
|
25
|
-
"@wix/domains_connected-domains": "1.0.
|
|
26
|
-
"@wix/domains_domain-availability": "1.0.
|
|
27
|
-
"@wix/domains_domain-dns": "1.0.
|
|
28
|
-
"@wix/domains_domain-suggestions": "1.0.
|
|
32
|
+
"@wix/domains_connected-domain-setup-info": "1.0.21",
|
|
33
|
+
"@wix/domains_connected-domains": "1.0.26",
|
|
34
|
+
"@wix/domains_domain-availability": "1.0.17",
|
|
35
|
+
"@wix/domains_domain-dns": "1.0.16",
|
|
36
|
+
"@wix/domains_domain-suggestions": "1.0.24"
|
|
29
37
|
},
|
|
30
38
|
"devDependencies": {
|
|
31
|
-
"glob": "^10.4.1",
|
|
32
|
-
"rollup": "^4.18.0",
|
|
33
|
-
"rollup-plugin-dts": "^6.1.1",
|
|
34
39
|
"typescript": "^5.3.2"
|
|
35
40
|
},
|
|
36
41
|
"scripts": {
|
|
37
|
-
"build": "tsc -b tsconfig.json tsconfig.esm.json
|
|
38
|
-
"build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
39
|
-
"build:validate-dts": "tsc type-bundles/*.d.ts --noEmit",
|
|
42
|
+
"build": "tsc -b tsconfig.json tsconfig.esm.json",
|
|
40
43
|
"test": ":"
|
|
41
44
|
},
|
|
42
45
|
"wix": {
|
|
@@ -50,5 +53,5 @@
|
|
|
50
53
|
"fqdn": ""
|
|
51
54
|
}
|
|
52
55
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
56
|
+
"falconPackageHash": "65298866ec234a1acece98a3ce69bc229df2c4b199ed9c5c09ee064c"
|
|
54
57
|
}
|
package/build/cjs/context.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export * as connectedDomains from '@wix/domains_connected-domains/context';
|
|
2
|
-
export * as connectedDomainSetupInfo from '@wix/domains_connected-domain-setup-info/context';
|
|
3
|
-
export * as domainDns from '@wix/domains_domain-dns/context';
|
|
4
|
-
export * as domainAvailability from '@wix/domains_domain-availability/context';
|
|
5
|
-
export * as domainSuggestions from '@wix/domains_domain-suggestions/context';
|
package/build/cjs/context.js
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.domainSuggestions = exports.domainAvailability = exports.domainDns = exports.connectedDomainSetupInfo = exports.connectedDomains = void 0;
|
|
27
|
-
exports.connectedDomains = __importStar(require("@wix/domains_connected-domains/context"));
|
|
28
|
-
exports.connectedDomainSetupInfo = __importStar(require("@wix/domains_connected-domain-setup-info/context"));
|
|
29
|
-
exports.domainDns = __importStar(require("@wix/domains_domain-dns/context"));
|
|
30
|
-
exports.domainAvailability = __importStar(require("@wix/domains_domain-availability/context"));
|
|
31
|
-
exports.domainSuggestions = __importStar(require("@wix/domains_domain-suggestions/context"));
|
|
32
|
-
//# sourceMappingURL=context.js.map
|
package/build/cjs/context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2FAA2E;AAC3E,6GAA6F;AAC7F,6EAA6D;AAC7D,+FAA+E;AAC/E,6FAA6E"}
|
package/build/es/context.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export * as connectedDomains from '@wix/domains_connected-domains/context';
|
|
2
|
-
export * as connectedDomainSetupInfo from '@wix/domains_connected-domain-setup-info/context';
|
|
3
|
-
export * as domainDns from '@wix/domains_domain-dns/context';
|
|
4
|
-
export * as domainAvailability from '@wix/domains_domain-availability/context';
|
|
5
|
-
export * as domainSuggestions from '@wix/domains_domain-suggestions/context';
|
package/build/es/context.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * as connectedDomains from '@wix/domains_connected-domains/context';
|
|
2
|
-
export * as connectedDomainSetupInfo from '@wix/domains_connected-domain-setup-info/context';
|
|
3
|
-
export * as domainDns from '@wix/domains_domain-dns/context';
|
|
4
|
-
export * as domainAvailability from '@wix/domains_domain-availability/context';
|
|
5
|
-
export * as domainSuggestions from '@wix/domains_domain-suggestions/context';
|
|
6
|
-
//# sourceMappingURL=context.js.map
|
package/build/es/context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,wCAAwC,CAAC;AAC3E,OAAO,KAAK,wBAAwB,MAAM,kDAAkD,CAAC;AAC7F,OAAO,KAAK,SAAS,MAAM,iCAAiC,CAAC;AAC7D,OAAO,KAAK,kBAAkB,MAAM,0CAA0C,CAAC;AAC/E,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC"}
|