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 CHANGED
@@ -14,7 +14,7 @@ novaaudio config
14
14
  novaaudio doctor
15
15
  ```
16
16
 
17
- The CLI downloads the matching `v0.1.0` desktop release into
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nova-audio-agent",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Install and launch the Nova Audio Agent desktop client from the command line.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -3,12 +3,12 @@
3
3
  "repository": "deepnovacore/NovaAudioAgent",
4
4
  "targets": {
5
5
  "darwin-arm64": {
6
- "artifact": "nova-audio-agent-0.1.0-macos-arm64-app.zip",
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.0-windows-x64-portable.zip",
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
@@ -1,7 +1,7 @@
1
1
  import { homedir } from 'node:os'
2
2
  import { join } from 'node:path'
3
3
 
4
- export const PRODUCT_VERSION = '0.1.0'
4
+ export const PRODUCT_VERSION = '0.1.1'
5
5
  export const RELEASE_REPOSITORY = 'deepnovacore/NovaAudioAgent'
6
6
 
7
7
  const DEFINITIONS = Object.freeze({