@dpc-sdp/ripple-tide-api
Advanced tools
Comparing version 2.1.0-alpha.87 to 2.1.0-alpha.90
@@ -6,2 +6,8 @@ # Change Log | ||
# [2.1.0-alpha.90](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.89...v2.1.0-alpha.90) (2023-02-22) | ||
### Features | ||
* **nuxt-ripple:** add feature flag for topics and tags and deepmerge for options ([b31549a](https://github.com/dpc-sdp/ripple-framework/commit/b31549ada18ae1a38c7b4cad68e9879e6c140c83)) | ||
# [2.1.0-alpha.87](https://github.com/dpc-sdp/ripple-framework/compare/v2.1.0-alpha.86...v2.1.0-alpha.87) (2023-02-20) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@dpc-sdp/ripple-tide-api", | ||
"version": "2.1.0-alpha.87", | ||
"version": "2.1.0-alpha.90", | ||
"description": "Ripple API endpoints for Tide Drupal backend", | ||
@@ -58,3 +58,3 @@ "main": "./dist/index.js", | ||
], | ||
"gitHead": "ee61d0763677bd8e242dabb51e3bb76a14f672ac" | ||
"gitHead": "2322d5121713659fe03697993b8e427ac2addd2a" | ||
} |
@@ -200,2 +200,6 @@ import type { NuxtProxyOptions as ModuleOptions } from 'nuxt-proxy' | ||
contentCollectionSearchConnector?: 'appSearch' | 'elasticsearch' | ||
/** | ||
* @description Option to disable the display of topics and tags on all content types | ||
*/ | ||
disableTopicTags?: boolean | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
609343
11834