@wix/export-async-job 1.0.2 → 1.0.3
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.d.ts +1 -0
- package/build/cjs/{index.typings.js → context.js} +7 -3
- package/build/cjs/context.js.map +1 -0
- package/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +6 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/meta.js +6 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/context.d.ts +1 -0
- package/build/es/context.js +2 -0
- package/build/es/context.js.map +1 -0
- package/build/es/index.d.ts +1 -1
- package/build/es/index.js +1 -1
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +1 -1
- package/build/es/meta.js +1 -1
- package/build/es/meta.js.map +1 -1
- package/context/package.json +7 -0
- package/meta/package.json +2 -1
- package/package.json +21 -8
- package/{build/cjs/src/fedinfra-exportservice-v1-export-async-job.universal.d.ts → type-bundles/context.bundle.d.ts} +309 -255
- package/{build/es/src/fedinfra-exportservice-v1-export-async-job.universal.d.ts → type-bundles/index.bundle.d.ts} +309 -255
- package/type-bundles/meta.bundle.d.ts +687 -0
- package/build/cjs/index.typings.d.ts +0 -1
- package/build/cjs/index.typings.js.map +0 -1
- package/build/cjs/src/fedinfra-exportservice-v1-export-async-job.http.d.ts +0 -7
- package/build/cjs/src/fedinfra-exportservice-v1-export-async-job.http.js +0 -111
- package/build/cjs/src/fedinfra-exportservice-v1-export-async-job.http.js.map +0 -1
- package/build/cjs/src/fedinfra-exportservice-v1-export-async-job.meta.d.ts +0 -19
- package/build/cjs/src/fedinfra-exportservice-v1-export-async-job.meta.js +0 -81
- package/build/cjs/src/fedinfra-exportservice-v1-export-async-job.meta.js.map +0 -1
- package/build/cjs/src/fedinfra-exportservice-v1-export-async-job.public.d.ts +0 -10
- package/build/cjs/src/fedinfra-exportservice-v1-export-async-job.public.js +0 -36
- package/build/cjs/src/fedinfra-exportservice-v1-export-async-job.public.js.map +0 -1
- package/build/cjs/src/fedinfra-exportservice-v1-export-async-job.types.d.ts +0 -1009
- package/build/cjs/src/fedinfra-exportservice-v1-export-async-job.types.js +0 -121
- package/build/cjs/src/fedinfra-exportservice-v1-export-async-job.types.js.map +0 -1
- package/build/cjs/src/fedinfra-exportservice-v1-export-async-job.universal.js +0 -334
- package/build/cjs/src/fedinfra-exportservice-v1-export-async-job.universal.js.map +0 -1
- package/build/es/index.typings.d.ts +0 -1
- package/build/es/index.typings.js +0 -2
- package/build/es/index.typings.js.map +0 -1
- package/build/es/src/fedinfra-exportservice-v1-export-async-job.http.d.ts +0 -7
- package/build/es/src/fedinfra-exportservice-v1-export-async-job.http.js +0 -105
- package/build/es/src/fedinfra-exportservice-v1-export-async-job.http.js.map +0 -1
- package/build/es/src/fedinfra-exportservice-v1-export-async-job.meta.d.ts +0 -19
- package/build/es/src/fedinfra-exportservice-v1-export-async-job.meta.js +0 -56
- package/build/es/src/fedinfra-exportservice-v1-export-async-job.meta.js.map +0 -1
- package/build/es/src/fedinfra-exportservice-v1-export-async-job.public.d.ts +0 -10
- package/build/es/src/fedinfra-exportservice-v1-export-async-job.public.js +0 -19
- package/build/es/src/fedinfra-exportservice-v1-export-async-job.public.js.map +0 -1
- package/build/es/src/fedinfra-exportservice-v1-export-async-job.types.d.ts +0 -1009
- package/build/es/src/fedinfra-exportservice-v1-export-async-job.types.js +0 -118
- package/build/es/src/fedinfra-exportservice-v1-export-async-job.types.js.map +0 -1
- package/build/es/src/fedinfra-exportservice-v1-export-async-job.universal.js +0 -309
- package/build/es/src/fedinfra-exportservice-v1-export-async-job.universal.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as exportAsyncJob from '@wix/export-async-job_export-async-job/context';
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -20,5 +24,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
20
24
|
};
|
|
21
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
26
|
exports.exportAsyncJob = void 0;
|
|
23
|
-
exports.exportAsyncJob = __importStar(require("
|
|
24
|
-
//# sourceMappingURL=
|
|
27
|
+
exports.exportAsyncJob = __importStar(require("@wix/export-async-job_export-async-job/context"));
|
|
28
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iGAAiF"}
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * as exportAsyncJob from '
|
|
1
|
+
export * as exportAsyncJob from '@wix/export-async-job_export-async-job';
|
package/build/cjs/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -20,5 +24,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
20
24
|
};
|
|
21
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
26
|
exports.exportAsyncJob = void 0;
|
|
23
|
-
exports.exportAsyncJob = __importStar(require("
|
|
27
|
+
exports.exportAsyncJob = __importStar(require("@wix/export-async-job_export-async-job"));
|
|
24
28
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yFAAyE"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * as exportAsyncJob from '
|
|
1
|
+
export * as exportAsyncJob from '@wix/export-async-job_export-async-job/meta';
|
package/build/cjs/meta.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
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);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -20,5 +24,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
20
24
|
};
|
|
21
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
26
|
exports.exportAsyncJob = void 0;
|
|
23
|
-
exports.exportAsyncJob = __importStar(require("
|
|
27
|
+
exports.exportAsyncJob = __importStar(require("@wix/export-async-job_export-async-job/meta"));
|
|
24
28
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8FAA8E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as exportAsyncJob from '@wix/export-async-job_export-async-job/context';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,gDAAgD,CAAC"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * as exportAsyncJob from '
|
|
1
|
+
export * as exportAsyncJob from '@wix/export-async-job_export-async-job';
|
package/build/es/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * as exportAsyncJob from '
|
|
1
|
+
export * as exportAsyncJob from '@wix/export-async-job_export-async-job';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,wCAAwC,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * as exportAsyncJob from '
|
|
1
|
+
export * as exportAsyncJob from '@wix/export-async-job_export-async-job/meta';
|
package/build/es/meta.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * as exportAsyncJob from '
|
|
1
|
+
export * as exportAsyncJob from '@wix/export-async-job_export-async-job/meta';
|
|
2
2
|
//# sourceMappingURL=meta.js.map
|
package/build/es/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,6CAA6C,CAAC"}
|
package/meta/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/export-async-job",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -9,25 +9,38 @@
|
|
|
9
9
|
"module": "build/es/index.js",
|
|
10
10
|
"main": "build/cjs/index.js",
|
|
11
11
|
"typings": "./build/cjs/index.d.ts",
|
|
12
|
+
"typesBundle": "./type-bundles/index.bundle.d.ts",
|
|
12
13
|
"files": [
|
|
13
14
|
"build",
|
|
14
15
|
"frontend/package.json",
|
|
15
|
-
"meta"
|
|
16
|
+
"meta",
|
|
17
|
+
"context",
|
|
18
|
+
"type-bundles"
|
|
16
19
|
],
|
|
17
20
|
"dependencies": {
|
|
18
|
-
"@wix/
|
|
19
|
-
|
|
20
|
-
|
|
21
|
+
"@wix/export-async-job_export-async-job": "1.0.0"
|
|
22
|
+
},
|
|
23
|
+
"devDependencies": {
|
|
24
|
+
"glob": "^10.4.1",
|
|
25
|
+
"rollup": "^4.18.0",
|
|
26
|
+
"rollup-plugin-dts": "^6.1.1",
|
|
27
|
+
"typescript": "^5.3.2"
|
|
21
28
|
},
|
|
22
29
|
"scripts": {
|
|
23
|
-
"build": "tsc -b tsconfig.json tsconfig.esm.json",
|
|
30
|
+
"build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles",
|
|
31
|
+
"build:dts-bundles": "test -f config/rollup-config.js && rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
24
32
|
"test": ":"
|
|
25
33
|
},
|
|
26
34
|
"wix": {
|
|
27
35
|
"artifact": {
|
|
36
|
+
"groupId": "com.wixpress.public-sdk-autogen",
|
|
28
37
|
"artifactId": "export-async-job-public-sdk-autogen",
|
|
29
|
-
"
|
|
38
|
+
"isRootPublicSdk": true
|
|
39
|
+
},
|
|
40
|
+
"sdkDependency": {
|
|
41
|
+
"fqdnNamespace": "",
|
|
42
|
+
"fqdn": ""
|
|
30
43
|
}
|
|
31
44
|
},
|
|
32
|
-
"falconPackageHash": "
|
|
45
|
+
"falconPackageHash": "94114b8ea6930d57a414a0bd7f47f3ecaef938b372ca2c5f241a8273"
|
|
33
46
|
}
|