@coveo/quantic 3.30.4 → 3.30.5-pre.5fbff5b5f4
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/force-app/main/default/staticresources/coveoheadless/case-assist/headless.js +1 -1
- package/force-app/main/default/staticresources/coveoheadless/headless.js +1 -1
- package/force-app/main/default/staticresources/coveoheadless/insight/headless.js +1 -1
- package/force-app/main/default/staticresources/coveoheadless/recommendation/headless.js +1 -1
- package/package.json +5 -5
|
@@ -49,4 +49,4 @@ For more information, refer to the documentation: https://docs.coveo.com/en/o3r9
|
|
|
49
49
|
* limitations under the License.
|
|
50
50
|
*/if(__exports!=exports)module.exports=exports;return module.exports});
|
|
51
51
|
|
|
52
|
-
window.coveoQuanticVersion = '3.30.
|
|
52
|
+
window.coveoQuanticVersion = '3.30.5-pre.5fbff5b5f4';
|
|
@@ -53,4 +53,4 @@ For more information, refer to the documentation: https://docs.coveo.com/en/o3r9
|
|
|
53
53
|
* limitations under the License.
|
|
54
54
|
*/if(__exports!=exports)module.exports=exports;return module.exports});
|
|
55
55
|
|
|
56
|
-
window.coveoQuanticVersion = '3.30.
|
|
56
|
+
window.coveoQuanticVersion = '3.30.5-pre.5fbff5b5f4';
|
|
@@ -50,4 +50,4 @@ For more information, refer to the documentation: https://docs.coveo.com/en/o3r9
|
|
|
50
50
|
* limitations under the License.
|
|
51
51
|
*/if(__exports!=exports)module.exports=exports;return module.exports});
|
|
52
52
|
|
|
53
|
-
window.coveoQuanticVersion = '3.30.
|
|
53
|
+
window.coveoQuanticVersion = '3.30.5-pre.5fbff5b5f4';
|
|
@@ -46,4 +46,4 @@ ${y}`:y;break;case"event":n.event=y;break;case"id":e(n.id=y);break;case"retry":k
|
|
|
46
46
|
* limitations under the License.
|
|
47
47
|
*/if(__exports!=exports)module.exports=exports;return module.exports});
|
|
48
48
|
|
|
49
|
-
window.coveoQuanticVersion = '3.30.
|
|
49
|
+
window.coveoQuanticVersion = '3.30.5-pre.5fbff5b5f4';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coveo/quantic",
|
|
3
|
-
"version": "3.30.
|
|
3
|
+
"version": "3.30.5-pre.5fbff5b5f4",
|
|
4
4
|
"description": "A Salesforce Lightning Web Component (LWC) library for building modern UIs interfacing with the Coveo platform",
|
|
5
5
|
"author": "coveo.com",
|
|
6
6
|
"homepage": "https://coveo.com",
|
|
@@ -63,21 +63,21 @@
|
|
|
63
63
|
"@octokit/graphql": "9.0.1",
|
|
64
64
|
"@octokit/graphql-schema": "15.26.0",
|
|
65
65
|
"@playwright/test": "1.54.1",
|
|
66
|
-
"@salesforce/eslint-config-lwc": "
|
|
66
|
+
"@salesforce/eslint-config-lwc": "4.0.0",
|
|
67
67
|
"@salesforce/sfdx-lwc-jest": "5.1.0",
|
|
68
68
|
"@types/wait-on": "5.3.4",
|
|
69
69
|
"@typescript-eslint/parser": "8.44.0",
|
|
70
70
|
"dotenv": "17.2.1",
|
|
71
|
-
"eslint": "
|
|
71
|
+
"eslint": "9.36",
|
|
72
72
|
"eslint-config-prettier": "10.1.8",
|
|
73
|
-
"jest": "
|
|
73
|
+
"jest": "30.1.3",
|
|
74
74
|
"jest-junit": "16.0.0",
|
|
75
75
|
"jsdoc": "4.0.4",
|
|
76
76
|
"jsdoc-tsimport-plugin": "1.0.5",
|
|
77
77
|
"mkdirp": "3.0.1",
|
|
78
78
|
"prettier-plugin-apex": "2.2.6",
|
|
79
79
|
"ts-node": "10.9.2",
|
|
80
|
-
"wait-on": "
|
|
80
|
+
"wait-on": "9.0.1",
|
|
81
81
|
"xml2js": "0.6.2"
|
|
82
82
|
},
|
|
83
83
|
"files": [
|