@coveo/atomic-hosted-page 1.2.21 → 1.2.23
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.
|
@@ -11,11 +11,11 @@ export interface InitializationOptions {
|
|
|
11
11
|
*/
|
|
12
12
|
pageId: string;
|
|
13
13
|
/**
|
|
14
|
-
* The unique identifier of the target Coveo
|
|
14
|
+
* The unique identifier of the target Coveo organization (for example, `mycoveocloudorganizationg8tp8wu3`)
|
|
15
15
|
*/
|
|
16
16
|
organizationId: string;
|
|
17
17
|
/**
|
|
18
|
-
* The access token to use to authenticate requests against the Coveo
|
|
18
|
+
* The access token to use to authenticate requests against the Coveo endpoints. Typically, this will be an API key or search token that grants the privileges to execute queries and push usage analytics data in the target Coveo organization.
|
|
19
19
|
*/
|
|
20
20
|
accessToken: string;
|
|
21
21
|
/**
|
|
@@ -4,11 +4,11 @@ interface HostedPage {
|
|
|
4
4
|
*/
|
|
5
5
|
html: string;
|
|
6
6
|
/**
|
|
7
|
-
* The JavaScript resources appended to the header of a specific hosted page in the target Coveo
|
|
7
|
+
* The JavaScript resources appended to the header of a specific hosted page in the target Coveo organization.
|
|
8
8
|
*/
|
|
9
9
|
javascript?: HostedPageJavascriptFile[];
|
|
10
10
|
/**
|
|
11
|
-
* The CSS resources appended to the header, pertaining to a specific hosted page in the target Coveo
|
|
11
|
+
* The CSS resources appended to the header, pertaining to a specific hosted page in the target Coveo organization.
|
|
12
12
|
*/
|
|
13
13
|
css?: HostedPageCSS[];
|
|
14
14
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coveo/atomic-hosted-page",
|
|
3
3
|
"description": "Web Component used to inject a Coveo Hosted Search Page in the DOM.",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.23",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/coveo/ui-kit.git",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"lit": "3.3.1",
|
|
36
|
-
"@coveo/
|
|
37
|
-
"@coveo/
|
|
36
|
+
"@coveo/headless": "3.38.0",
|
|
37
|
+
"@coveo/bueno": "1.1.6"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@playwright/test": "1.56.1",
|
|
41
41
|
"@types/node": "22.16.5",
|
|
42
42
|
"local-web-server": "5.4.0",
|
|
43
|
-
"vite": "7.
|
|
43
|
+
"vite": "7.2.2"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
|
-
"node": "^20.9.0 || ^22.11.0"
|
|
46
|
+
"node": "^20.9.0 || ^22.11.0 || ^24.11.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"clean": "node ../../utils/ci/rm-rf.mjs dist/*",
|