@evenrealities/evenhub-simulator 0.4.0 → 0.4.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 +2 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -101,10 +101,11 @@ The simulator now emits `audioEvents`. The data specification for each event is:
|
|
|
101
101
|
|
|
102
102
|
# Changelog
|
|
103
103
|
|
|
104
|
-
## v0.4.
|
|
104
|
+
## v0.4.1 (2026-02-20)
|
|
105
105
|
|
|
106
106
|
- Performance optimization
|
|
107
107
|
- New flag to print default config file location
|
|
108
|
+
- Fix completion command
|
|
108
109
|
|
|
109
110
|
## v0.3.2 (2026-02-18)
|
|
110
111
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evenrealities/evenhub-simulator",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.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.4.
|
|
10
|
-
"@evenrealities/sim-darwin-x64": "0.4.
|
|
11
|
-
"@evenrealities/sim-linux-x64": "0.4.
|
|
12
|
-
"@evenrealities/sim-win32-x64": "0.4.
|
|
9
|
+
"@evenrealities/sim-darwin-arm64": "0.4.1",
|
|
10
|
+
"@evenrealities/sim-darwin-x64": "0.4.1",
|
|
11
|
+
"@evenrealities/sim-linux-x64": "0.4.1",
|
|
12
|
+
"@evenrealities/sim-win32-x64": "0.4.1"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT"
|
|
15
15
|
}
|