@wix/atlas 1.0.21 → 1.0.23
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/index.d.ts +3 -3
- package/build/cjs/index.js +3 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -3
- package/build/cjs/meta.js +3 -3
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.ts +3 -3
- package/build/es/index.js +3 -3
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +3 -3
- package/build/es/meta.js +3 -3
- package/build/es/meta.js.map +1 -1
- package/build/internal/cjs/index.d.ts +4 -0
- package/build/internal/cjs/index.js +33 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +3 -0
- package/build/internal/cjs/meta.js +30 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/es/index.d.ts +4 -0
- package/build/internal/es/index.js +5 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/meta.d.ts +3 -0
- package/build/internal/es/meta.js +4 -0
- package/build/internal/es/meta.js.map +1 -0
- package/package.json +11 -8
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as places from '@wix/
|
|
2
|
-
import * as autocomplete from '@wix/
|
|
3
|
-
import * as location from '@wix/
|
|
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
4
|
export { places, autocomplete, location };
|
package/build/cjs/index.js
CHANGED
|
@@ -24,10 +24,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.location = exports.autocomplete = exports.places = void 0;
|
|
27
|
-
const places = __importStar(require("@wix/
|
|
27
|
+
const places = __importStar(require("@wix/auto_sdk_atlas_places"));
|
|
28
28
|
exports.places = places;
|
|
29
|
-
const autocomplete = __importStar(require("@wix/
|
|
29
|
+
const autocomplete = __importStar(require("@wix/auto_sdk_atlas_autocomplete"));
|
|
30
30
|
exports.autocomplete = autocomplete;
|
|
31
|
-
const location = __importStar(require("@wix/
|
|
31
|
+
const location = __importStar(require("@wix/auto_sdk_atlas_location"));
|
|
32
32
|
exports.location = location;
|
|
33
33
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mEAAqD;AAI5C,wBAAM;AAHf,+EAAiE;AAGhD,oCAAY;AAF7B,uEAAyD;AAE1B,4BAAQ"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * as places from '@wix/
|
|
2
|
-
export * as autocomplete from '@wix/
|
|
3
|
-
export * as location from '@wix/
|
|
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/cjs/meta.js
CHANGED
|
@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.location = exports.autocomplete = exports.places = void 0;
|
|
27
|
-
exports.places = __importStar(require("@wix/
|
|
28
|
-
exports.autocomplete = __importStar(require("@wix/
|
|
29
|
-
exports.location = __importStar(require("@wix/
|
|
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"));
|
|
30
30
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0EAA0D;AAC1D,sFAAsE;AACtE,8EAA8D"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as places from '@wix/
|
|
2
|
-
import * as autocomplete from '@wix/
|
|
3
|
-
import * as location from '@wix/
|
|
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
4
|
export { places, autocomplete, location };
|
package/build/es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as places from '@wix/
|
|
2
|
-
import * as autocomplete from '@wix/
|
|
3
|
-
import * as location from '@wix/
|
|
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
4
|
export { places, autocomplete, location };
|
|
5
5
|
//# 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,MAAM,MAAM,
|
|
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"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * as places from '@wix/
|
|
2
|
-
export * as autocomplete from '@wix/
|
|
3
|
-
export * as location from '@wix/
|
|
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
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * as places from '@wix/
|
|
2
|
-
export * as autocomplete from '@wix/
|
|
3
|
-
export * as location from '@wix/
|
|
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
4
|
//# 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,MAAM,MAAM,
|
|
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"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.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;
|
|
33
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +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"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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.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"));
|
|
30
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0EAA0D;AAC1D,sFAAsE;AACtE,8EAA8D"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
package/package.json
CHANGED
|
@@ -1,22 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/atlas",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.23",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"keywords": [
|
|
9
|
-
"
|
|
9
|
+
"wixSdkBackendModule",
|
|
10
|
+
"wixSdkPageModule",
|
|
11
|
+
"wixSdkPublicModule"
|
|
10
12
|
],
|
|
11
13
|
"sideEffects": false,
|
|
12
|
-
"types": "./build/es/index.d.ts",
|
|
13
14
|
"main": "./build/cjs/index.js",
|
|
15
|
+
"types": "./build/es/index.d.ts",
|
|
14
16
|
"exports": {
|
|
15
17
|
".": {
|
|
16
18
|
"import": "./build/es/index.js",
|
|
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,15 +32,15 @@
|
|
|
29
32
|
"service-plugins"
|
|
30
33
|
],
|
|
31
34
|
"dependencies": {
|
|
32
|
-
"@wix/
|
|
33
|
-
"@wix/
|
|
34
|
-
"@wix/
|
|
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
38
|
},
|
|
36
39
|
"devDependencies": {
|
|
37
40
|
"typescript": "^5.3.2"
|
|
38
41
|
},
|
|
39
42
|
"scripts": {
|
|
40
|
-
"build": "tsc -b tsconfig.json tsconfig.esm.json",
|
|
43
|
+
"build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
|
|
41
44
|
"test": ":"
|
|
42
45
|
},
|
|
43
46
|
"wix": {
|
|
@@ -51,5 +54,5 @@
|
|
|
51
54
|
"fqdn": ""
|
|
52
55
|
}
|
|
53
56
|
},
|
|
54
|
-
"falconPackageHash": "
|
|
57
|
+
"falconPackageHash": "f664a24253848a0421433985500ff8f5d4970a40034afcb408835ff7"
|
|
55
58
|
}
|