@luomus/laji-schema 2.0.174 → 2.0.176

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.
@@ -12,6 +12,7 @@ export class Term {
12
12
  definition: string;
13
13
  examples?: string[];
14
14
  externalProperty?: string;
15
+ name?: string;
15
16
  notes?: string;
16
17
  sortOrder?: number;
17
18
  }
@@ -6,6 +6,7 @@ export declare class Term {
6
6
  definition: string;
7
7
  examples?: string[];
8
8
  externalProperty?: string;
9
+ name?: string;
9
10
  notes?: string;
10
11
  sortOrder?: number;
11
12
  }
@@ -6,6 +6,7 @@ export interface Term {
6
6
  definition: string;
7
7
  examples?: string[];
8
8
  externalProperty?: string;
9
+ name?: string;
9
10
  notes?: string;
10
11
  sortOrder?: number;
11
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.174",
3
+ "version": "2.0.176",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {