@arenarium/maps 1.0.200 → 1.0.205
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/README.md +10 -28
- package/dist/index.d.ts +0 -8
- package/dist/index.js +1 -2
- package/dist/main.cjs.js +1 -2
- package/dist/main.d.ts +0 -8
- package/dist/main.es.js +1086 -1157
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arenarium/maps",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.205",
|
|
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,7 +71,7 @@
|
|
|
71
71
|
"prettier": "^3.6.2",
|
|
72
72
|
"prettier-plugin-svelte": "^3.4.0",
|
|
73
73
|
"publint": "^0.3.12",
|
|
74
|
-
"svelte": "^5.
|
|
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",
|
|
@@ -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 && 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"
|