@arenarium/maps 1.0.199 → 1.0.202

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,9 +1,9 @@
1
1
  {
2
2
  "name": "@arenarium/maps",
3
- "version": "1.0.199",
3
+ "version": "1.0.202",
4
4
  "license": "MIT",
5
5
  "author": "arenarium.dev",
6
- "description": "Visualize complex map markers clearly.",
6
+ "description": "Visualize complex map markers clearly. A JavaScript library for effective display of map markers, compatible with MapLibre, Mapbox, and Google Maps.",
7
7
  "homepage": "https://arenarium.dev",
8
8
  "keywords": [
9
9
  "arenarium",
@@ -71,12 +71,13 @@
71
71
  "prettier": "^3.6.2",
72
72
  "prettier-plugin-svelte": "^3.4.0",
73
73
  "publint": "^0.3.12",
74
- "svelte": "^5.36.17",
74
+ "svelte": "^5.37.1",
75
75
  "svelte-check": "^4.3.0",
76
76
  "typescript": "^5.8.3",
77
77
  "typescript-eslint": "^8.38.0",
78
78
  "vite": "^6.3.5",
79
- "vite-plugin-dts": "^4.5.4"
79
+ "vite-plugin-dts": "^4.5.4",
80
+ "arenarium-maps-shared": "1.0.0"
80
81
  },
81
82
  "peerDependencies": {
82
83
  "@googlemaps/js-api-loader": "^1.16.10",
@@ -99,8 +100,7 @@
99
100
  }
100
101
  },
101
102
  "dependencies": {
102
- "zod": "^3.25.76",
103
- "arenarium-maps-shared": "1.0.0"
103
+ "zod": "^3.25.76"
104
104
  },
105
105
  "scripts": {
106
106
  "dev": "vite dev --host --port=3000",
@@ -111,7 +111,7 @@
111
111
  "build:vite:browser": "vite build -c ./vite/browser/vite.config.ts",
112
112
  "build:types:browser": "dts-bundle-generator --export-referenced-types --umd-module-name=arenarium -o ./dist/index.d.ts ./src/lib/index.ts",
113
113
  "build": "pnpm run build:vite:modular && pnpm run build:vite:browser && pnpm run build:types:browser",
114
- "patch:push": "pnpm version patch -m 'Release %s' && git push",
114
+ "patch:push": "pnpm version patch --no-git-tag-version && git push",
115
115
  "publish:public": "pnpm publish --access public",
116
116
  "build:patch:commit:publish": "pnpm run build && pnpm run patch:push && pnpm run publish:public",
117
117
  "preview": "vite preview"