@arenarium/maps 1.0.210 → 1.0.212

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": "@arenarium/maps",
3
- "version": "1.0.210",
3
+ "version": "1.0.212",
4
4
  "license": "MIT",
5
5
  "author": "arenarium.dev",
6
6
  "description": "Visualize complex map markers clearly. A JavaScript library for effective display of map markers, compatible with MapLibre, Mapbox, and Google Maps.",
@@ -58,23 +58,23 @@
58
58
  "devDependencies": {
59
59
  "@rollup/plugin-typescript": "^12.1.4",
60
60
  "@sveltejs/adapter-auto": "^6.1.0",
61
- "@sveltejs/kit": "^2.37.0",
61
+ "@sveltejs/kit": "^2.37.1",
62
62
  "@sveltejs/package": "^2.5.0",
63
63
  "@sveltejs/vite-plugin-svelte": "^5.1.1",
64
- "@types/node": "^24.3.0",
64
+ "@types/node": "^24.3.1",
65
65
  "dts-bundle-generator": "^9.5.1",
66
- "eslint": "^9.34.0",
66
+ "eslint": "^9.35.0",
67
67
  "eslint-config-prettier": "^10.1.8",
68
- "eslint-plugin-svelte": "^3.11.0",
68
+ "eslint-plugin-svelte": "^3.12.1",
69
69
  "globals": "^16.3.0",
70
70
  "less": "^4.4.1",
71
71
  "prettier": "^3.6.2",
72
72
  "prettier-plugin-svelte": "^3.4.0",
73
73
  "publint": "^0.3.12",
74
- "svelte": "^5.38.6",
74
+ "svelte": "^5.38.7",
75
75
  "svelte-check": "^4.3.1",
76
76
  "typescript": "^5.9.2",
77
- "typescript-eslint": "^8.41.0",
77
+ "typescript-eslint": "^8.42.0",
78
78
  "vite": "^6.3.5",
79
79
  "vite-plugin-dts": "^4.5.4",
80
80
  "arenarium-maps-shared": "1.0.0"
@@ -103,7 +103,7 @@
103
103
  "zod": "^3.25.76"
104
104
  },
105
105
  "scripts": {
106
- "dev": "vite dev --host --port=3000",
106
+ "dev": "vite dev --host",
107
107
  "dev-browser": "vite dev --mode browser --host",
108
108
  "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
109
109
  "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",