@arenarium/maps 1.2.4 → 1.2.5
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 +9 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arenarium/maps",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "arenarium",
|
|
6
6
|
"description": "Visualize complex map markers clearly. A JavaScript library for effective display of map markers, compatible with MapLibre, Mapbox, and Google Maps.",
|
|
@@ -84,5 +84,13 @@
|
|
|
84
84
|
"lib_publish_public": "bun publish --access public",
|
|
85
85
|
"lib_build_patch_commit_publish": "bun run build && bun run lib_patch_push && bun run lib_publish_public",
|
|
86
86
|
"lib_preview": "vite preview"
|
|
87
|
+
},
|
|
88
|
+
"clean-package": {
|
|
89
|
+
"indent": 2,
|
|
90
|
+
"remove": [
|
|
91
|
+
"scripts",
|
|
92
|
+
"devDependencies",
|
|
93
|
+
"private"
|
|
94
|
+
]
|
|
87
95
|
}
|
|
88
96
|
}
|