@eldrex/papyr-charts 3.0.1 → 3.0.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/dist/papyr-charts.js +1 -1
- package/package.json +2 -2
package/dist/papyr-charts.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* PAPYR STATIC SITE LIBRARY - UI & Layout Modular Bundle
|
|
3
|
-
* v3.0.
|
|
3
|
+
* v3.0.2 - Core Reactivity, SPA Routing, Layouts, Design Engine, and Premium UI Components
|
|
4
4
|
* Released under MIT License.
|
|
5
5
|
*/
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eldrex/papyr-charts",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "Reactive charts plugin for Papyr.js",
|
|
5
5
|
"main": "dist/papyr-charts.js",
|
|
6
6
|
"module": "dist/papyr-charts.esm.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"LICENSE"
|
|
12
12
|
],
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@eldrex/papyr": "^3.0.
|
|
14
|
+
"@eldrex/papyr": "^3.0.2"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"charts",
|