@openremote/model 1.9.0-snapshot.20251002085656 → 1.9.0
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.
- package/lib/model.d.ts +1 -1
- package/package.json +2 -2
package/lib/model.d.ts
CHANGED
|
@@ -573,11 +573,11 @@ export interface AttributeEvent extends SharedEvent, AttributeInfo {
|
|
|
573
573
|
createdOn?: DateAsNumber;
|
|
574
574
|
}
|
|
575
575
|
export interface AttributeInfo extends AssetInfo, NameValueHolder<any>, MetaHolder, Comparable<AttributeInfo> {
|
|
576
|
-
oldValueTimestamp?: number;
|
|
577
576
|
oldValue?: any;
|
|
578
577
|
value?: any;
|
|
579
578
|
ref?: AttributeRef;
|
|
580
579
|
timestamp?: number;
|
|
580
|
+
oldValueTimestamp?: number;
|
|
581
581
|
}
|
|
582
582
|
export interface AttributeLink {
|
|
583
583
|
ref?: AttributeRef;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openremote/model",
|
|
3
|
-
"version": "1.9.0
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "OpenRemote 3.x Model Types",
|
|
5
5
|
"main": "dist/umd/index.bundle.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"author": "OpenRemote",
|
|
22
22
|
"license": "AGPL-3.0-or-later",
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@openremote/util": "1.9.0
|
|
24
|
+
"@openremote/util": "1.9.0"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|