@coveo/headless-react 2.0.7 → 2.0.8-pre.1461a9306b
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@coveo/headless-react",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.8-pre.1461a9306b",
|
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": {
|
@@ -30,10 +30,10 @@
|
|
30
30
|
"lint": "eslint .; publint",
|
31
31
|
"publish:npm": "npm run-script -w=@coveo/release npm-publish",
|
32
32
|
"publish:bump": "npm run-script -w=@coveo/release bump",
|
33
|
-
"promote:npm:latest": "
|
33
|
+
"promote:npm:latest": "npm run-script -w=@coveo/release promote-npm-prod"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@coveo/headless": "3.
|
36
|
+
"@coveo/headless": "3.5.0-pre.1461a9306b"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
39
|
"@coveo/release": "1.0.0",
|