janissary 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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "janissary",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "A terminal UI shell with built-in commands and shell execution",
5
5
  "bin": {
6
6
  "janus": "./bin/janus.mjs"
@@ -28,7 +28,7 @@
28
28
  "check:full": "npm run typecheck && npm run lint && npm run test && npm run lint:css && npm run quality && npm run duplication && npm run knip",
29
29
  "lint:files": "node scripts/lint-files.mjs",
30
30
  "format": "prettier --write .",
31
- "postinstall": "chmod +x node_modules/node-pty/prebuilds/*/spawn-helper",
31
+ "postinstall": "node scripts/postinstall.mjs",
32
32
  "playwright:install-chromium": "npx playwright install chromium",
33
33
  "test:server": "vitest run --project server",
34
34
  "test:watch": "vitest --project server --project client",