@abi-software/flatmap-viewer 4.6.4 → 4.7.0
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/dist/index.js +8225 -8155
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abi-software/flatmap-viewer",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.7.0",
|
|
4
4
|
"description": "Flatmap viewer using Maplibre GL",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"prepare": "bun tsc --p ./tsconfig-build.json && bun vite build",
|
|
23
23
|
"preview": "vite preview",
|
|
24
24
|
"build": "vite build app --base /viewer/",
|
|
25
|
-
"build-docs": "
|
|
26
|
-
"docs": "
|
|
25
|
+
"build-docs": "bunx typedoc",
|
|
26
|
+
"docs": "bunx typedoc --watch",
|
|
27
27
|
"preview-docs": "live-server docs",
|
|
28
28
|
"lint": "eslint ./src/",
|
|
29
29
|
"typecheck": "tsc --noEmit -p tsconfig-build.json --composite false",
|