@wix/export-async-job 1.0.37 → 1.0.38

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.
@@ -1,3 +1,4 @@
1
1
  import * as auto_sdk_exportAsyncJob_exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job';
2
2
  export { auto_sdk_exportAsyncJob_exportAsyncJob as exportAsyncJob };
3
3
  import '@wix/auto_sdk_export-async-job_export-async-job/meta';
4
+ import '@wix/auto_sdk_export-async-job_export-async-job/schemas';
@@ -0,0 +1,2 @@
1
+ import * as schemas from '@wix/auto_sdk_export-async-job_export-async-job/schemas';
2
+ export { schemas as exportAsyncJob };
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // schemas.ts
31
+ var schemas_exports = {};
32
+ __export(schemas_exports, {
33
+ exportAsyncJob: () => exportAsyncJob
34
+ });
35
+ module.exports = __toCommonJS(schemas_exports);
36
+ var exportAsyncJob = __toESM(require("@wix/auto_sdk_export-async-job_export-async-job/schemas"));
37
+ // Annotate the CommonJS export names for ESM import in node:
38
+ 0 && (module.exports = {
39
+ exportAsyncJob
40
+ });
41
+ //# sourceMappingURL=schemas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAgC;","names":[]}
@@ -1,3 +1,4 @@
1
1
  import * as auto_sdk_exportAsyncJob_exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job';
2
2
  export { auto_sdk_exportAsyncJob_exportAsyncJob as exportAsyncJob };
3
3
  import '@wix/auto_sdk_export-async-job_export-async-job/meta';
4
+ import '@wix/auto_sdk_export-async-job_export-async-job/schemas';
@@ -0,0 +1,2 @@
1
+ import * as schemas from '@wix/auto_sdk_export-async-job_export-async-job/schemas';
2
+ export { schemas as exportAsyncJob };
@@ -0,0 +1,6 @@
1
+ // schemas.ts
2
+ import * as exportAsyncJob from "@wix/auto_sdk_export-async-job_export-async-job/schemas";
3
+ export {
4
+ exportAsyncJob
5
+ };
6
+ //# sourceMappingURL=schemas.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job/schemas';\n"],"mappings":";AAAA,YAAY,oBAAoB;","names":[]}
@@ -1,3 +1,4 @@
1
1
  import * as auto_sdk_exportAsyncJob_exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job';
2
2
  export { auto_sdk_exportAsyncJob_exportAsyncJob as exportAsyncJob };
3
3
  import '@wix/auto_sdk_export-async-job_export-async-job/meta';
4
+ import '@wix/auto_sdk_export-async-job_export-async-job/schemas';
@@ -0,0 +1,2 @@
1
+ import * as schemas from '@wix/auto_sdk_export-async-job_export-async-job/schemas';
2
+ export { schemas as exportAsyncJob };
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // schemas.ts
31
+ var schemas_exports = {};
32
+ __export(schemas_exports, {
33
+ exportAsyncJob: () => exportAsyncJob
34
+ });
35
+ module.exports = __toCommonJS(schemas_exports);
36
+ var exportAsyncJob = __toESM(require("@wix/auto_sdk_export-async-job_export-async-job/schemas"));
37
+ // Annotate the CommonJS export names for ESM import in node:
38
+ 0 && (module.exports = {
39
+ exportAsyncJob
40
+ });
41
+ //# sourceMappingURL=schemas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAgC;","names":[]}
@@ -1,3 +1,4 @@
1
1
  import * as auto_sdk_exportAsyncJob_exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job';
2
2
  export { auto_sdk_exportAsyncJob_exportAsyncJob as exportAsyncJob };
3
3
  import '@wix/auto_sdk_export-async-job_export-async-job/meta';
4
+ import '@wix/auto_sdk_export-async-job_export-async-job/schemas';
@@ -0,0 +1,2 @@
1
+ import * as schemas from '@wix/auto_sdk_export-async-job_export-async-job/schemas';
2
+ export { schemas as exportAsyncJob };
@@ -0,0 +1,6 @@
1
+ // schemas.ts
2
+ import * as exportAsyncJob from "@wix/auto_sdk_export-async-job_export-async-job/schemas";
3
+ export {
4
+ exportAsyncJob
5
+ };
6
+ //# sourceMappingURL=schemas.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job/schemas';\n"],"mappings":";AAAA,YAAY,oBAAoB;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/export-async-job",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -25,15 +25,21 @@
25
25
  "import": "./build/es/meta.mjs",
26
26
  "require": "./build/cjs/meta.js",
27
27
  "types": "./build/es/meta.d.mts"
28
+ },
29
+ "./schemas": {
30
+ "import": "./build/es/schemas.mjs",
31
+ "require": "./build/cjs/schemas.js",
32
+ "types": "./build/es/schemas.d.mts"
28
33
  }
29
34
  },
30
35
  "files": [
31
36
  "build",
32
37
  "meta",
33
- "service-plugins"
38
+ "service-plugins",
39
+ "schemas"
34
40
  ],
35
41
  "dependencies": {
36
- "@wix/auto_sdk_export-async-job_export-async-job": "1.0.18"
42
+ "@wix/auto_sdk_export-async-job_export-async-job": "1.0.19"
37
43
  },
38
44
  "devDependencies": {
39
45
  "tsup": "^8.4.0",
@@ -54,5 +60,5 @@
54
60
  "fqdn": ""
55
61
  }
56
62
  },
57
- "falconPackageHash": "862b4cca4c84475492affbacadff142742319e2f042738c7650e08de"
63
+ "falconPackageHash": "6c02caa3fb21128a86d541fa0c73be597b56d4297b99c872f24a03c8"
58
64
  }
@@ -0,0 +1,3 @@
1
+ {
2
+ "main": "../build/cjs/schemas.js"
3
+ }