humanbehavior-js 0.5.0 → 0.5.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.
Files changed (1) hide show
  1. package/package.json +4 -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.1",
4
4
  "description": "SDK for HumanBehavior session and event recording",
5
5
  "private": false,
6
6
  "packageManager": "npm@10.0.0",
@@ -145,5 +145,8 @@
145
145
  ],
146
146
  "publishConfig": {
147
147
  "access": "public"
148
+ },
149
+ "bin": {
150
+ "humanbehavior-js": "./packages/wizard/dist/cli/ai-auto-install.js"
148
151
  }
149
152
  }