@promptster/cli 0.2.2 → 2.0.0

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/LICENSE ADDED
@@ -0,0 +1,92 @@
1
+ Business Source License 1.1
2
+
3
+ Parameters
4
+
5
+ Licensor: Promptster, Inc.
6
+ Licensed Work: Promptster
7
+ Additional Use Grant: Candidates and reviewers may use the promptster CLI binary to participate in assessments.
8
+ Change Date: 2030-03-04
9
+ Change License: Apache License, Version 2.0
10
+
11
+ Terms
12
+
13
+ Business Source License 1.1
14
+
15
+ Copyright (c) 2026 Promptster, Inc.
16
+
17
+ Use of this software is governed by the Business Source License included
18
+ in this file.
19
+
20
+ LICENSE TERMS
21
+
22
+ The Licensor hereby grants you the right to copy, modify, create derivative
23
+ works, redistribute, and make non-production use of the Licensed Work. The
24
+ Licensor may make an Additional Use Grant, above, permitting limited
25
+ production use.
26
+
27
+ Effective on the Change Date, or the fourth anniversary of the first public
28
+ release of a specific version of the Licensed Work under this License,
29
+ whichever comes first, the Licensor hereby grants you rights under the terms
30
+ of the Change License, and the rights granted in the paragraph above
31
+ terminate.
32
+
33
+ If your use of the Licensed Work does not comply with the requirements
34
+ currently in effect as described in this License, you must purchase a
35
+ commercial license from the Licensor, its affiliated entities, or authorized
36
+ resellers, or you must refrain from using the Licensed Work.
37
+
38
+ All copies of the original and modified Licensed Work, and derivative works
39
+ of the Licensed Work, are subject to this License. This License applies
40
+ separately for each version of the Licensed Work and the Change Date may vary.
41
+
42
+ You must conspicuously display this License on each original or modified copy
43
+ of the Licensed Work. If you receive the Licensed Work in original or modified
44
+ form from a third party, the terms and conditions set forth in this License
45
+ apply to your use of that work.
46
+
47
+ Any use of the Licensed Work in violation of this License will automatically
48
+ terminate your rights under this License for the current and all other
49
+ versions of the Licensed Work.
50
+
51
+ This License does not grant you any right in any trademark or logo of
52
+ Licensor or its affiliates (provided that you may use a trademark or logo of
53
+ Licensor as expressly required by this License).
54
+
55
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN
56
+ "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
57
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
58
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE.
59
+
60
+ MariaDB hereby grants you permission to use this License's text to license your
61
+ works, and to refer to it using the trademark "Business Source License", as
62
+ long as you comply with the Covenants of Licensor below.
63
+
64
+ Covenants of Licensor
65
+
66
+ In consideration of the right to use this License's text and the "Business
67
+ Source License" name and trademark, Licensor covenants to MariaDB, and to all
68
+ other recipients of the licensed work to be provided by Licensor:
69
+
70
+ 1. To specify as the Change License the GPL Version 2.0 or any later version,
71
+ or a license that is compatible with GPL Version 2.0 or a later version,
72
+ where "compatible" means that software provided under the Change License can
73
+ be included in a larger program with software provided under GPL Version 2.0
74
+ or a later version. Licensor may specify additional Change Licenses without
75
+ limitation.
76
+
77
+ 2. To either:
78
+ (a) specify an additional grant of rights to use that does not impose any
79
+ additional restriction on the right granted in this License, as the
80
+ Additional Use Grant; or
81
+ (b) insert the text "None" as the Additional Use Grant, if no such grant is
82
+ made.
83
+
84
+ 3. To specify a Change Date.
85
+
86
+ 4. Not to modify this License in any other way.
87
+
88
+ Notice
89
+
90
+ The Business Source License (this document, or the "License") is not an Open
91
+ Source license. However, the Licensed Work will eventually be made available
92
+ under an Open Source License, as stated in this License.
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.2.2",
3
+ "version": "2.0.0",
4
4
  "description": "Promptster CLI — capture and submit developer assessments",
5
5
  "keywords": [
6
6
  "promptster",
@@ -18,10 +18,6 @@
18
18
  "bin": {
19
19
  "promptster": "./bin/promptster.js"
20
20
  },
21
- "scripts": {
22
- "build": "node scripts/build.js",
23
- "prepublishOnly": "node scripts/build.js && node scripts/check-binaries.js"
24
- },
25
21
  "files": [
26
22
  "bin/",
27
23
  "binaries/",
@@ -33,5 +29,8 @@
33
29
  },
34
30
  "publishConfig": {
35
31
  "access": "public"
32
+ },
33
+ "scripts": {
34
+ "build": "node scripts/build.js"
36
35
  }
37
- }
36
+ }