humanbehavior-js 0.5.0 → 0.5.2

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 (1) hide show
  1. package/package.json +8 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "humanbehavior-js",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "SDK for HumanBehavior session and event recording",
5
5
  "private": false,
6
6
  "packageManager": "npm@10.0.0",
@@ -102,6 +102,10 @@
102
102
  "test": "turbo test",
103
103
  "package": "turbo package"
104
104
  },
105
+ "dependencies": {
106
+ "@clack/prompts": "^0.11.0",
107
+ "openai": "^5.12.0"
108
+ },
105
109
  "devDependencies": {
106
110
  "@changesets/changelog-github": "^0.5.1",
107
111
  "@changesets/cli": "^2.29.5",
@@ -145,5 +149,8 @@
145
149
  ],
146
150
  "publishConfig": {
147
151
  "access": "public"
152
+ },
153
+ "bin": {
154
+ "humanbehavior-js": "packages/wizard/dist/cli/ai-auto-install.js"
148
155
  }
149
156
  }