@holdyourvoice/hyv 0.7.1 → 0.7.3

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.
Files changed (2) hide show
  1. package/dist/index.js +212 -195
  2. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holdyourvoice/hyv",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "description": "Hold Your Voice — voice gate layer for AI workflows",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -14,7 +14,7 @@
14
14
  "scripts": {
15
15
  "build": "esbuild src/index.ts --bundle --platform=node --target=node20 --format=cjs --outfile=dist/index.js --minify --legal-comments=none",
16
16
  "dev": "esbuild src/index.ts --bundle --platform=node --target=node20 --format=cjs --outfile=dist/index.js --watch",
17
- "postinstall": "node -e \"console.log('\\n🎉 Hold Your Voice installed successfully!\\n\\n Next steps:\\n 1. hyv init (authenticate)\\n 2. hyv plan --upgrade (start your \\$1 first month)\\n 3. hyv onboard (create your voice profile)\\n 4. hyv --help (see all commands)\\n')\""
17
+ "postinstall": "node -e \"console.log('\\n make your ai agent sound exactly like you!\\n\\n to get started run: hyv onboard\\n\\n first month is just \\$1.\\n')\""
18
18
  },
19
19
  "keywords": [
20
20
  "voice",
@@ -31,15 +31,15 @@
31
31
  "node": ">=20"
32
32
  },
33
33
  "dependencies": {
34
- "commander": "^12.1.0",
35
34
  "chalk": "^4.1.2",
36
- "open": "^8.4.2",
37
- "glob": "^11.0.0"
35
+ "commander": "^12.1.0",
36
+ "glob": "^11.0.0",
37
+ "open": "^8.4.2"
38
38
  },
39
39
  "devDependencies": {
40
- "typescript": "^5.3.3",
40
+ "@types/node": "^20.11.0",
41
41
  "esbuild": "^0.20.0",
42
- "@types/node": "^20.11.0"
42
+ "typescript": "^5.3.3"
43
43
  },
44
44
  "repository": {
45
45
  "type": "git",