@brainpilot/app 0.0.6 → 0.0.7

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -82,4 +82,4 @@ GitHub README:
82
82
 
83
83
  ## License
84
84
 
85
- Apache-2.0
85
+ AGPL-3.0-only
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@brainpilot/app",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "engines": {
5
5
  "node": ">=22"
6
6
  },
7
- "license": "Apache-2.0",
7
+ "license": "AGPL-3.0-only",
8
8
  "type": "module",
9
9
  "description": "BrainPilot CLI — Docker-free local one-click launch (bin: brainpilot / bnpt)",
10
10
  "homepage": "https://github.com/NeuroAIHub/BrainPilot#readme",
@@ -32,10 +32,10 @@
32
32
  "test": "vitest run"
33
33
  },
34
34
  "dependencies": {
35
- "@brainpilot/backend-core": "^0.0.6",
36
- "@brainpilot/protocol": "^0.0.6",
37
- "@brainpilot/runtime": "^0.0.6",
38
- "@brainpilot/web": "^0.0.6",
35
+ "@brainpilot/backend-core": "^0.0.7",
36
+ "@brainpilot/protocol": "^0.0.7",
37
+ "@brainpilot/runtime": "^0.0.7",
38
+ "@brainpilot/web": "^0.0.7",
39
39
  "commander": "^12.1.0",
40
40
  "picocolors": "^1.1.0"
41
41
  }