@nfdi4plants/arctrl 3.0.0-beta.10 → 3.0.0-beta.11
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/dist/ts/ts/License.js +1 -1
- package/package.json +1 -1
package/dist/ts/ts/License.js
CHANGED
|
@@ -86,7 +86,7 @@ class License {
|
|
|
86
86
|
return c.Operation === "READ" ? c.DTOType != null ? value(c.DTOType) === "PlainText" ? c.DTO != null ? typeof value(c.DTO) === "string" ? (txt = value(c.DTO), c.Path === "LICENSE" ? true : contains(c.Path, alternativeLICENSEFileNames, {
|
|
87
87
|
Equals: (x, y) => x === y,
|
|
88
88
|
GetHashCode: stringHash
|
|
89
|
-
})) ? (txt_1 = value(c.DTO), License.initFulltext(txt_1)) : void 0 : void 0 : void 0 : void 0 : void 0 : void 0;
|
|
89
|
+
})) ? (txt_1 = value(c.DTO), License.initFulltext(txt_1, c.Path)) : void 0 : void 0 : void 0 : void 0 : void 0 : void 0;
|
|
90
90
|
}
|
|
91
91
|
static GetDefaultLicense() {
|
|
92
92
|
return License.initFulltext("ALL RIGHTS RESERVED BY THE AUTHORS");
|