@coveo/headless-react 2.5.9 → 2.5.10-pre.05fd9d4454
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/package.json +8 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coveo/headless-react",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.10-pre.05fd9d4454",
|
|
4
4
|
"description": "React utilities for SSR (Server Side Rendering) with headless",
|
|
5
5
|
"homepage": "https://docs.coveo.com/en/headless/latest/",
|
|
6
6
|
"repository": {
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"release:phase3": "npm run-script -w=@coveo/ci npm-publish",
|
|
34
34
|
"release:phase1": "npm run-script -w=@coveo/ci bump",
|
|
35
35
|
"promote:npm:latest": "npm run-script -w=@coveo/ci promote-npm-prod",
|
|
36
|
-
"build:typedoc": "
|
|
37
|
-
"build:typedoc:docs": "concurrently \"
|
|
36
|
+
"build:typedoc": "pnpm run build:typedoc:docs && pnpm run build:typedoc:merge",
|
|
37
|
+
"build:typedoc:docs": "concurrently \"pnpm run build:typedoc:ssr\" \"pnpm run build:typedoc:ssr-commerce\"",
|
|
38
38
|
"build:typedoc:ssr": "typedoc --json ./temp/ssr.json --tsconfig tsconfig.json --options typedoc-configs/ssr.typedoc.json",
|
|
39
39
|
"build:typedoc:ssr-commerce": "typedoc --json ./temp/ssr-commerce.json --tsconfig tsconfig.json --options typedoc-configs/ssr-commerce.typedoc.json",
|
|
40
40
|
"build:typedoc:merge": "typedoc --tsconfig tsconfig.typedoc.json",
|
|
41
41
|
"serve:typedoc": "live-server ./docs"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@coveo/headless": "3.30.
|
|
44
|
+
"@coveo/headless": "3.30.2-pre.05fd9d4454"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@testing-library/react": "16.3.0",
|
|
@@ -68,5 +68,9 @@
|
|
|
68
68
|
},
|
|
69
69
|
"engines": {
|
|
70
70
|
"node": "^20.9.0 || ^22.11.0"
|
|
71
|
+
},
|
|
72
|
+
"publishConfig": {
|
|
73
|
+
"access": "public",
|
|
74
|
+
"provenance": true
|
|
71
75
|
}
|
|
72
76
|
}
|