@sanity/google-maps-input 2.24.1-pte.127 → 2.24.1
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.
|
@@ -15,9 +15,9 @@ var _Marker = require("../map/Marker");
|
|
|
15
15
|
|
|
16
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
17
|
|
|
18
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly
|
|
18
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
19
19
|
|
|
20
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source =
|
|
20
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
21
21
|
|
|
22
22
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/google-maps-input",
|
|
3
|
-
"version": "2.24.1
|
|
3
|
+
"version": "2.24.1",
|
|
4
4
|
"description": "Sanity plugin providing input handlers for geo-related input types using Google Maps",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./dist/dts",
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"sanity-plugin"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@sanity/field": "2.24.1
|
|
22
|
+
"@sanity/field": "2.24.1",
|
|
23
23
|
"@sanity/icons": "^1.2.1",
|
|
24
|
-
"@sanity/types": "2.24.
|
|
24
|
+
"@sanity/types": "2.24.0",
|
|
25
25
|
"@sanity/ui": "^0.37.2",
|
|
26
26
|
"lodash": "^4.17.15",
|
|
27
27
|
"rxjs": "^6.5.3"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@sanity/base": "2.24.1
|
|
30
|
+
"@sanity/base": "2.24.1",
|
|
31
31
|
"@types/googlemaps": "^3.43.0",
|
|
32
32
|
"rimraf": "^2.7.1"
|
|
33
33
|
},
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"url": "https://github.com/sanity-io/sanity/issues"
|
|
47
47
|
},
|
|
48
48
|
"homepage": "https://www.sanity.io/",
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "3cacc40d47916bfe60c8491362c9abd36d45dae0"
|
|
50
50
|
}
|