@opensanctions/followthemoney 4.3.0 → 4.3.1

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.
@@ -6936,7 +6936,7 @@
6936
6936
  "type": "name"
6937
6937
  },
6938
6938
  "wikidataId": {
6939
- "format": "qid",
6939
+ "format": "wikidata",
6940
6940
  "label": "Wikidata ID",
6941
6941
  "matchable": true,
6942
6942
  "maxLength": 32,
@@ -8243,7 +8243,7 @@ var schemata = {
8243
8243
  type: "name"
8244
8244
  },
8245
8245
  wikidataId: {
8246
- format: "qid",
8246
+ format: "wikidata",
8247
8247
  label: "Wikidata ID",
8248
8248
  matchable: true,
8249
8249
  maxLength: 32,
@@ -8249,7 +8249,7 @@
8249
8249
  type: "name"
8250
8250
  },
8251
8251
  wikidataId: {
8252
- format: "qid",
8252
+ format: "wikidata",
8253
8253
  label: "Wikidata ID",
8254
8254
  matchable: true,
8255
8255
  maxLength: 32,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensanctions/followthemoney",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "JavaScript version of the followthemoney data model",
5
5
  "keywords": [],
6
6
  "main": "dist/followthemoney.umd.js",