@coveo/quantic 3.30.3 → 3.30.4-pre.092f2aae38
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 +3 -1
- package/force-app/main/default/staticresources/coveoheadless/headless.js +3 -1
- package/force-app/main/default/staticresources/coveoheadless/insight/headless.js +3 -1
- package/force-app/main/default/staticresources/coveoheadless/recommendation/headless.js +3 -1
- package/package.json +6 -6
|
@@ -47,4 +47,6 @@ For more information, refer to the documentation: https://docs.coveo.com/en/o3r9
|
|
|
47
47
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
48
48
|
* See the License for the specific language governing permissions and
|
|
49
49
|
* limitations under the License.
|
|
50
|
-
*/if(__exports!=exports)module.exports=exports;return module.exports});
|
|
50
|
+
*/if(__exports!=exports)module.exports=exports;return module.exports});
|
|
51
|
+
|
|
52
|
+
window.coveoQuanticVersion = '3.30.4-pre.092f2aae38';
|
|
@@ -51,4 +51,6 @@ For more information, refer to the documentation: https://docs.coveo.com/en/o3r9
|
|
|
51
51
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
52
52
|
* See the License for the specific language governing permissions and
|
|
53
53
|
* limitations under the License.
|
|
54
|
-
*/if(__exports!=exports)module.exports=exports;return module.exports});
|
|
54
|
+
*/if(__exports!=exports)module.exports=exports;return module.exports});
|
|
55
|
+
|
|
56
|
+
window.coveoQuanticVersion = '3.30.4-pre.092f2aae38';
|
|
@@ -48,4 +48,6 @@ For more information, refer to the documentation: https://docs.coveo.com/en/o3r9
|
|
|
48
48
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
49
49
|
* See the License for the specific language governing permissions and
|
|
50
50
|
* limitations under the License.
|
|
51
|
-
*/if(__exports!=exports)module.exports=exports;return module.exports});
|
|
51
|
+
*/if(__exports!=exports)module.exports=exports;return module.exports});
|
|
52
|
+
|
|
53
|
+
window.coveoQuanticVersion = '3.30.4-pre.092f2aae38';
|
|
@@ -44,4 +44,6 @@ ${y}`:y;break;case"event":n.event=y;break;case"id":e(n.id=y);break;case"retry":k
|
|
|
44
44
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
45
45
|
* See the License for the specific language governing permissions and
|
|
46
46
|
* limitations under the License.
|
|
47
|
-
*/if(__exports!=exports)module.exports=exports;return module.exports});
|
|
47
|
+
*/if(__exports!=exports)module.exports=exports;return module.exports});
|
|
48
|
+
|
|
49
|
+
window.coveoQuanticVersion = '3.30.4-pre.092f2aae38';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coveo/quantic",
|
|
3
|
-
"version": "3.30.
|
|
3
|
+
"version": "3.30.4-pre.092f2aae38",
|
|
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",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"@octokit/graphql": "9.0.1",
|
|
65
65
|
"@octokit/graphql-schema": "15.26.0",
|
|
66
66
|
"@playwright/test": "1.54.1",
|
|
67
|
-
"@salesforce-ux/slds-linter": "0.
|
|
68
|
-
"@salesforce/eslint-config-lwc": "
|
|
67
|
+
"@salesforce-ux/slds-linter": "1.0.0",
|
|
68
|
+
"@salesforce/eslint-config-lwc": "4.0.0",
|
|
69
69
|
"@salesforce/sfdx-lwc-jest": "5.1.0",
|
|
70
70
|
"@types/node": "22.16.5",
|
|
71
71
|
"@types/strip-color": "0.1.2",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"chalk": "4.1.2",
|
|
75
75
|
"change-case": "4.1.2",
|
|
76
76
|
"dotenv": "17.2.1",
|
|
77
|
-
"eslint": "
|
|
77
|
+
"eslint": "9.35",
|
|
78
78
|
"eslint-config-prettier": "10.1.8",
|
|
79
|
-
"jest": "
|
|
79
|
+
"jest": "30.1.3",
|
|
80
80
|
"jest-junit": "16.0.0",
|
|
81
81
|
"jsdoc": "4.0.4",
|
|
82
82
|
"jsdoc-tsimport-plugin": "1.0.5",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"prettier-plugin-apex": "2.2.6",
|
|
86
86
|
"strip-color": "0.1.0",
|
|
87
87
|
"ts-node": "10.9.2",
|
|
88
|
-
"wait-on": "
|
|
88
|
+
"wait-on": "9.0.0",
|
|
89
89
|
"xml2js": "0.6.2"
|
|
90
90
|
},
|
|
91
91
|
"files": [
|