@fabriquerdemain/map-react 1.0.0 → 1.0.1
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/dist/components/Filters.d.ts +6 -2
- package/dist/components/Filters.d.ts.map +1 -1
- package/dist/components/Map.d.ts.map +1 -1
- package/dist/hooks/useMapFilters.d.ts +5 -1
- package/dist/hooks/useMapFilters.d.ts.map +1 -1
- package/dist/repcartes-map-react.js +16 -5
- package/dist/repcartes-map-react.js.map +1 -1
- package/dist/repcartes-map-react.umd.cjs +16 -5
- package/dist/repcartes-map-react.umd.cjs.map +1 -1
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fabriquerdemain/map-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Composants de carte React pour La République des Cartes - IGN/OSM, clustering, panneau de détails",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/repcartes-map-react.umd.cjs",
|