@abi-software/flatmap-viewer 2.7.3-a.3 → 2.7.3-a.4

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.
Files changed (2) hide show
  1. package/dist/index.js +10087 -9898
  2. package/package.json +7 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/flatmap-viewer",
3
- "version": "2.7.3-a.3",
3
+ "version": "2.7.3-a.4",
4
4
  "description": "Flatmap viewer using Maplibre GL",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,10 +18,11 @@
18
18
  },
19
19
  "scripts": {
20
20
  "test": "echo \"Error: no test specified\" && exit 1",
21
- "dev": "vite serve app --port 3000",
21
+ "start": "vite serve app --port 3000",
22
22
  "build": "tsc --p ./tsconfig-build.json && vite build",
23
23
  "preview": "vite preview",
24
- "docs": "cd docs; poetry run make html"
24
+ "docs": "cd docs; poetry run make html",
25
+ "tsdoc": "typedoc"
25
26
  },
26
27
  "author": "David Brooks",
27
28
  "license": "MIT",
@@ -36,7 +37,7 @@
36
37
  "@turf/projection": "^6.5.0",
37
38
  "bezier-js": "^6.1.0",
38
39
  "colord": "^2.9.3",
39
- "core-js-pure": "^3.36.1",
40
+ "core-js": "^3.37.0",
40
41
  "html-es6cape": "^2.0.2",
41
42
  "maplibre-gl": ">=4.1.0",
42
43
  "mathjax-full": "^3.2.2",
@@ -44,9 +45,11 @@
44
45
  "polylabel": "^1.1.0"
45
46
  },
46
47
  "devDependencies": {
48
+ "@types/core-js": "^2.5.8",
47
49
  "@types/node": "^20.12.7",
48
50
  "eslint": "^8.7.0",
49
51
  "glob": "^10.3.12",
52
+ "typedoc": "^0.25.13",
50
53
  "typescript": "^5.2.2",
51
54
  "vite": "^5.1.4",
52
55
  "vite-plugin-dts": "^3.8.1",