@coveo/headless-react 2.4.17 → 2.4.18-pre.0de4aa9e70
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coveo/headless-react",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.18-pre.0de4aa9e70",
|
|
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": {
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"test": "vitest run",
|
|
30
30
|
"test:watch": "vitest",
|
|
31
31
|
"lint": "eslint .; publint",
|
|
32
|
-
"publish:npm": "npm run-script -w=@coveo/
|
|
33
|
-
"publish:bump": "npm run-script -w=@coveo/
|
|
34
|
-
"promote:npm:latest": "npm run-script -w=@coveo/
|
|
32
|
+
"publish:npm": "npm run-script -w=@coveo/ci npm-publish",
|
|
33
|
+
"publish:bump": "npm run-script -w=@coveo/ci bump",
|
|
34
|
+
"promote:npm:latest": "npm run-script -w=@coveo/ci promote-npm-prod",
|
|
35
35
|
"build:typedoc": "npm run build:typedoc:plugin && npm run build:typedoc:docs && npm run build:typedoc:merge",
|
|
36
36
|
"build:typedoc:plugin": "npx tsc -p typedoc/tsconfig.json",
|
|
37
37
|
"build:typedoc:docs": "concurrently \"npm run build:typedoc:ssr\" \"npm run build:typedoc:ssr-commerce\"",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"build:typedoc:merge": "typedoc --tsconfig tsconfig.typedoc.json"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@coveo/headless": "3.22.
|
|
43
|
+
"@coveo/headless": "3.22.2-pre.0de4aa9e70"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@coveo/
|
|
46
|
+
"@coveo/ci": "1.0.0",
|
|
47
47
|
"@testing-library/react": "14.3.1",
|
|
48
48
|
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
49
49
|
"eslint-plugin-react": "7.37.4",
|