@wix/atlas 1.0.14 → 1.0.16
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.js +0 -1
- package/build/cjs/index.js +0 -1
- package/build/cjs/meta.js +0 -1
- package/package.json +8 -5
- package/build/cjs/context.js.map +0 -1
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.js.map +0 -1
package/build/cjs/context.js
CHANGED
|
@@ -27,4 +27,3 @@ exports.location = exports.autocomplete = exports.places = void 0;
|
|
|
27
27
|
exports.places = __importStar(require("@wix/atlas_places/context"));
|
|
28
28
|
exports.autocomplete = __importStar(require("@wix/atlas_autocomplete/context"));
|
|
29
29
|
exports.location = __importStar(require("@wix/atlas_location/context"));
|
|
30
|
-
//# sourceMappingURL=context.js.map
|
package/build/cjs/index.js
CHANGED
|
@@ -27,4 +27,3 @@ exports.location = exports.autocomplete = exports.places = void 0;
|
|
|
27
27
|
exports.places = __importStar(require("@wix/atlas_places"));
|
|
28
28
|
exports.autocomplete = __importStar(require("@wix/atlas_autocomplete"));
|
|
29
29
|
exports.location = __importStar(require("@wix/atlas_location"));
|
|
30
|
-
//# sourceMappingURL=index.js.map
|
package/build/cjs/meta.js
CHANGED
|
@@ -27,4 +27,3 @@ exports.location = exports.autocomplete = exports.places = void 0;
|
|
|
27
27
|
exports.places = __importStar(require("@wix/atlas_places/meta"));
|
|
28
28
|
exports.autocomplete = __importStar(require("@wix/atlas_autocomplete/meta"));
|
|
29
29
|
exports.location = __importStar(require("@wix/atlas_location/meta"));
|
|
30
|
-
//# sourceMappingURL=meta.js.map
|
package/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/atlas",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
+
"keywords": [
|
|
9
|
+
"wix-sdk-module=backend,page,public"
|
|
10
|
+
],
|
|
8
11
|
"sideEffects": false,
|
|
9
12
|
"module": "build/es/index.js",
|
|
10
13
|
"main": "build/cjs/index.js",
|
|
@@ -18,9 +21,9 @@
|
|
|
18
21
|
"type-bundles"
|
|
19
22
|
],
|
|
20
23
|
"dependencies": {
|
|
21
|
-
"@wix/atlas_autocomplete": "1.0.
|
|
22
|
-
"@wix/atlas_location": "1.0.
|
|
23
|
-
"@wix/atlas_places": "1.0.
|
|
24
|
+
"@wix/atlas_autocomplete": "1.0.2",
|
|
25
|
+
"@wix/atlas_location": "1.0.2",
|
|
26
|
+
"@wix/atlas_places": "1.0.2"
|
|
24
27
|
},
|
|
25
28
|
"devDependencies": {
|
|
26
29
|
"@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
|
|
@@ -45,5 +48,5 @@
|
|
|
45
48
|
"fqdn": ""
|
|
46
49
|
}
|
|
47
50
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "c49d9231d59da02a3335a6aa414f9da22944d5972c2918a36d73f274"
|
|
49
52
|
}
|
package/build/cjs/context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oEAAoD;AACpD,gFAAgE;AAChE,wEAAwD"}
|
package/build/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4DAA4C;AAC5C,wEAAwD;AACxD,gEAAgD"}
|
package/build/cjs/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iEAAiD;AACjD,6EAA6D;AAC7D,qEAAqD"}
|