@promptster/cli 0.1.6 → 0.1.8

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/README.md CHANGED
@@ -37,4 +37,5 @@ promptster doctor
37
37
 
38
38
  ## License
39
39
 
40
- MIT
40
+ Business Source License 1.1 (BSL 1.1). See LICENSE for details.
41
+ The promptster CLI binary is free to use for assessment participation by candidates and reviewers.
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptster/cli",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "Promptster CLI — capture and submit developer assessments",
5
5
  "keywords": [
6
6
  "promptster",
@@ -14,7 +14,7 @@
14
14
  "type": "git",
15
15
  "url": "https://github.com/promptster/promptster-backend"
16
16
  },
17
- "license": "MIT",
17
+ "license": "BSL-1.1",
18
18
  "bin": {
19
19
  "promptster": "./bin/promptster.js"
20
20
  },