@coveo/headless-react 2.6.7 → 2.6.9
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 +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coveo/headless-react",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.9",
|
|
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": {
|
|
@@ -25,23 +25,8 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
28
|
-
"scripts": {
|
|
29
|
-
"build": "tsc --project ./tsconfig.build.json",
|
|
30
|
-
"clean": "node ../../utils/ci/rm-rf.mjs dist",
|
|
31
|
-
"test": "vitest run",
|
|
32
|
-
"test:watch": "vitest",
|
|
33
|
-
"release:phase3": "npm run-script -w=@coveo/ci npm-publish",
|
|
34
|
-
"release:phase1": "npm run-script -w=@coveo/ci bump",
|
|
35
|
-
"promote:npm:latest": "npm run-script -w=@coveo/ci promote-npm-prod",
|
|
36
|
-
"build:typedoc": "npm run build:typedoc:docs && npm run build:typedoc:merge",
|
|
37
|
-
"build:typedoc:docs": "concurrently \"npm run build:typedoc:ssr\" \"npm run build:typedoc:ssr-commerce\"",
|
|
38
|
-
"build:typedoc:ssr": "typedoc --json ./temp/ssr.json --tsconfig tsconfig.json --options typedoc-configs/ssr.typedoc.json",
|
|
39
|
-
"build:typedoc:ssr-commerce": "typedoc --json ./temp/ssr-commerce.json --tsconfig tsconfig.json --options typedoc-configs/ssr-commerce.typedoc.json",
|
|
40
|
-
"build:typedoc:merge": "typedoc --tsconfig tsconfig.typedoc.json",
|
|
41
|
-
"serve:typedoc": "live-server ./docs"
|
|
42
|
-
},
|
|
43
28
|
"dependencies": {
|
|
44
|
-
"@coveo/headless": "3.
|
|
29
|
+
"@coveo/headless": "3.34.1"
|
|
45
30
|
},
|
|
46
31
|
"devDependencies": {
|
|
47
32
|
"@testing-library/react": "16.3.0",
|
|
@@ -67,5 +52,20 @@
|
|
|
67
52
|
},
|
|
68
53
|
"engines": {
|
|
69
54
|
"node": "^20.9.0 || ^22.11.0"
|
|
55
|
+
},
|
|
56
|
+
"scripts": {
|
|
57
|
+
"build": "tsc --project ./tsconfig.build.json",
|
|
58
|
+
"clean": "node ../../utils/ci/rm-rf.mjs dist",
|
|
59
|
+
"test": "vitest run",
|
|
60
|
+
"test:watch": "vitest",
|
|
61
|
+
"release:phase3": "pnpm --filter @coveo/ci npm-publish",
|
|
62
|
+
"release:phase1": "pnpm --filter @coveo/ci bump",
|
|
63
|
+
"promote:npm:latest": "pnpm --filter @coveo/ci promote-npm-prod",
|
|
64
|
+
"build:typedoc": "pnpm run build:typedoc:docs && pnpm run build:typedoc:merge",
|
|
65
|
+
"build:typedoc:docs": "concurrently \"pnpm run build:typedoc:ssr\" \"pnpm run build:typedoc:ssr-commerce\"",
|
|
66
|
+
"build:typedoc:ssr": "typedoc --json ./temp/ssr.json --tsconfig tsconfig.json --options typedoc-configs/ssr.typedoc.json",
|
|
67
|
+
"build:typedoc:ssr-commerce": "typedoc --json ./temp/ssr-commerce.json --tsconfig tsconfig.json --options typedoc-configs/ssr-commerce.typedoc.json",
|
|
68
|
+
"build:typedoc:merge": "typedoc --tsconfig tsconfig.typedoc.json",
|
|
69
|
+
"serve:typedoc": "live-server ./docs"
|
|
70
70
|
}
|
|
71
71
|
}
|