@coveo/atomic-hosted-page 1.2.34 → 1.2.36
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 +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coveo/atomic-hosted-page",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.36",
|
|
4
4
|
"description": "Web Component used to inject a Coveo Hosted Search Page in the DOM.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"lit": "3.3.2",
|
|
34
34
|
"@coveo/bueno": "1.1.9",
|
|
35
|
-
"@coveo/headless": "3.49.
|
|
35
|
+
"@coveo/headless": "3.49.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@playwright/test": "1.57.0",
|
|
@@ -48,8 +48,6 @@
|
|
|
48
48
|
"clean": "node ../../utils/ci/rm-rf.mjs dist/*",
|
|
49
49
|
"build": "node ../../utils/ci/rm-rf.mjs dist cdn && tsc --outdir dist && tsc --outdir cdn --project tsconfig.cdn.json && node ./scripts/esbuild.js",
|
|
50
50
|
"start": "node ./scripts/start.js",
|
|
51
|
-
"e2e": "playwright test"
|
|
52
|
-
"release:phase1": "pnpm --filter @coveo/ci bump",
|
|
53
|
-
"npm:publish": "pnpm --filter @coveo/ci npm-publish"
|
|
51
|
+
"e2e": "playwright test"
|
|
54
52
|
}
|
|
55
53
|
}
|