humanbehavior-js 0.5.43 → 0.5.45

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "humanbehavior-js",
3
- "version": "0.5.43",
3
+ "version": "0.5.45",
4
4
  "description": "SDK for HumanBehavior session and event recording",
5
5
  "private": false,
6
6
  "packageManager": "npm@10.0.0",
@@ -72,8 +72,7 @@
72
72
  "lint:fix": "turbo lint:fix",
73
73
  "test": "turbo test",
74
74
  "package": "turbo package",
75
- "testing": "npm run clean && npm run build && npm pack",
76
- "postinstall": "chmod +x packages/wizard/dist/cli/ai-auto-install.js packages/wizard/dist/cli/auto-install.js 2>/dev/null || true"
75
+ "testing": "npm run clean && npm run build && npm pack"
77
76
  },
78
77
  "dependencies": {
79
78
  "@clack/prompts": "^0.11.0",
@@ -125,6 +124,6 @@
125
124
  "access": "public"
126
125
  },
127
126
  "bin": {
128
- "humanbehavior-js": "packages/wizard/dist/cli/ai-auto-install.js"
127
+ "humanbehavior-js": "packages/wizard/dist/cli/auto-install.js"
129
128
  }
130
129
  }