@simplybusiness/services 2.2.6 → 2.3.0
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/CHANGELOG.md +18 -0
- package/dist/cjs/index.js +0 -12
- package/dist/cjs/index.js.map +2 -2
- package/dist/cjs/meta.json +4 -4
- package/dist/esm/index.js +0 -12
- package/dist/esm/index.js.map +2 -2
- package/dist/esm/meta.json +4 -4
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/src/snowplow/event-definitions/qcp.ts +0 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/services",
|
|
3
3
|
"license": "UNLICENSED",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.3.0",
|
|
5
5
|
"description": "Internal library for services",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"@eslint/compat": "^2.0.2",
|
|
61
61
|
"@eslint/eslintrc": "^3.3.4",
|
|
62
62
|
"@eslint/js": "^9.39.3",
|
|
63
|
-
"@simplybusiness/build-scripts": "^2.0.
|
|
64
|
-
"@simplybusiness/eslint-config": "^2.0.
|
|
63
|
+
"@simplybusiness/build-scripts": "^2.0.3",
|
|
64
|
+
"@simplybusiness/eslint-config": "^2.0.3",
|
|
65
65
|
"@testing-library/dom": "^10.4.1",
|
|
66
66
|
"@testing-library/jest-dom": "6.9.1",
|
|
67
67
|
"@testing-library/react": "^16.3.2",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"@airbrake/browser": "^2.1.9",
|
|
91
|
-
"@simplybusiness/mobius": "^9.1.
|
|
91
|
+
"@simplybusiness/mobius": "^9.1.2",
|
|
92
92
|
"@snowplow/browser-plugin-ga-cookies": "^3.24.0",
|
|
93
93
|
"@snowplow/browser-tracker": "^3.24.6",
|
|
94
94
|
"classnames": "^2.5.1"
|
|
@@ -354,18 +354,6 @@ export const qcpEventDefinitions: EventDefinition[] = [
|
|
|
354
354
|
};
|
|
355
355
|
},
|
|
356
356
|
},
|
|
357
|
-
{
|
|
358
|
-
name: "selectCoverOptionsClicked",
|
|
359
|
-
type: "structured",
|
|
360
|
-
makePayload: payload => {
|
|
361
|
-
return {
|
|
362
|
-
category: "uk-25-09-qcp-covers-demand-test",
|
|
363
|
-
action: "cover_options_clicked",
|
|
364
|
-
label: payload?.label as string,
|
|
365
|
-
property: window.location.href,
|
|
366
|
-
};
|
|
367
|
-
},
|
|
368
|
-
},
|
|
369
357
|
{
|
|
370
358
|
name: "cancelAnytimeBadgeClicked",
|
|
371
359
|
type: "structured",
|