@wix/atlas 1.0.23 → 1.0.25

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,4 +1,9 @@
1
- import * as places from '@wix/auto_sdk_atlas_places';
2
- import * as autocomplete from '@wix/auto_sdk_atlas_autocomplete';
3
- import * as location from '@wix/auto_sdk_atlas_location';
4
- export { places, autocomplete, location };
1
+ import * as auto_sdk_atlas_places from '@wix/auto_sdk_atlas_places';
2
+ export { auto_sdk_atlas_places as places };
3
+ import * as auto_sdk_atlas_autocomplete from '@wix/auto_sdk_atlas_autocomplete';
4
+ export { auto_sdk_atlas_autocomplete as autocomplete };
5
+ import * as auto_sdk_atlas_location from '@wix/auto_sdk_atlas_location';
6
+ export { auto_sdk_atlas_location as location };
7
+ import '@wix/auto_sdk_atlas_places/meta';
8
+ import '@wix/auto_sdk_atlas_autocomplete/meta';
9
+ import '@wix/auto_sdk_atlas_location/meta';
@@ -1,33 +1,47 @@
1
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;
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;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.location = exports.autocomplete = exports.places = void 0;
27
- const places = __importStar(require("@wix/auto_sdk_atlas_places"));
28
- exports.places = places;
29
- const autocomplete = __importStar(require("@wix/auto_sdk_atlas_autocomplete"));
30
- exports.autocomplete = autocomplete;
31
- const location = __importStar(require("@wix/auto_sdk_atlas_location"));
32
- exports.location = location;
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
+ // index.ts
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
+ autocomplete: () => autocomplete,
34
+ location: () => location,
35
+ places: () => places
36
+ });
37
+ module.exports = __toCommonJS(index_exports);
38
+ var places = __toESM(require("@wix/auto_sdk_atlas_places"));
39
+ var autocomplete = __toESM(require("@wix/auto_sdk_atlas_autocomplete"));
40
+ var location = __toESM(require("@wix/auto_sdk_atlas_location"));
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ autocomplete,
44
+ location,
45
+ places
46
+ });
33
47
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mEAAqD;AAI5C,wBAAM;AAHf,+EAAiE;AAGhD,oCAAY;AAF7B,uEAAyD;AAE1B,4BAAQ"}
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as places from '@wix/auto_sdk_atlas_places';\nimport * as autocomplete from '@wix/auto_sdk_atlas_autocomplete';\nimport * as location from '@wix/auto_sdk_atlas_location';\n\nexport { places, autocomplete, location };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,mBAA8B;AAC9B,eAA0B;","names":[]}
@@ -1,3 +1,6 @@
1
- export * as places from '@wix/auto_sdk_atlas_places/meta';
2
- export * as autocomplete from '@wix/auto_sdk_atlas_autocomplete/meta';
3
- export * as location from '@wix/auto_sdk_atlas_location/meta';
1
+ import * as meta from '@wix/auto_sdk_atlas_places/meta';
2
+ export { meta as places };
3
+ import * as meta$1 from '@wix/auto_sdk_atlas_autocomplete/meta';
4
+ export { meta$1 as autocomplete };
5
+ import * as meta$2 from '@wix/auto_sdk_atlas_location/meta';
6
+ export { meta$2 as location };
package/build/cjs/meta.js CHANGED
@@ -1,30 +1,47 @@
1
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;
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;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.location = exports.autocomplete = exports.places = void 0;
27
- exports.places = __importStar(require("@wix/auto_sdk_atlas_places/meta"));
28
- exports.autocomplete = __importStar(require("@wix/auto_sdk_atlas_autocomplete/meta"));
29
- exports.location = __importStar(require("@wix/auto_sdk_atlas_location/meta"));
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
+ // meta.ts
31
+ var meta_exports = {};
32
+ __export(meta_exports, {
33
+ autocomplete: () => autocomplete,
34
+ location: () => location,
35
+ places: () => places
36
+ });
37
+ module.exports = __toCommonJS(meta_exports);
38
+ var places = __toESM(require("@wix/auto_sdk_atlas_places/meta"));
39
+ var autocomplete = __toESM(require("@wix/auto_sdk_atlas_autocomplete/meta"));
40
+ var location = __toESM(require("@wix/auto_sdk_atlas_location/meta"));
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ autocomplete,
44
+ location,
45
+ places
46
+ });
30
47
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0EAA0D;AAC1D,sFAAsE;AACtE,8EAA8D"}
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as places from '@wix/auto_sdk_atlas_places/meta';\nexport * as autocomplete from '@wix/auto_sdk_atlas_autocomplete/meta';\nexport * as location from '@wix/auto_sdk_atlas_location/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,mBAA8B;AAC9B,eAA0B;","names":[]}
@@ -0,0 +1,9 @@
1
+ import * as auto_sdk_atlas_places from '@wix/auto_sdk_atlas_places';
2
+ export { auto_sdk_atlas_places as places };
3
+ import * as auto_sdk_atlas_autocomplete from '@wix/auto_sdk_atlas_autocomplete';
4
+ export { auto_sdk_atlas_autocomplete as autocomplete };
5
+ import * as auto_sdk_atlas_location from '@wix/auto_sdk_atlas_location';
6
+ export { auto_sdk_atlas_location as location };
7
+ import '@wix/auto_sdk_atlas_places/meta';
8
+ import '@wix/auto_sdk_atlas_autocomplete/meta';
9
+ import '@wix/auto_sdk_atlas_location/meta';
@@ -0,0 +1,10 @@
1
+ // index.ts
2
+ import * as places from "@wix/auto_sdk_atlas_places";
3
+ import * as autocomplete from "@wix/auto_sdk_atlas_autocomplete";
4
+ import * as location from "@wix/auto_sdk_atlas_location";
5
+ export {
6
+ autocomplete,
7
+ location,
8
+ places
9
+ };
10
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as places from '@wix/auto_sdk_atlas_places';\nimport * as autocomplete from '@wix/auto_sdk_atlas_autocomplete';\nimport * as location from '@wix/auto_sdk_atlas_location';\n\nexport { places, autocomplete, location };\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,cAAc;","names":[]}
@@ -0,0 +1,6 @@
1
+ import * as meta from '@wix/auto_sdk_atlas_places/meta';
2
+ export { meta as places };
3
+ import * as meta$1 from '@wix/auto_sdk_atlas_autocomplete/meta';
4
+ export { meta$1 as autocomplete };
5
+ import * as meta$2 from '@wix/auto_sdk_atlas_location/meta';
6
+ export { meta$2 as location };
@@ -0,0 +1,10 @@
1
+ // meta.ts
2
+ import * as places from "@wix/auto_sdk_atlas_places/meta";
3
+ import * as autocomplete from "@wix/auto_sdk_atlas_autocomplete/meta";
4
+ import * as location from "@wix/auto_sdk_atlas_location/meta";
5
+ export {
6
+ autocomplete,
7
+ location,
8
+ places
9
+ };
10
+ //# sourceMappingURL=meta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as places from '@wix/auto_sdk_atlas_places/meta';\nexport * as autocomplete from '@wix/auto_sdk_atlas_autocomplete/meta';\nexport * as location from '@wix/auto_sdk_atlas_location/meta';\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,cAAc;","names":[]}
@@ -1,4 +1,9 @@
1
- import * as places from '@wix/auto_sdk_atlas_places';
2
- import * as autocomplete from '@wix/auto_sdk_atlas_autocomplete';
3
- import * as location from '@wix/auto_sdk_atlas_location';
4
- export { places, autocomplete, location };
1
+ import * as auto_sdk_atlas_places from '@wix/auto_sdk_atlas_places';
2
+ export { auto_sdk_atlas_places as places };
3
+ import * as auto_sdk_atlas_autocomplete from '@wix/auto_sdk_atlas_autocomplete';
4
+ export { auto_sdk_atlas_autocomplete as autocomplete };
5
+ import * as auto_sdk_atlas_location from '@wix/auto_sdk_atlas_location';
6
+ export { auto_sdk_atlas_location as location };
7
+ import '@wix/auto_sdk_atlas_places/meta';
8
+ import '@wix/auto_sdk_atlas_autocomplete/meta';
9
+ import '@wix/auto_sdk_atlas_location/meta';
@@ -1,33 +1,47 @@
1
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;
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;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.location = exports.autocomplete = exports.places = void 0;
27
- const places = __importStar(require("@wix/auto_sdk_atlas_places"));
28
- exports.places = places;
29
- const autocomplete = __importStar(require("@wix/auto_sdk_atlas_autocomplete"));
30
- exports.autocomplete = autocomplete;
31
- const location = __importStar(require("@wix/auto_sdk_atlas_location"));
32
- exports.location = location;
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
+ // index.ts
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
+ autocomplete: () => autocomplete,
34
+ location: () => location,
35
+ places: () => places
36
+ });
37
+ module.exports = __toCommonJS(index_exports);
38
+ var places = __toESM(require("@wix/auto_sdk_atlas_places"));
39
+ var autocomplete = __toESM(require("@wix/auto_sdk_atlas_autocomplete"));
40
+ var location = __toESM(require("@wix/auto_sdk_atlas_location"));
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ autocomplete,
44
+ location,
45
+ places
46
+ });
33
47
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mEAAqD;AAI5C,wBAAM;AAHf,+EAAiE;AAGhD,oCAAY;AAF7B,uEAAyD;AAE1B,4BAAQ"}
1
+ {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as places from '@wix/auto_sdk_atlas_places';\nimport * as autocomplete from '@wix/auto_sdk_atlas_autocomplete';\nimport * as location from '@wix/auto_sdk_atlas_location';\n\nexport { places, autocomplete, location };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,mBAA8B;AAC9B,eAA0B;","names":[]}
@@ -1,3 +1,6 @@
1
- export * as places from '@wix/auto_sdk_atlas_places/meta';
2
- export * as autocomplete from '@wix/auto_sdk_atlas_autocomplete/meta';
3
- export * as location from '@wix/auto_sdk_atlas_location/meta';
1
+ import * as meta from '@wix/auto_sdk_atlas_places/meta';
2
+ export { meta as places };
3
+ import * as meta$1 from '@wix/auto_sdk_atlas_autocomplete/meta';
4
+ export { meta$1 as autocomplete };
5
+ import * as meta$2 from '@wix/auto_sdk_atlas_location/meta';
6
+ export { meta$2 as location };
@@ -1,30 +1,47 @@
1
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;
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;
24
19
  };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.location = exports.autocomplete = exports.places = void 0;
