@slithy/prim-interface 1.0.6 → 1.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.
- package/LICENSE-COMMERCIAL.md +23 -0
- package/package.json +5 -3
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
Commercial License for @slithy/prim-interface
|
|
2
|
+
|
|
3
|
+
Copyright Matthew Campagna
|
|
4
|
+
|
|
5
|
+
1. Grant
|
|
6
|
+
|
|
7
|
+
Matthew Campagna grants Matthew Campagna a personal, non-transferable, non-sublicensable license to use, reproduce, modify, distribute, and commercially exploit `@slithy/prim-interface` as part of software products and related internal development activities.
|
|
8
|
+
|
|
9
|
+
2. Scope
|
|
10
|
+
|
|
11
|
+
This commercial license applies only to Matthew Campagna in his personal capacity. It does not extend to any employer, client, contractor, affiliate, assignee, or other third party.
|
|
12
|
+
|
|
13
|
+
3. Public License Unchanged
|
|
14
|
+
|
|
15
|
+
This commercial license is separate from the public license distributed with the package. All other recipients use the software, if at all, under the terms of the public license or another separately granted written license.
|
|
16
|
+
|
|
17
|
+
4. Third-Party Attributions
|
|
18
|
+
|
|
19
|
+
This package includes or is derived from third-party material identified in the package `LICENSE` file. Those third-party attribution and notice requirements remain in effect.
|
|
20
|
+
|
|
21
|
+
5. No Warranty
|
|
22
|
+
|
|
23
|
+
To the maximum extent permitted by law, the software is provided "as is", without warranty of any kind, express or implied.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slithy/prim-interface",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Browser-facing API for primitive-based image reconstruction.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -14,11 +14,12 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"files": [
|
|
17
|
-
"dist"
|
|
17
|
+
"dist",
|
|
18
|
+
"LICENSE-COMMERCIAL.md"
|
|
18
19
|
],
|
|
19
20
|
"sideEffects": false,
|
|
20
21
|
"dependencies": {
|
|
21
|
-
"@slithy/prim-lib": "0.8.
|
|
22
|
+
"@slithy/prim-lib": "0.8.2"
|
|
22
23
|
},
|
|
23
24
|
"devDependencies": {
|
|
24
25
|
"@vitest/coverage-v8": "^4.1.7",
|
|
@@ -34,6 +35,7 @@
|
|
|
34
35
|
"url": "https://github.com/mjcampagna"
|
|
35
36
|
},
|
|
36
37
|
"license": "PolyForm-Noncommercial-1.0.0",
|
|
38
|
+
"commercialLicense": "SEE LICENSE-COMMERCIAL.md",
|
|
37
39
|
"keywords": [
|
|
38
40
|
"image",
|
|
39
41
|
"reconstruction",
|