@testream/dotnet-reporter 0.3.0 → 0.4.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 +3 -4
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
Proprietary License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2026 Testream Team. All rights reserved.
|
|
4
4
|
|
|
5
5
|
This software and associated documentation files (the "Software") are licensed,
|
|
6
6
|
not sold, to you for use only under the terms of this license.
|
|
7
7
|
|
|
8
8
|
GRANT OF LICENSE:
|
|
9
9
|
You are granted a non-exclusive, non-transferable license to use the Software
|
|
10
|
-
solely for the purpose of integrating test result reporting with the
|
|
11
|
-
Manager service.
|
|
10
|
+
solely for the purpose of integrating test result reporting with the Testream service.
|
|
12
11
|
|
|
13
12
|
RESTRICTIONS:
|
|
14
13
|
- You may not modify, adapt, or create derivative works of the Software
|
|
15
14
|
- You may not distribute, sublicense, lease, or rent the Software
|
|
16
15
|
- You may not reverse engineer, decompile, or disassemble the Software
|
|
17
|
-
- The Software may only be used in conjunction with the
|
|
16
|
+
- The Software may only be used in conjunction with the Testream service
|
|
18
17
|
|
|
19
18
|
OWNERSHIP:
|
|
20
19
|
The Software is licensed, not sold. This license does not grant you any rights
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testream/dotnet-reporter",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "CLI to upload .NET test results (xUnit, NUnit, MSTest) to
|
|
3
|
+
"version": "0.4.0",
|
|
4
|
+
"description": "CLI to upload .NET test results (xUnit, NUnit, MSTest) to Testream",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"scripts": {
|