27
- exports.places = __importStar(require("@wix/auto_sdk_atlas_places/meta"));
28
- exports.autocomplete = __importStar(require("@wix/auto_sdk_atlas_autocomplete/meta"));
29
- exports.location = __importStar(require("@wix/auto_sdk_atlas_location/meta"));
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
+ // meta.ts
31
+ var meta_exports = {};
32
+ __export(meta_exports, {
33
+ autocomplete: () => autocomplete,
34
+ location: () => location,
35
+ places: () => places
36
+ });
37
+ module.exports = __toCommonJS(meta_exports);
38
+ var places = __toESM(require("@wix/auto_sdk_atlas_places/meta"));
39
+ var autocomplete = __toESM(require("@wix/auto_sdk_atlas_autocomplete/meta"));
40
+ var location = __toESM(require("@wix/auto_sdk_atlas_location/meta"));
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ autocomplete,
44
+ location,
45
+ places
46
+ });
30
47
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0EAA0D;AAC1D,sFAAsE;AACtE,8EAA8D"}
1
+ {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as places from '@wix/auto_sdk_atlas_places/meta';\nexport * as autocomplete from '@wix/auto_sdk_atlas_autocomplete/meta';\nexport * as location from '@wix/auto_sdk_atlas_location/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,mBAA8B;AAC9B,eAA0B;","names":[]}
@@ -0,0 +1,9 @@
1
+ import * as auto_sdk_atlas_places from '@wix/auto_sdk_atlas_places';
2
+ export { auto_sdk_atlas_places as places };
3
+ import * as auto_sdk_atlas_autocomplete from '@wix/auto_sdk_atlas_autocomplete';
4
+ export { auto_sdk_atlas_autocomplete as autocomplete };
5
+ import * as auto_sdk_atlas_location from '@wix/auto_sdk_atlas_location';
6
+ export { auto_sdk_atlas_location as location };
7
+ import '@wix/auto_sdk_atlas_places/meta';
8
+ import '@wix/auto_sdk_atlas_autocomplete/meta';
9
+ import '@wix/auto_sdk_atlas_location/meta';
@@ -0,0 +1,10 @@
1
+ // index.ts
2
+ import * as places from "@wix/auto_sdk_atlas_places";
3
+ import * as autocomplete from "@wix/auto_sdk_atlas_autocomplete";
4
+ import * as location from "@wix/auto_sdk_atlas_location";
5
+ export {
6
+ autocomplete,
7
+ location,
8
+ places
9
+ };
10
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as places from '@wix/auto_sdk_atlas_places';\nimport * as autocomplete from '@wix/auto_sdk_atlas_autocomplete';\nimport * as location from '@wix/auto_sdk_atlas_location';\n\nexport { places, autocomplete, location };\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,cAAc;","names":[]}
@@ -0,0 +1,6 @@
1
+ import * as meta from '@wix/auto_sdk_atlas_places/meta';
2
+ export { meta as places };
3
+ import * as meta$1 from '@wix/auto_sdk_atlas_autocomplete/meta';
4
+ export { meta$1 as autocomplete };
5
+ import * as meta$2 from '@wix/auto_sdk_atlas_location/meta';
6
+ export { meta$2 as location };
@@ -0,0 +1,10 @@
1
+ // meta.ts
2
+ import * as places from "@wix/auto_sdk_atlas_places/meta";
3
+ import * as autocomplete from "@wix/auto_sdk_atlas_autocomplete/meta";
4
+ import * as location from "@wix/auto_sdk_atlas_location/meta";
5
+ export {
6
+ autocomplete,
7
+ location,
8
+ places
9
+ };
10
+ //# sourceMappingURL=meta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as places from '@wix/auto_sdk_atlas_places/meta';\nexport * as autocomplete from '@wix/auto_sdk_atlas_autocomplete/meta';\nexport * as location from '@wix/auto_sdk_atlas_location/meta';\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,kBAAkB;AAC9B,YAAY,cAAc;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/atlas",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -12,18 +12,18 @@
12
12
  ],
