@prashantgosai11/bisag-sidebar 1.1.0 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,6 +43,8 @@ function App() {
43
43
  }
44
44
  ```
45
45
 
46
+ > **Note:** `maplibre-gl` is automatically installed when you install `@prashantgosai11/bisag-sidebar`. You only need to import the CSS files.
47
+
46
48
  ### Advanced Usage (Custom Map)
47
49
 
48
50
  If you want to use your own MapLibre GL map instance:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prashantgosai11/bisag-sidebar",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Bisag-style sidebar for geospatial data visualization",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",