lit-litelements
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -11,2 +11,3 @@ import { LitElement } from "lit"; | ||
MA20?: number; | ||
MA10?: number; | ||
MA50?: number; | ||
@@ -46,2 +47,3 @@ MA200?: number; | ||
closePrices: number[]; | ||
ma10: number[]; | ||
ma20: number[]; | ||
@@ -48,0 +50,0 @@ ma50: number[]; |
{ | ||
"name": "lit-litelements", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "My LitElement component build for loading spinner with 10 types, and chart-display fix error hover hidden: true for some line async update", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
273273
2330