lucos_search_component 3.0.5 → 3.0.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.
@@ -8,7 +8,7 @@
8
8
  <label for="search2">No Tracks:</label><span is="lucos-search" data-api-key="${KEY_LUCOS_ARACHNE}" data-exclude_types="Track"><select id="search2"></select></span>
9
9
  <label for="search3">Only Cites and Rivers:</label><span is="lucos-search" data-api-key="${KEY_LUCOS_ARACHNE}" data-types="City,River"><select id="search3"></select></span>
10
10
  <label for="search4">Load with existing items:</label><span is="lucos-search" data-api-key="${KEY_LUCOS_ARACHNE}"><select id="search4" multiple>
11
- <option selected>https://contacts.l42.eu/people/2</option>
11
+ <option selected>https://eolas.l42.eu/metadata/person/2/</option>
12
12
  <option selected>https://eolas.l42.eu/metadata/place/2/</option>
13
13
  <option selected>https://media-metadata.l42.eu/tracks/13713</option>
14
14
  <option selected>https://eolas.l42.eu/metadata/language/ain/</option>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucos_search_component",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "Web Components for searching lucOS data",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",