@nfdi4plants/arctrl 3.0.0-beta.11 → 3.0.0-beta.12

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.
@@ -13,7 +13,7 @@ function tryCheckValidCharacters(identifier) {
13
13
  function checkValidCharacters(identifier) {
14
14
  if (tryCheckValidCharacters(identifier)) {
15
15
  } else {
16
- throw new Error(`New identifier "${identifier}"contains forbidden characters! Allowed characters are: letters, digits, underscore (_), dash (-) and whitespace ( ).`);
16
+ throw new Error(`New identifier "${identifier}" contains forbidden characters! Allowed characters are: letters, digits, underscore (_), dash (-) and whitespace ( ).`);
17
17
  }
18
18
  }
19
19
  function createMissingIdentifier() {
@@ -11,7 +11,7 @@ class LDCreativeWork {
11
11
  constructor() {
12
12
  }
13
13
  static get schemaType() {
14
- return "http://schema.org/Dataset";
14
+ return "http://schema.org/CreativeWork";
15
15
  }
16
16
  static get identifier() {
17
17
  return "http://schema.org/identifier";
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.11",
4
+ "version": "3.0.0-beta.12",
5
5
  "description": "Top level ARC DataModel and API function descriptions.",
6
6
  "repository": {
7
7
  "type": "git",