@equinor/videx-map 1.14.11 → 1.14.13
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/videx-map",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.13",
|
|
4
4
|
"description": "Component for Pixi-overlay in Leaflet.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
|
+
"engines": {
|
|
12
|
+
"npm": "^11.7.0"
|
|
13
|
+
},
|
|
11
14
|
"types": "dist/index.d.ts",
|
|
12
15
|
"scripts": {
|
|
13
16
|
"start": "storybook dev",
|
|
@@ -15,15 +18,16 @@
|
|
|
15
18
|
"build": "rollup -c",
|
|
16
19
|
"prepub": "npm run build",
|
|
17
20
|
"pub": "npm publish --access=public",
|
|
18
|
-
"test": "
|
|
19
|
-
"test:watch": "
|
|
21
|
+
"test": "vitest run",
|
|
22
|
+
"test:watch": "vitest --watchAll",
|
|
23
|
+
"test:coverage": "vitest run --coverage",
|
|
20
24
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx src --color",
|
|
21
25
|
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx src --fix",
|
|
22
26
|
"predocs": "rimraf docs",
|
|
23
27
|
"docs": "typedoc --out docs src",
|
|
24
28
|
"postdocs": "node postdocs.copyfiles.mjs",
|
|
25
29
|
"lint-staged": "lint-staged",
|
|
26
|
-
"prepare": "husky
|
|
30
|
+
"prepare": "husky"
|
|
27
31
|
},
|
|
28
32
|
"repository": {
|
|
29
33
|
"type": "git",
|
|
@@ -42,52 +46,42 @@
|
|
|
42
46
|
},
|
|
43
47
|
"homepage": "https://github.com/equinor/videx-map#readme",
|
|
44
48
|
"devDependencies": {
|
|
45
|
-
"@babel/core": "^7.
|
|
46
|
-
"@babel/preset-env": "^7.
|
|
47
|
-
"@babel/preset-typescript": "^7.
|
|
49
|
+
"@babel/core": "^7.28.3",
|
|
50
|
+
"@babel/preset-env": "^7.28.3",
|
|
51
|
+
"@babel/preset-typescript": "^7.27.1",
|
|
48
52
|
"@equinor/videx-storybook-input": "^1.0.0",
|
|
49
|
-
"@rollup/plugin-node-resolve": "^
|
|
53
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
50
54
|
"@rollup/plugin-terser": "^0.4.4",
|
|
51
|
-
"@rollup/plugin-typescript": "^
|
|
52
|
-
"@storybook/html-webpack5": "^8.6.
|
|
55
|
+
"@rollup/plugin-typescript": "^12.1.4",
|
|
56
|
+
"@storybook/html-webpack5": "^8.6.15",
|
|
53
57
|
"@types/d3-color": "^3.1.3",
|
|
54
|
-
"@types/d3-scale-chromatic": "^3.0
|
|
55
|
-
"@types/d3-selection": "^3.0.
|
|
56
|
-
"@types/earcut": "^
|
|
57
|
-
"@types/geojson": "^7946.0.
|
|
58
|
-
"@types/
|
|
59
|
-
"@types/
|
|
60
|
-
"@
|
|
61
|
-
"@typescript-eslint/
|
|
62
|
-
"@
|
|
58
|
+
"@types/d3-scale-chromatic": "^3.1.0",
|
|
59
|
+
"@types/d3-selection": "^3.0.11",
|
|
60
|
+
"@types/earcut": "^3.0.0",
|
|
61
|
+
"@types/geojson": "^7946.0.16",
|
|
62
|
+
"@types/leaflet": "^1.9.20",
|
|
63
|
+
"@types/uuid": "^10.0.0",
|
|
64
|
+
"@typescript-eslint/eslint-plugin": "^8.40.0",
|
|
65
|
+
"@typescript-eslint/parser": "^8.40.0",
|
|
66
|
+
"@vitest/coverage-v8": "^4.0.7",
|
|
67
|
+
"eslint": "^8.57.1",
|
|
63
68
|
"eslint-plugin-storybook": "^0.11.6",
|
|
64
|
-
"husky": "^
|
|
65
|
-
"
|
|
66
|
-
"jest-canvas-mock": "^2.2.0",
|
|
67
|
-
"jest-environment-jsdom": "^30.0.4",
|
|
69
|
+
"husky": "^9.1.7",
|
|
70
|
+
"jsdom": "^27.1.0",
|
|
68
71
|
"leaflet": "^1.7.1",
|
|
69
72
|
"leaflet-pixi-overlay": "^1.9.4",
|
|
70
|
-
"lint-staged": "^
|
|
71
|
-
"rimraf": "^6.
|
|
72
|
-
"rollup": "^
|
|
73
|
+
"lint-staged": "^15.5.2",
|
|
74
|
+
"rimraf": "^6.1.2",
|
|
75
|
+
"rollup": "^4.46.3",
|
|
73
76
|
"simplex-noise": "^4.0.3",
|
|
74
|
-
"storybook": "^8.6.
|
|
75
|
-
"ts-
|
|
76
|
-
"ts-loader": "^9.5.1",
|
|
77
|
+
"storybook": "^8.6.15",
|
|
78
|
+
"ts-loader": "^9.5.2",
|
|
77
79
|
"ts-node": "^10.8.1",
|
|
78
|
-
"tslib": "^2.
|
|
79
|
-
"typedoc": "^0.
|
|
80
|
-
"typescript": "^5.
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
"testEnvironment": "jsdom",
|
|
84
|
-
"transform": {
|
|
85
|
-
".(ts|tsx)": "ts-jest"
|
|
86
|
-
},
|
|
87
|
-
"testRegex": "(/tests/.*|(\\.|/)test)\\.ts$",
|
|
88
|
-
"setupFiles": [
|
|
89
|
-
"jest-canvas-mock"
|
|
90
|
-
]
|
|
80
|
+
"tslib": "^2.8.1",
|
|
81
|
+
"typedoc": "^0.28.15",
|
|
82
|
+
"typescript": "^5.9.2",
|
|
83
|
+
"vitest": "^4.0.7",
|
|
84
|
+
"vitest-webgl-canvas-mock": "^1.1.0"
|
|
91
85
|
},
|
|
92
86
|
"lint-staged": {
|
|
93
87
|
"*.ts": [
|
|
@@ -96,13 +90,14 @@
|
|
|
96
90
|
},
|
|
97
91
|
"dependencies": {
|
|
98
92
|
"@equinor/videx-linear-algebra": "^1.0.11",
|
|
99
|
-
"@equinor/videx-math": "^1.1.
|
|
100
|
-
"@equinor/videx-vector2": "^1.0.
|
|
93
|
+
"@equinor/videx-math": "^1.1.1",
|
|
94
|
+
"@equinor/videx-vector2": "^1.0.46",
|
|
101
95
|
"d3-color": "^3.1.0",
|
|
102
|
-
"d3-scale-chromatic": "^3.
|
|
96
|
+
"d3-scale-chromatic": "^3.1.0",
|
|
103
97
|
"d3-selection": "^3.0.0",
|
|
104
|
-
"earcut": "^
|
|
98
|
+
"earcut": "^3.0.2",
|
|
105
99
|
"pixi.js": "^7.3.2",
|
|
106
|
-
"uuid": "^
|
|
100
|
+
"uuid": "^11.1.0",
|
|
101
|
+
"yaml": "^2.8.1"
|
|
107
102
|
}
|
|
108
103
|
}
|