@opensystemslab/map 0.7.2 → 0.7.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
|
|
1
|
-
import { c as cr } from "./index-
|
1
|
+
import { c as cr } from "./index-fe50023b.mjs";
|
2
2
|
var Gt = function(a) {
|
3
3
|
return a && a.Math == Math && a;
|
4
4
|
}, z = Gt(typeof globalThis == "object" && globalThis) || Gt(typeof window == "object" && window) || Gt(typeof self == "object" && self) || Gt(typeof cr == "object" && cr) || function() {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@opensystemslab/map",
|
3
|
-
"version": "0.7.
|
3
|
+
"version": "0.7.3",
|
4
4
|
"license": "OGL-UK-3.0",
|
5
5
|
"private": false,
|
6
6
|
"repository": {
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"@types/node": "^18.6.3",
|
48
48
|
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^3.0.9",
|
49
49
|
"@types/proj4": "^2.5.2",
|
50
|
-
"@vitest/ui": "^0.
|
50
|
+
"@vitest/ui": "^0.29.2",
|
51
51
|
"happy-dom": "^8.1.0",
|
52
52
|
"husky": "^8.0.1",
|
53
53
|
"lint-staged": "^13.0.3",
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"sass": "^1.44.0",
|
57
57
|
"typescript": "^4.3.5",
|
58
58
|
"vite": "^4.0.0",
|
59
|
-
"vitest": "0.
|
59
|
+
"vitest": "0.29.2",
|
60
60
|
"wait-for-expect": "^3.0.2"
|
61
61
|
},
|
62
62
|
"engines": {
|