cocoda-sdk 3.2.0 → 3.2.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.
@@ -158,6 +158,7 @@ class SkohubProvider extends BaseProvider {
158
158
  return concept.narrower;
159
159
  }
160
160
  async search({ search, scheme, limit = 100 }) {
161
+ scheme = await this._loadScheme({ scheme });
161
162
  if (!scheme || !scheme.uri) {
162
163
  throw new errors.InvalidOrMissingParameterError({ parameter: "scheme" });
163
164
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cocoda-sdk",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "SDK for Cocoda",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.js",