@undp/data-viz 0.0.55 → 0.0.56

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/data-viz",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "main": "./dist/index.cjs",
5
5
  "module": "./dist/index.js",
6
6
  "browser": "./dist/index.umd.js",
package/readme.md CHANGED
@@ -8,6 +8,8 @@ __Note: The library uses react v19__
8
8
 
9
9
  Detailed documentation can be found [here](https://dataviz.design.undp.org).
10
10
 
11
+ NPM Package can be found [here](https://www.npmjs.com/package/@undp/data-viz)
12
+
11
13
  ### Installation
12
14
  __Using npm__
13
15
  ```