leaflet-polydraw 1.3.0 → 1.3.2
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 +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -63,10 +63,6 @@ Full documentation and examples are available on GitHub:
|
|
|
63
63
|
- [Roadmap](https://github.com/AndreasOlausson/leaflet-polydraw/blob/main/docs/ROADMAP.md)
|
|
64
64
|
- [Changelog](https://github.com/AndreasOlausson/leaflet-polydraw/blob/main/Leaflet.Polydraw/CHANGELOG.md)
|
|
65
65
|
|
|
66
|
-
## Development
|
|
67
|
-
|
|
68
|
-
- The legacy `Polydraw_Docker` helper and root shell scripts have been removed.
|
|
69
|
-
- Use `npm run test:playwright` to build the library + demo before running E2E tests.
|
|
70
66
|
|
|
71
67
|
---
|
|
72
68
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "leaflet-polydraw",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "Advanced Leaflet plugin for freehand polygon drawing, with smart merging and powerful editing tools. Compatible with both Leaflet v1.x and v2.x.",
|
|
5
5
|
"types": "dist/types/index.d.ts",
|
|
6
6
|
"exports": {
|