Comparing version 1.0.203 to 1.0.204
@@ -12,2 +12,3 @@ import { TmFrequence, TmDelta, Ided, TmPhrase } from "./AgDataTypes"; | ||
hotData(): { | ||
value: any; | ||
phrases: TmPhrase[]; | ||
@@ -14,0 +15,0 @@ frequence: TmFrequence; |
@@ -120,2 +120,3 @@ "use strict"; | ||
return { | ||
value: this._current.value, | ||
phrases: this._recent_phrases.value, | ||
@@ -122,0 +123,0 @@ frequence: this._recent_frequence.value, |
@@ -8,3 +8,3 @@ import { ComputedRef } from "ag-utilities/AgVueWrap"; | ||
readonly frames: Date[]; | ||
readonly value: any; | ||
readonly value: Date; | ||
readonly frequency: number[]; | ||
@@ -11,0 +11,0 @@ readonly lifetime: [Date, Date]; |
@@ -169,3 +169,4 @@ "use strict"; | ||
// get frames(): Date[] { return frames.value }, | ||
get value() { return value.value; }, | ||
// get value() { return value.value }, | ||
get value() { return cursor.value; }, | ||
get frequency() { return frequency.value; }, | ||
@@ -172,0 +173,0 @@ get lifetime() { return lifetime.value; }, |
{ | ||
"name": "ag-repo", | ||
"version": "1.0.203", | ||
"version": "1.0.204", | ||
"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
168339
3760