@alephdata/followthemoney
Advanced tools
Comparing version 3.5.9 to 3.6.0
@@ -16,2 +16,3 @@ "use strict"; | ||
this.description = property.description || null; | ||
this.format = property.format || null; | ||
this.stub = !!property.stub; | ||
@@ -18,0 +19,0 @@ this.matchable = !!property.matchable; |
@@ -38,2 +38,3 @@ interface IPropertyTypeDatum { | ||
description?: string; | ||
format?: string; | ||
stub?: boolean; | ||
@@ -60,2 +61,3 @@ hidden?: boolean; | ||
readonly description: string | null; | ||
readonly format: string | null; | ||
readonly stub: boolean; | ||
@@ -62,0 +64,0 @@ readonly hasReverse: boolean; |
@@ -38,2 +38,3 @@ interface IPropertyTypeDatum { | ||
description?: string; | ||
format?: string; | ||
stub?: boolean; | ||
@@ -60,2 +61,3 @@ hidden?: boolean; | ||
readonly description: string | null; | ||
readonly format: string | null; | ||
readonly stub: boolean; | ||
@@ -62,0 +64,0 @@ readonly hasReverse: boolean; |
@@ -9,2 +9,3 @@ import { Schema } from './schema'; | ||
description?: string; | ||
format?: string; | ||
stub?: boolean; | ||
@@ -31,2 +32,3 @@ hidden?: boolean; | ||
readonly description: string | null; | ||
readonly format: string | null; | ||
readonly stub: boolean; | ||
@@ -33,0 +35,0 @@ readonly hasReverse: boolean; |
{ | ||
"name": "@alephdata/followthemoney", | ||
"version": "3.5.9", | ||
"version": "3.6.0", | ||
"description": "JavaScript version of the followthemoney data model", | ||
@@ -70,3 +70,3 @@ "keywords": [], | ||
"@types/uuid": "^9.0.1", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/eslint-plugin": "^7.0.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
@@ -73,0 +73,0 @@ "colors": "~1.4.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1023451
26427