@wix/export-async-job 1.0.17 → 1.0.19

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,2 +1,2 @@
1
- import * as exportAsyncJob from '@wix/export-async-job_export-async-job';
1
+ import * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job';
2
2
  export { exportAsyncJob };
@@ -24,6 +24,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.exportAsyncJob = void 0;
27
- const exportAsyncJob = __importStar(require("@wix/export-async-job_export-async-job"));
27
+ const exportAsyncJob = __importStar(require("@wix/auto_sdk_export-async-job_export-async-job"));
28
28
  exports.exportAsyncJob = exportAsyncJob;
29
29
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uFAAyE;AAEhE,wCAAc"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gGAAkF;AAEzE,wCAAc"}
@@ -1 +1 @@
1
- export * as exportAsyncJob from '@wix/export-async-job_export-async-job/meta';
1
+ export * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job/meta';
package/build/cjs/meta.js CHANGED
@@ -24,5 +24,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.exportAsyncJob = void 0;
27
- exports.exportAsyncJob = __importStar(require("@wix/export-async-job_export-async-job/meta"));
27
+ exports.exportAsyncJob = __importStar(require("@wix/auto_sdk_export-async-job_export-async-job/meta"));
28
28
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8FAA8E"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uGAAuF"}
@@ -1,2 +1,2 @@
1
- import * as exportAsyncJob from '@wix/export-async-job_export-async-job';
1
+ import * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job';
2
2
  export { exportAsyncJob };
package/build/es/index.js CHANGED
@@ -1,3 +1,3 @@
1
- import * as exportAsyncJob from '@wix/export-async-job_export-async-job';
1
+ import * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job';
2
2
  export { exportAsyncJob };
3
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,wCAAwC,CAAC;AAEzE,OAAO,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,iDAAiD,CAAC;AAElF,OAAO,EAAE,cAAc,EAAE,CAAC"}
@@ -1 +1 @@
1
- export * as exportAsyncJob from '@wix/export-async-job_export-async-job/meta';
1
+ export * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job/meta';
package/build/es/meta.js CHANGED
@@ -1,2 +1,2 @@
1
- export * as exportAsyncJob from '@wix/export-async-job_export-async-job/meta';
1
+ export * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job/meta';
2
2
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,6CAA6C,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,sDAAsD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job';
2
+ export { exportAsyncJob };
@@ -0,0 +1,29 @@
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.exportAsyncJob = void 0;
27
+ const exportAsyncJob = __importStar(require("@wix/auto_sdk_export-async-job_export-async-job"));
28
+ exports.exportAsyncJob = exportAsyncJob;
29
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gGAAkF;AAEzE,wCAAc"}
@@ -0,0 +1 @@
1
+ export * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job/meta';
@@ -0,0 +1,28 @@
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.exportAsyncJob = void 0;
27
+ exports.exportAsyncJob = __importStar(require("@wix/auto_sdk_export-async-job_export-async-job/meta"));
28
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uGAAuF"}
@@ -0,0 +1,2 @@
1
+ import * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job';
2
+ export { exportAsyncJob };
@@ -0,0 +1,3 @@
1
+ import * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job';
2
+ export { exportAsyncJob };
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,iDAAiD,CAAC;AAElF,OAAO,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job/meta';
@@ -0,0 +1,2 @@
1
+ export * as exportAsyncJob from '@wix/auto_sdk_export-async-job_export-async-job/meta';
2
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,sDAAsD,CAAC"}
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "@wix/export-async-job",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
7
7
  },
8
8
  "keywords": [
9
- "wix-sdk-module=backend,page,public"
9
+ "wixSdkBackendModule",
10
+ "wixSdkPageModule",
11
+ "wixSdkPublicModule"
10
12
  ],
11
13
  "sideEffects": false,
12
14
  "main": "./build/cjs/index.js",
@@ -17,6 +19,7 @@
17
19
  "require": "./build/cjs/index.js",
18
20
  "types": "./build/es/index.d.ts"
19
21
  },
22
+ "./package.json": "./package.json",
20
23
  "./meta": {
21
24
  "import": "./build/es/meta.js",
22
25
  "require": "./build/cjs/meta.js",
@@ -29,13 +32,13 @@
29
32
  "service-plugins"
30
33
  ],
31
34
  "dependencies": {
32
- "@wix/export-async-job_export-async-job": "1.0.13"
35
+ "@wix/auto_sdk_export-async-job_export-async-job": "1.0.0"
33
36
  },
34
37
  "devDependencies": {
35
38
  "typescript": "^5.3.2"
36
39
  },
37
40
  "scripts": {
38
- "build": "tsc -b tsconfig.json tsconfig.esm.json",
41
+ "build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
39
42
  "test": ":"
40
43
  },
41
44
  "wix": {
@@ -49,5 +52,5 @@
49
52
  "fqdn": ""
50
53
  }
51
54
  },
52
- "falconPackageHash": "4db1676c971f183e8b837a0c0a2fa641517a1a9f73aece29c0383023"
55
+ "falconPackageHash": "3379d221c68c6ada50806108a18b1f20f0822cf40f8ce2ae5c4a79d5"
53
56
  }