@arenarium/maps 1.0.214 → 1.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arenarium/maps",
3
- "version": "1.0.214",
3
+ "version": "1.1.0",
4
4
  "license": "MIT",
5
5
  "author": "arenarium.dev",
6
6
  "description": "Visualize complex map markers clearly. A JavaScript lib for effective display of map markers, compatible with MapLibre, Mapbox, and Google Maps.",
@@ -58,10 +58,10 @@
58
58
  "devDependencies": {
59
59
  "@rollup/plugin-typescript": "^12.1.4",
60
60
  "@sveltejs/adapter-auto": "^6.1.0",
61
- "@sveltejs/kit": "^2.39.0",
62
- "@sveltejs/package": "^2.5.0",
61
+ "@sveltejs/kit": "^2.39.1",
62
+ "@sveltejs/package": "^2.5.1",
63
63
  "@sveltejs/vite-plugin-svelte": "^5.1.1",
64
- "@types/node": "^24.3.1",
64
+ "@types/node": "^24.3.3",
65
65
  "dts-bundle-generator": "^9.5.1",
66
66
  "eslint": "^9.35.0",
67
67
  "eslint-config-prettier": "^10.1.8",
@@ -111,7 +111,7 @@
111
111
  "lib_build_vite_browser": "vite build -c ./vite/browser/vite.config.ts",
112
112
  "lib_build_types_browser": "dts-bundle-generator --export-referenced-types --umd-module-name=arenarium -o ./dist/index.d.ts ./src/lib/index.ts",
113
113
  "lib_build": "pnpm run lib_build_vite_modular && pnpm run lib_build_vite_browser && pnpm run lib_build_types_browser",
114
- "lib_patch_push": "pnpm version patch --no-git-tag-version && git push",
114
+ "lib_patch": "pnpm version patch --no-git-tag-version",
115
115
  "lib_publish_public": "pnpm publish --access public",
116
116
  "lib_build_patch_commit_publish": "pnpm run build && pnpm run lib_patch_push && pnpm run lib_publish_public",
117
117
  "lib_preview": "vite preview"