@evenrealities/evenhub-simulator 0.6.1 → 0.6.2
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 +4 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -131,6 +131,10 @@ post-processing effect only.
|
|
|
131
131
|
|
|
132
132
|
# Changelog
|
|
133
133
|
|
|
134
|
+
## v0.6.2 (2026-03-25)
|
|
135
|
+
|
|
136
|
+
- adjust container limits (trying to be in sync with firmware behavior)
|
|
137
|
+
|
|
134
138
|
## v0.6.1 (2026-03-25)
|
|
135
139
|
|
|
136
140
|
With the updates of evenhub sdk (0.0.8), simulator has a few changes accordingly:
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evenrealities/evenhub-simulator",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
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.2",
|
|
10
|
+
"@evenrealities/sim-darwin-x64": "0.6.2",
|
|
11
|
+
"@evenrealities/sim-linux-x64": "0.6.2",
|
|
12
|
+
"@evenrealities/sim-win32-x64": "0.6.2"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT"
|
|
15
15
|
}
|