13
13
  "sideEffects": false,
14
14
  "main": "./build/cjs/index.js",
15
- "types": "./build/es/index.d.ts",
15
+ "types": "./build/cjs/index.d.ts",
16
16
  "exports": {
17
17
  ".": {
18
- "import": "./build/es/index.js",
18
+ "import": "./build/es/index.mjs",
19
19
  "require": "./build/cjs/index.js",
20
- "types": "./build/es/index.d.ts"
20
+ "types": "./build/es/index.d.mts"
21
21
  },
22
22
  "./package.json": "./package.json",
23
23
  "./meta": {
24
- "import": "./build/es/meta.js",
24
+ "import": "./build/es/meta.mjs",
25
25
  "require": "./build/cjs/meta.js",
26
- "types": "./build/es/meta.d.ts"
26
+ "types": "./build/es/meta.d.mts"
27
27
  }
28
28
  },
29
29
  "files": [
@@ -32,15 +32,16 @@
32
32
  "service-plugins"
33
33
  ],
34
34
  "dependencies": {
35
- "@wix/auto_sdk_atlas_autocomplete": "1.0.1",
36
- "@wix/auto_sdk_atlas_location": "1.0.1",
37
- "@wix/auto_sdk_atlas_places": "1.0.1"
35
+ "@wix/auto_sdk_atlas_autocomplete": "1.0.3",
36
+ "@wix/auto_sdk_atlas_location": "1.0.3",
37
+ "@wix/auto_sdk_atlas_places": "1.0.3"
38
38
  },
