@evenrealities/evenhub-simulator 0.6.0 → 0.6.1
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/README.md +5 -4
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -131,15 +131,16 @@ post-processing effect only.
|
|
|
131
131
|
|
|
132
132
|
# Changelog
|
|
133
133
|
|
|
134
|
-
## v0.6.
|
|
134
|
+
## v0.6.1 (2026-03-25)
|
|
135
135
|
|
|
136
136
|
With the updates of evenhub sdk (0.0.8), simulator has a few changes accordingly:
|
|
137
137
|
|
|
138
138
|
- fixes the previous `borderRadius` typo. Also now it is an error in simulator to have unknown property
|
|
139
139
|
fields.
|
|
140
|
-
- `Sys_ItemEvent` has added
|
|
141
|
-
hardcodes the value 1 (`TOUCH_EVENT_FROM_GLASSES_R`).
|
|
142
|
-
`imuData` will always be null/None.
|
|
140
|
+
- `Sys_ItemEvent` has added some new fields.
|
|
141
|
+
- For `eventSource` simulator now hardcodes the value 1 (`TOUCH_EVENT_FROM_GLASSES_R`).
|
|
142
|
+
- `imuData` will always be null/None.
|
|
143
|
+
- `systemExitReasonCode` is also ignored here for now.
|
|
143
144
|
|
|
144
145
|
## v0.5.3 (2026-03-03)
|
|
145
146
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evenrealities/evenhub-simulator",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "EvenHub glasses app simulator",
|
|
5
5
|
"bin": {
|
|
6
6
|
"evenhub-simulator": "bin/index.js"
|
|
7
7
|
},
|
|
8
8
|
"optionalDependencies": {
|
|
9
|
-
"@evenrealities/sim-darwin-arm64": "0.6.
|
|
10
|
-
"@evenrealities/sim-darwin-x64": "0.6.
|
|
11
|
-
"@evenrealities/sim-linux-x64": "0.6.
|
|
12
|
-
"@evenrealities/sim-win32-x64": "0.6.
|
|
9
|
+
"@evenrealities/sim-darwin-arm64": "0.6.1",
|
|
10
|
+
"@evenrealities/sim-darwin-x64": "0.6.1",
|
|
11
|
+
"@evenrealities/sim-linux-x64": "0.6.1",
|
|
12
|
+
"@evenrealities/sim-win32-x64": "0.6.1"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT"
|
|
15
15
|
}
|