cocoda-sdk 3.4.5 → 3.4.6

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.
package/README.md CHANGED
@@ -171,7 +171,7 @@ The following providers are also exported, but have to be added via `cdk.addProv
171
171
  - **This integration is currently experimental.**
172
172
  - `MyCoRe` - access to vocabularies via [MyCoRe](https://www.mycore.de/)
173
173
  - **This integration is currently experimental. Only one vocabulary per registry is supported. Not recommended for large vocabularies as all of the vocabulary data is loaded and kept in memory.**
174
- - `ReconciliationApi` - access to mapping suggestions via a [OpenRefine Reconciliation API](https://github.com/OpenRefine/OpenRefine/wiki/Reconciliation-Service-API)
174
+ - `ReconciliationApi` - access to mapping suggestions via a [Reconciliation Service API](https://reconciliation-api.github.io/specs/draft/)
175
175
  - `OccurrencesApi` - access to concept occurrences via [occurrences-api](https://github.com/gbv/occurrences-api) (will be changed to [occurrences-server](https://github.com/gbv/occurrences-server) in the future)
176
176
  - `LabelSearchSuggestion` - access to mapping suggestions using other registries' search endpoints (using [jskos-server])
177
177
 
@@ -1946,7 +1946,7 @@ var ConceptApiProvider = class extends BaseProvider {
1946
1946
  this.has.auth = import_get.default(this._config, "auth.key") != null;
1947
1947
  this._defaultParams = {
1948
1948
  // Default parameters mostly for DANTE
1949
- properties: "+created,issued,modified,editorialNote,scopeNote"
1949
+ properties: "+created,issued,modified,editorialNote,scopeNote,note,definition"
1950
1950
  };
1951
1951
  }
1952
1952
  /**