nova-audio-agent 0.1.0 → 0.1.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 +1 -1
- package/package.json +1 -1
- package/release-assets.json +2 -2
- package/src/target.mjs +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ novaaudio config
|
|
|
14
14
|
novaaudio doctor
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
The CLI downloads the matching `v0.1.
|
|
17
|
+
The CLI downloads the matching `v0.1.1` desktop release into
|
|
18
18
|
`~/.nova-audio-agent/cli/releases/`, verifies its published SHA-256 digest, and
|
|
19
19
|
keeps application settings in the desktop client's existing encrypted store.
|
|
20
20
|
It never reads or prints secret values.
|
package/package.json
CHANGED
package/release-assets.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"repository": "deepnovacore/NovaAudioAgent",
|
|
4
4
|
"targets": {
|
|
5
5
|
"darwin-arm64": {
|
|
6
|
-
"artifact": "nova-audio-agent-0.1.
|
|
6
|
+
"artifact": "nova-audio-agent-0.1.1-macos-arm64-app.zip",
|
|
7
7
|
"executable": "Nova Audio Agent Ambient Orb.app/Contents/MacOS/Nova Audio Agent Ambient Orb",
|
|
8
8
|
"archive": "zip"
|
|
9
9
|
},
|
|
10
10
|
"win32-x64": {
|
|
11
|
-
"artifact": "nova-audio-agent-0.1.
|
|
11
|
+
"artifact": "nova-audio-agent-0.1.1-windows-x64-portable.zip",
|
|
12
12
|
"executable": "Nova Audio Agent Ambient Orb.exe",
|
|
13
13
|
"archive": "zip"
|
|
14
14
|
}
|
package/src/target.mjs
CHANGED