@abi-software/flatmap-viewer 4.0.1 → 4.0.3
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/README.rst +1 -1
- package/dist/index.js +54613 -54838
- package/dist/lib/index.d.ts +2 -0
- package/package.json +13 -13
package/dist/lib/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abi-software/flatmap-viewer",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "Flatmap viewer using Maplibre GL",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,16 +16,6 @@
|
|
|
16
16
|
"import": "./dist/index.js"
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
|
-
"scripts": {
|
|
20
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
21
|
-
"start": "vite serve app --port 3000",
|
|
22
|
-
"prepare": "tsc --p ./tsconfig-build.json && vite build",
|
|
23
|
-
"preview": "vite preview",
|
|
24
|
-
"build": "vite build app --base /viewer/",
|
|
25
|
-
"docs": "cd docs; poetry run make html",
|
|
26
|
-
"typecheck": "tsc --noEmit -p tsconfig-build.json --composite false",
|
|
27
|
-
"tsdoc": "typedoc"
|
|
28
|
-
},
|
|
29
19
|
"author": "David Brooks",
|
|
30
20
|
"license": "MIT",
|
|
31
21
|
"dependencies": {
|
|
@@ -49,7 +39,7 @@
|
|
|
49
39
|
"graphology-operators": "^1.6.0",
|
|
50
40
|
"graphology-shortest-path": "^2.1.0",
|
|
51
41
|
"html-es6cape": "^2.0.2",
|
|
52
|
-
"maplibre-gl": "^5.
|
|
42
|
+
"maplibre-gl": "^5.2.0",
|
|
53
43
|
"mathjax-full": "^3.2.2",
|
|
54
44
|
"minisearch": "^2.2.1",
|
|
55
45
|
"polylabel": "^2.0.1"
|
|
@@ -68,5 +58,15 @@
|
|
|
68
58
|
"vite": "^5.1.4",
|
|
69
59
|
"vite-plugin-dts": "^4.5.0",
|
|
70
60
|
"vite-plugin-lib-inject-css": "^2.0.1"
|
|
61
|
+
},
|
|
62
|
+
"scripts": {
|
|
63
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
64
|
+
"start": "vite serve app --port 3000",
|
|
65
|
+
"preview": "vite preview",
|
|
66
|
+
"build": "vite build app --base /viewer/",
|
|
67
|
+
"docs": "cd docs; poetry run make html",
|
|
68
|
+
"lint": "eslint ./src/",
|
|
69
|
+
"typecheck": "tsc --noEmit -p tsconfig-build.json --composite false",
|
|
70
|
+
"tsdoc": "typedoc"
|
|
71
71
|
}
|
|
72
|
-
}
|
|
72
|
+
}
|