@openremote/model 1.9.0-snapshot.20250930100254 → 1.9.0-snapshot.20251002085656
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,8 +573,8 @@ 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
|
-
oldValue?: any;
|
|
577
576
|
oldValueTimestamp?: number;
|
|
577
|
+
oldValue?: any;
|
|
578
578
|
value?: any;
|
|
579
579
|
ref?: AttributeRef;
|
|
580
580
|
timestamp?: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openremote/model",
|
|
3
|
-
"version": "1.9.0-snapshot.
|
|
3
|
+
"version": "1.9.0-snapshot.20251002085656",
|
|
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-snapshot.
|
|
24
|
+
"@openremote/util": "1.9.0-snapshot.20251002085656"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|