@commercetools-frontend/fullstory 2.0.4 → 2.1.1
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.
|
@@ -72,8 +72,8 @@ function initialize() {
|
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
function ownKeys(
|
|
76
|
-
function _objectSpread(
|
|
75
|
+
function ownKeys(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
76
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
77
77
|
const defaultTrackingArgs = {
|
|
78
78
|
disable: false,
|
|
79
79
|
additionalUserVars: undefined
|
|
@@ -72,8 +72,8 @@ function initialize() {
|
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
function ownKeys(
|
|
76
|
-
function _objectSpread(
|
|
75
|
+
function ownKeys(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
76
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
77
77
|
const defaultTrackingArgs = {
|
|
78
78
|
disable: false,
|
|
79
79
|
additionalUserVars: undefined
|
|
@@ -38,8 +38,8 @@ function initialize() {
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
function ownKeys(
|
|
42
|
-
function _objectSpread(
|
|
41
|
+
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
42
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
43
43
|
const defaultTrackingArgs = {
|
|
44
44
|
disable: false,
|
|
45
45
|
additionalUserVars: undefined
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
2
|
export type TMaskingProps = {
|
|
3
3
|
children: ReactNode;
|
|
4
4
|
as?: 'div' | 'span';
|
|
5
5
|
};
|
|
6
|
-
declare function Exclude(props: TMaskingProps): import("@emotion/react/jsx-
|
|
7
|
-
declare function Unmask(props: TMaskingProps): import("@emotion/react/jsx-
|
|
8
|
-
declare function Mask(props: TMaskingProps): import("@emotion/react/jsx-
|
|
6
|
+
declare function Exclude(props: TMaskingProps): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
7
|
+
declare function Unmask(props: TMaskingProps): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
8
|
+
declare function Mask(props: TMaskingProps): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
|
|
9
9
|
declare const Masking: {
|
|
10
10
|
Unmask: typeof Unmask;
|
|
11
11
|
Mask: typeof Mask;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/fullstory",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "A package integrating with the FullStory SDK",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/commercetools-frontend-fullstory.cjs.js",
|
|
@@ -13,28 +13,31 @@
|
|
|
13
13
|
"README.md"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@babel/core": "^7.
|
|
16
|
+
"@babel/core": "^7.22.11",
|
|
17
17
|
"@babel/runtime": "^7.21.0",
|
|
18
18
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
19
19
|
"@fullstory/browser": "1.7.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@apollo/client": "3.7.10",
|
|
23
|
-
"@commercetools-frontend/application-shell": "22.
|
|
24
|
-
"@commercetools-frontend/application-shell-connectors": "22.
|
|
25
|
-
"@commercetools-frontend/constants": "22.
|
|
23
|
+
"@commercetools-frontend/application-shell": "22.7.1",
|
|
24
|
+
"@commercetools-frontend/application-shell-connectors": "22.7.1",
|
|
25
|
+
"@commercetools-frontend/constants": "22.7.1",
|
|
26
|
+
"@emotion/react": "^11.11.1",
|
|
26
27
|
"@testing-library/react": "12.1.5",
|
|
27
28
|
"@testing-library/react-hooks": "8.0.1",
|
|
28
|
-
"@types/
|
|
29
|
-
"@types/
|
|
30
|
-
"
|
|
29
|
+
"@types/jest": "^29.5.2",
|
|
30
|
+
"@types/node": "18.17.14",
|
|
31
|
+
"@types/react": "17.0.65",
|
|
32
|
+
"@types/testing-library__jest-dom": "^5.14.6",
|
|
33
|
+
"graphql": "16.8.0",
|
|
31
34
|
"react": "17.0.2",
|
|
32
35
|
"react-dom": "17.0.2",
|
|
33
36
|
"react-intl": "6.4.4",
|
|
34
37
|
"react-redux": "7.2.9",
|
|
35
38
|
"react-router-dom": "5.3.4",
|
|
36
39
|
"redux": "4.2.1",
|
|
37
|
-
"typescript": "
|
|
40
|
+
"typescript": "5.2.2"
|
|
38
41
|
},
|
|
39
42
|
"peerDependencies": {
|
|
40
43
|
"@commercetools-frontend/application-shell-connectors": "22.x",
|