[Eosc Explore]: environments/: Removed "searchLinkToEntityRegistriesDataProvidersTable" and "searchLinkToJournalsTable" | package.json: Added in dependencies "uikit": "3.12.0".
This commit is contained in:
parent
1da2632c2e
commit
1da43fd481
|
@ -45,6 +45,7 @@
|
|||
"rxjs": "^6.5.1",
|
||||
"ts-md5": "^1.2.0",
|
||||
"tslib": "^2.0.0",
|
||||
"uikit": "3.12.0",
|
||||
"zone.js": "~0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -92,9 +92,7 @@ export let properties: EnvProperties = {
|
|||
searchLinkToOrganizations: "/search/find/organizations",
|
||||
searchLinkToCompatibleDataProviders: "/search/content-providers",
|
||||
searchLinkToEntityRegistriesDataProviders: "/search/entity-registries",
|
||||
searchLinkToEntityRegistriesDataProvidersTable: "/search/entity-registries-table",
|
||||
searchLinkToJournals: "/search/journals",
|
||||
searchLinkToJournalsTable: "/search/journals-table",
|
||||
searchLinkToResults: "/search/find/research-outcomes",
|
||||
|
||||
searchLinkToAdvancedPublications: "/search/advanced/publications",
|
||||
|
|
|
@ -95,9 +95,7 @@ export let properties: EnvProperties = {
|
|||
searchLinkToOrganizations: "/search/find/organizations",
|
||||
searchLinkToCompatibleDataProviders: "/search/content-providers",
|
||||
searchLinkToEntityRegistriesDataProviders: "/search/entity-registries",
|
||||
searchLinkToEntityRegistriesDataProvidersTable: "/search/entity-registries-table",
|
||||
searchLinkToJournals: "/search/journals",
|
||||
searchLinkToJournalsTable: "/search/journals-table",
|
||||
searchLinkToResults: "/search/find/research-outcomes",
|
||||
|
||||
searchLinkToAdvancedPublications: "/search/advanced/publications",
|
||||
|
|
|
@ -94,9 +94,7 @@ export let properties: EnvProperties = {
|
|||
searchLinkToOrganizations: "/search/find/organizations",
|
||||
searchLinkToCompatibleDataProviders: "/search/content-providers",
|
||||
searchLinkToEntityRegistriesDataProviders: "/search/entity-registries",
|
||||
searchLinkToEntityRegistriesDataProvidersTable: "/search/entity-registries-table",
|
||||
searchLinkToJournals: "/search/journals",
|
||||
searchLinkToJournalsTable: "/search/journals-table",
|
||||
searchLinkToResults: "/search/find/research-outcomes",
|
||||
|
||||
searchLinkToAdvancedPublications: "/search/advanced/publications",
|
||||
|
|
|
@ -97,9 +97,7 @@ export let properties: EnvProperties = {
|
|||
searchLinkToOrganizations: "/search/find/organizations",
|
||||
searchLinkToCompatibleDataProviders: "/search/content-providers",
|
||||
searchLinkToEntityRegistriesDataProviders: "/search/entity-registries",
|
||||
searchLinkToEntityRegistriesDataProvidersTable: "/search/entity-registries-table",
|
||||
searchLinkToJournals: "/search/journals",
|
||||
searchLinkToJournalsTable: "/search/journals-table",
|
||||
searchLinkToResults: "/search/find/research-outcomes",
|
||||
|
||||
searchLinkToAdvancedPublications: "/search/advanced/publications",
|
||||
|
|
Loading…
Reference in New Issue