@p-sw/brainbox 0.2.3-beta.1 → 0.2.3-beta.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.
package/dist/brainbox ADDED
Binary file
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@p-sw/brainbox",
3
- "version": "0.2.3-beta.1",
4
- "module": "dist/index.js",
5
- "main": "dist/index.js",
3
+ "version": "0.2.3-beta.2",
4
+ "module": "dist/brainbox",
5
+ "main": "dist/brainbox",
6
6
  "type": "module",
7
7
  "bin": {
8
- "brainbox": "./dist/index.js"
8
+ "brainbox": "./dist/brainbox"
9
9
  },
10
10
  "scripts": {
11
11
  "cli": "bun run src/index.ts",
12
12
  "format": "bun run prettier 'src/**/*.ts' -w",
13
- "build": "rm -rf dist && bun build ./src/index.ts --outdir dist --target bun --packages external && sed -i '1s|#!/usr/bin/env node|#!/usr/bin/env bun|' dist/index.js && cp -r prompts dist/prompts && chmod +x dist/index.js",
13
+ "build": "rm -rf dist && mkdir -p dist && bun build ./src/index.ts --compile --packages=bundle --outfile dist/brainbox",
14
14
  "prepack": "bun run build"
15
15
  },
16
16
  "devDependencies": {
@@ -31,6 +31,7 @@
31
31
  "ink": "^7.1.0",
32
32
  "prettier": "^3.8.3",
33
33
  "react": "^19.2.7",
34
+ "react-devtools-core": "^7.0.1",
34
35
  "supermemory": "^4.24.12",
35
36
  "yaml": "^2.9.0",
36
37
  "zod": "^4.4.3"