Comparing version 1.0.204 to 1.0.205
@@ -17,2 +17,3 @@ import type { Db } from "mongodb"; | ||
lifetime?: [Date, Date]; | ||
value?: any; | ||
}; | ||
@@ -19,0 +20,0 @@ hisData: { |
@@ -8,3 +8,3 @@ import { ComputedRef } from "ag-utilities/AgVueWrap"; | ||
readonly frames: Date[]; | ||
readonly value: Date; | ||
readonly value: any; | ||
readonly frequency: number[]; | ||
@@ -11,0 +11,0 @@ readonly lifetime: [Date, Date]; |
@@ -170,3 +170,3 @@ "use strict"; | ||
// get value() { return value.value }, | ||
get value() { return cursor.value; }, | ||
get value() { return hot.value.value; }, | ||
get frequency() { return frequency.value; }, | ||
@@ -173,0 +173,0 @@ get lifetime() { return lifetime.value; }, |
{ | ||
"name": "ag-repo", | ||
"version": "1.0.204", | ||
"version": "1.0.205", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
168362
3761