@luomus/laji-schema 2.0.228 → 2.0.230

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.
@@ -17,7 +17,6 @@ export class UnitGathering {
17
17
  * Informal description of the habitat.
18
18
  */
19
19
  habitatDescription?: string;
20
- habitatIUCN?: string;
21
20
  /**
22
21
  * Type of substrate or name of substrate species.
23
22
  */
@@ -11,7 +11,6 @@ export declare class UnitGathering {
11
11
  * Informal description of the habitat.
12
12
  */
13
13
  habitatDescription?: string;
14
- habitatIUCN?: string;
15
14
  /**
16
15
  * Type of substrate or name of substrate species.
17
16
  */
@@ -11,7 +11,6 @@ export interface UnitGathering {
11
11
  * Informal description of the habitat.
12
12
  */
13
13
  habitatDescription?: string;
14
- habitatIUCN?: string;
15
14
  /**
16
15
  * Type of substrate or name of substrate species.
17
16
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.228",
3
+ "version": "2.0.230",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {