aliencharts 0.3.1 → 0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -128,12 +128,12 @@ build from jsDelivr:
128
128
  ```html
129
129
  <link
130
130
  rel="stylesheet"
131
- href="https://cdn.jsdelivr.net/npm/aliencharts@0.3.0/dist/aliencharts.css"
131
+ href="https://cdn.jsdelivr.net/npm/aliencharts@0.3.1/dist/aliencharts.css"
132
132
  >
133
133
 
134
134
  <div id="charts" style="height: 100vh"></div>
135
135
 
136
- <script src="https://cdn.jsdelivr.net/npm/aliencharts@0.3.0/dist/aliencharts.global.min.js"></script>
136
+ <script src="https://cdn.jsdelivr.net/npm/aliencharts@0.3.1/dist/aliencharts.global.min.js"></script>
137
137
  <script>
138
138
  const series = AlienCharts.createLineSeries({
139
139
  id: "run-1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aliencharts",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "WebGL chart renderer for multi-metric dashboards, built for ease of use and high performance.",
5
5
  "type": "module",
6
6
  "license": "MIT",