39
39
  "devDependencies": {
40
+ "tsup": "^8.4.0",
40
41
  "typescript": "^5.3.2"
41
42
  },
42
43
  "scripts": {
43
- "build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
44
+ "build": "tsup",
44
45
  "test": ":"
45
46
  },
46
47
  "wix": {
@@ -54,5 +55,5 @@
54
55
  "fqdn": ""
55
56
  }
56
57
  },
57
- "falconPackageHash": "f664a24253848a0421433985500ff8f5d4970a40034afcb408835ff7"
58
+ "falconPackageHash": "9833a00156cc516941e9e91d08d2d91b4f5ac57c4e891fb24b626777"
58
59
  }
@@ -1,4 +0,0 @@
1
- import * as places from '@wix/auto_sdk_atlas_places';
2
- import * as autocomplete from '@wix/auto_sdk_atlas_autocomplete';
3
- import * as location from '@wix/auto_sdk_atlas_location';
4
- export { places, autocomplete, location };
package/build/es/index.js DELETED
@@ -1,5 +0,0 @@
1
- import * as places from '@wix/auto_sdk_atlas_places';
2
- import * as autocomplete from '@wix/auto_sdk_atlas_autocomplete';
3
- import * as location from '@wix/auto_sdk_atlas_location';
4
- export { places, autocomplete, location };
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,4BAA4B,CAAC;AACrD,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,QAAQ,MAAM,8BAA8B,CAAC;AAEzD,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,QAAQ,EAAE,CAAC"}
@@ -1,3 +0,0 @@
1
- export * as places from '@wix/auto_sdk_atlas_places/meta';
2
- export * as autocomplete from '@wix/auto_sdk_atlas_autocomplete/meta';
3
- export * as location from '@wix/auto_sdk_atlas_location/meta';
package/build/es/meta.js DELETED
@@ -1,4 +0,0 @@
1
- export * as places from '@wix/auto_sdk_atlas_places/meta';
2
- export * as autocomplete from '@wix/auto_sdk_atlas_autocomplete/meta';
3
- export * as location from '@wix/auto_sdk_atlas_location/meta';
4
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,iCAAiC,CAAC;AAC1D,OAAO,KAAK,YAAY,MAAM,uCAAuC,CAAC;AACtE,OAAO,KAAK,QAAQ,MAAM,mCAAmC,CAAC"}
@@ -1,4 +0,0 @@
1
- import * as places from '@wix/auto_sdk_atlas_places';
2
- import * as autocomplete from '@wix/auto_sdk_atlas_autocomplete';
3
- import * as location from '@wix/auto_sdk_atlas_location';
4
- export { places, autocomplete, location };
@@ -1,5 +0,0 @@
1
- import * as places from '@wix/auto_sdk_atlas_places';
2
- import * as autocomplete from '@wix/auto_sdk_atlas_autocomplete';
3
- import * as location from '@wix/auto_sdk_atlas_location';
4
- export { places, autocomplete, location };
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,4BAA4B,CAAC;AACrD,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,QAAQ,MAAM,8BAA8B,CAAC;AAEzD,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,QAAQ,EAAE,CAAC"}
@@ -1,3 +0,0 @@
1
- export * as places from '@wix/auto_sdk_atlas_places/meta';
2
- export * as autocomplete from '@wix/auto_sdk_atlas_autocomplete/meta';
3
- export * as location from '@wix/auto_sdk_atlas_location/meta';
@@ -1,4 +0,0 @@
1
- export * as places from '@wix/auto_sdk_atlas_places/meta';
2
- export * as autocomplete from '@wix/auto_sdk_atlas_autocomplete/meta';
3
- export * as location from '@wix/auto_sdk_atlas_location/meta';
4
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,iCAAiC,CAAC;AAC1D,OAAO,KAAK,YAAY,MAAM,uCAAuC,CAAC;AACtE,OAAO,KAAK,QAAQ,MAAM,mCAAmC,CAAC"}