akpm-datapoint-front 2.0.7 → 2.0.8

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.
@@ -1,4 +1,4 @@
1
- /* Version: 2.0.7 */
1
+ /* Version: 2.0.8 */
2
2
  var yv = Object.defineProperty;
3
3
  var Kn = (r) => {
4
4
  throw TypeError(r);
@@ -2295,7 +2295,7 @@ class Mi {
2295
2295
  t.name,
2296
2296
  t.datapointId,
2297
2297
  t.companyId,
2298
- t.year,
2298
+ typeof t.year == "number" ? t.year : Number.parseInt(t.year),
2299
2299
  t.confirmed,
2300
2300
  t.html,
2301
2301
  t.data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akpm-datapoint-front",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",