@bridgeline-digital/hawksearch-handlebars-ui 5.2.1 → 5.2.3
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/changelog.md +12 -0
- package/dist/components/search/search-field/search-field.component.d.ts +1 -0
- package/dist/configuration/configuration.models.d.ts +7 -0
- package/dist/helpers/helpers.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bridgeline-digital/hawksearch-handlebars-ui",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.3",
|
|
4
4
|
"description": "The HawkSearch Handlebars UI package allows you to add a highly-customizable search results page to your website powered by HawkSearch.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build:dev": "npm run gulp && webpack",
|
|
11
11
|
"build:prod": "npm run gulp && webpack --mode=production",
|
|
12
|
-
"docs": "tsc ./typedoc/index.ts --esModuleInterop true --outDir ./typedoc/build && typedoc",
|
|
12
|
+
"docs": "tsc ./typedoc/index.ts --esModuleInterop true --outDir ./typedoc/build && typedoc --validation.notExported false",
|
|
13
13
|
"eslint": "eslint . --ext .ts --max-warnings=0 --fix",
|
|
14
14
|
"gulp": "gulp build",
|
|
15
15
|
"gulp:svg": "gulp svg",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"keywords": [
|
|
24
24
|
"hawksearch"
|
|
25
25
|
],
|
|
26
|
-
"author": "",
|
|
26
|
+
"author": "Bridgeline Digital",
|
|
27
27
|
"license": "ISC",
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
|