@doccov/sdk 0.2.1 → 0.2.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.
Files changed (2) hide show
  1. package/LICENSE +103 -0
  2. package/package.json +3 -3
package/LICENSE ADDED
@@ -0,0 +1,103 @@
1
+ Business Source License 1.1
2
+
3
+ Parameters
4
+
5
+ Licensor: Ryan Waits
6
+ Licensed Work: DocCov SDK
7
+ The Licensed Work is (c) 2024 Ryan Waits.
8
+ Additional Use Grant: You may make use of the Licensed Work, provided that
9
+ you do not use the Licensed Work for a Documentation
10
+ Coverage Service.
11
+
12
+ A "Documentation Coverage Service" is a commercial
13
+ offering that allows third parties to access the
14
+ functionality of the Licensed Work by analyzing
15
+ TypeScript/JavaScript code documentation coverage
16
+ as a service.
17
+
18
+ Change Date: 2028-11-26
19
+
20
+ Change License: Apache License 2.0
21
+
22
+ For information about alternative licensing arrangements for the Software,
23
+ please contact: licensing@doccov.dev
24
+
25
+ Notice
26
+
27
+ The Business Source License (this document, or the "License") is not an Open
28
+ Source license. However, the Licensed Work will eventually be made available
29
+ under an Open Source License, as stated in this License.
30
+
31
+ License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
32
+ "Business Source License" is a trademark of MariaDB Corporation Ab.
33
+
34
+ -----------------------------------------------------------------------------
35
+
36
+ Business Source License 1.1
37
+
38
+ Terms
39
+
40
+ The Licensor hereby grants you the right to copy, modify, create derivative
41
+ works, redistribute, and make non-production use of the Licensed Work. The
42
+ Licensor may make an Additional Use Grant, above, permitting limited
43
+ production use.
44
+
45
+ Effective on the Change Date, or the fourth anniversary of the first publicly
46
+ available distribution of a specific version of the Licensed Work under this
47
+ License, whichever comes first, the Licensor hereby grants you rights under
48
+ the terms of the Change License, and the rights granted in the paragraph
49
+ above terminate.
50
+
51
+ If your use of the Licensed Work does not comply with the requirements
52
+ currently in effect as described in this License, you must purchase a
53
+ commercial license from the Licensor, its affiliated entities, or authorized
54
+ resellers, or you must refrain from using the Licensed Work.
55
+
56
+ All copies of the original and modified Licensed Work, and derivative works
57
+ of the Licensed Work, are subject to this License. This License applies
58
+ separately for each version of the Licensed Work and the Change Date may vary
59
+ for each version of the Licensed Work released by Licensor.
60
+
61
+ You must conspicuously display this License on each original or modified copy
62
+ of the Licensed Work. If you receive the Licensed Work in original or
63
+ modified form from a third party, the terms and conditions set forth in this
64
+ License apply to your use of that work.
65
+
66
+ Any use of the Licensed Work in violation of this License will automatically
67
+ terminate your rights under this License for the current and all other
68
+ versions of the Licensed Work.
69
+
70
+ This License does not grant you any right in any trademark or logo of
71
+ Licensor or its affiliates (provided that you may use a trademark or logo of
72
+ Licensor as expressly required by this License).
73
+
74
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
75
+ AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
76
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
77
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
78
+ TITLE.
79
+
80
+ MariaDB hereby grants you permission to use this License's text to license
81
+ your works, and to refer to it using the trademark "Business Source License",
82
+ as long as you comply with the Covenants of Licensor below.
83
+
84
+ Covenants of Licensor
85
+
86
+ In consideration of the right to use this License's text and the "Business
87
+ Source License" name and trademark, Licensor covenants to MariaDB, and to all
88
+ other recipients of the licensed work to be provided by Licensor:
89
+
90
+ 1. To specify as the Change License the GPL Version 2.0 or any later version,
91
+ or a license that is compatible with GPL Version 2.0 or a later version,
92
+ where "compatible" means that software provided under the Change License can
93
+ be included in a program with software provided under GPL Version 2.0 or a
94
+ later version. Licensor may specify additional Change Licenses without
95
+ limitation.
96
+
97
+ 2. To either: (a) specify an additional grant of rights to use that does not
98
+ impose any additional restriction on the right granted in this License, as
99
+ the Additional Use Grant; or (b) insert the text "None".
100
+
101
+ 3. To specify a Change Date.
102
+
103
+ 4. Not to modify this License in any other way.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doccov/sdk",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "DocCov SDK - Documentation coverage and drift detection for TypeScript",
5
5
  "keywords": [
6
6
  "typescript",
@@ -16,7 +16,7 @@
16
16
  "url": "git+https://github.com/doccov/doccov.git",
17
17
  "directory": "packages/sdk"
18
18
  },
19
- "license": "MIT",
19
+ "license": "BUSL-1.1",
20
20
  "author": "Ryan Waits",
21
21
  "type": "module",
22
22
  "main": "./dist/index.js",
@@ -39,7 +39,7 @@
39
39
  "dist"
40
40
  ],
41
41
  "dependencies": {
42
- "@openpkg-ts/spec": "^0.2.1",
42
+ "@openpkg-ts/spec": "^0.2.2",
43
43
  "typescript": "^5.0.0"
44
44
  },
45
45
  "devDependencies": {