@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.
@@ -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");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@nfdi4plants/arctrl",
4
- "version": "3.0.0-beta.10",
4
+ "version": "3.0.0-beta.11",
5
5
  "description": "Top level ARC DataModel and API function descriptions.",
6
6
  "repository": {
7
7
  "type": "git",