@evenrealities/evenhub-simulator 0.3.0 → 0.3.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 +4 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -86,12 +86,14 @@ The simulator now emits `audioEvents`. The data specification for each event is:
|
|
|
86
86
|
|
|
87
87
|
# Changelog
|
|
88
88
|
|
|
89
|
+
## v0.3.1 (2026-02-17)
|
|
90
|
+
- Adjust audio input device listing format
|
|
89
91
|
|
|
90
|
-
## v0.3.0
|
|
92
|
+
## v0.3.0
|
|
91
93
|
|
|
92
94
|
- Shell completion support
|
|
93
95
|
|
|
94
|
-
## v0.2.2
|
|
96
|
+
## v0.2.2
|
|
95
97
|
|
|
96
98
|
- Adjust audio resampling logic and ability to choose audio input device.
|
|
97
99
|
- Add config file support so you do not need to repeat common options.
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evenrealities/evenhub-simulator",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.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.3.
|
|
10
|
-
"@evenrealities/sim-darwin-x64": "0.3.
|
|
11
|
-
"@evenrealities/sim-linux-x64": "0.3.
|
|
12
|
-
"@evenrealities/sim-win32-x64": "0.3.
|
|
9
|
+
"@evenrealities/sim-darwin-arm64": "0.3.1",
|
|
10
|
+
"@evenrealities/sim-darwin-x64": "0.3.1",
|
|
11
|
+
"@evenrealities/sim-linux-x64": "0.3.1",
|
|
12
|
+
"@evenrealities/sim-win32-x64": "0.3.1"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT"
|
|
15
15
|
}
|