@atlaskit/analytics-namespaced-context 6.7.2 → 6.7.4
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 +32 -20
- package/dist/cjs/AtlasAnalyticsContext.js +2 -4
- package/dist/cjs/FabricEditorAnalyticsContext.js +3 -6
- package/dist/cjs/FabricElementsAnalyticsContext.js +2 -4
- package/dist/cjs/LinkingPlatformAnalyticsContext.js +2 -4
- package/dist/cjs/MediaAnalyticsContext.js +2 -3
- package/dist/cjs/NavigationAnalyticsContext.js +2 -4
- package/dist/cjs/NotificationsAnalyticsContext.js +2 -4
- package/dist/cjs/PeopleTeamsAnalyticsContext.js +2 -4
- package/dist/cjs/RecentWorkAnalyticsContext.js +2 -4
- package/dist/cjs/helper/createNamespaceContext.js +1 -2
- package/package.json +6 -6
- package/dist/cjs/version.json +0 -4
- package/dist/es2019/version.json +0 -4
- package/dist/esm/version.json +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,34 @@
|
|
|
1
1
|
# @atlaskit/analytics-namespaced-context
|
|
2
2
|
|
|
3
|
+
## 6.7.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#41325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41325) [`5ecc6e21ca8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ecc6e21ca8) - Enrol @atlaskit/analytics-namespaced-context to push model in JFE.
|
|
8
|
+
|
|
9
|
+
## 6.7.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
14
|
+
|
|
3
15
|
## 6.7.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
19
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
8
20
|
|
|
9
21
|
## 6.7.1
|
|
10
22
|
|
|
11
23
|
### Patch Changes
|
|
12
24
|
|
|
13
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
25
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
14
26
|
|
|
15
27
|
## 6.7.0
|
|
16
28
|
|
|
17
29
|
### Minor Changes
|
|
18
30
|
|
|
19
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
31
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
20
32
|
|
|
21
33
|
### Patch Changes
|
|
22
34
|
|
|
@@ -32,73 +44,73 @@
|
|
|
32
44
|
|
|
33
45
|
### Minor Changes
|
|
34
46
|
|
|
35
|
-
- [`f07e3c52271`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f07e3c52271) - Added linkingPlatform namespaced context
|
|
47
|
+
- [#28780](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28780) [`f07e3c52271`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f07e3c52271) - Added linkingPlatform namespaced context
|
|
36
48
|
|
|
37
49
|
## 6.5.2
|
|
38
50
|
|
|
39
51
|
### Patch Changes
|
|
40
52
|
|
|
41
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
53
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
42
54
|
|
|
43
55
|
## 6.5.1
|
|
44
56
|
|
|
45
57
|
### Patch Changes
|
|
46
58
|
|
|
47
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
59
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
48
60
|
|
|
49
61
|
## 6.5.0
|
|
50
62
|
|
|
51
63
|
### Minor Changes
|
|
52
64
|
|
|
53
|
-
- [`b6c9baebdf9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6c9baebdf9) - Add Atlas analytics listener
|
|
65
|
+
- [#22842](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22842) [`b6c9baebdf9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6c9baebdf9) - Add Atlas analytics listener
|
|
54
66
|
|
|
55
67
|
## 6.4.1
|
|
56
68
|
|
|
57
69
|
### Patch Changes
|
|
58
70
|
|
|
59
|
-
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
71
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
60
72
|
|
|
61
73
|
## 6.4.0
|
|
62
74
|
|
|
63
75
|
### Minor Changes
|
|
64
76
|
|
|
65
|
-
- [`a21e53776ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a21e53776ff) - Added a recentWork channel
|
|
77
|
+
- [#18423](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18423) [`a21e53776ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a21e53776ff) - Added a recentWork channel
|
|
66
78
|
|
|
67
79
|
## 6.3.0
|
|
68
80
|
|
|
69
81
|
### Minor Changes
|
|
70
82
|
|
|
71
|
-
- [`450a8582760`](https://bitbucket.org/atlassian/atlassian-frontend/commits/450a8582760) - Added editor re-render analytics event.
|
|
83
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`450a8582760`](https://bitbucket.org/atlassian/atlassian-frontend/commits/450a8582760) - Added editor re-render analytics event.
|
|
72
84
|
|
|
73
85
|
## 6.2.0
|
|
74
86
|
|
|
75
87
|
### Minor Changes
|
|
76
88
|
|
|
77
|
-
- [`4c05694bca8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c05694bca8) - Changed componentName to renderer in AnalyticsContext.
|
|
89
|
+
- [#10569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10569) [`4c05694bca8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c05694bca8) - Changed componentName to renderer in AnalyticsContext.
|
|
78
90
|
|
|
79
91
|
## 6.1.0
|
|
80
92
|
|
|
81
93
|
### Minor Changes
|
|
82
94
|
|
|
83
|
-
- [`1ecfe397c00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ecfe397c00) - Added a notification channel
|
|
95
|
+
- [#9555](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9555) [`1ecfe397c00`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ecfe397c00) - Added a notification channel
|
|
84
96
|
|
|
85
97
|
## 6.0.0
|
|
86
98
|
|
|
87
99
|
### Major Changes
|
|
88
100
|
|
|
89
|
-
- [`4f1d3a6b22a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f1d3a6b22a) - Refactored Media Analytics Namespaced Context (now delivered by our HOC in media-common)
|
|
101
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644) [`4f1d3a6b22a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4f1d3a6b22a) - Refactored Media Analytics Namespaced Context (now delivered by our HOC in media-common)
|
|
90
102
|
|
|
91
103
|
## 5.1.4
|
|
92
104
|
|
|
93
105
|
### Patch Changes
|
|
94
106
|
|
|
95
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
107
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
96
108
|
|
|
97
109
|
## 5.1.3
|
|
98
110
|
|
|
99
111
|
### Patch Changes
|
|
100
112
|
|
|
101
|
-
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
113
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
102
114
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
103
115
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
104
116
|
|
|
@@ -112,7 +124,7 @@
|
|
|
112
124
|
|
|
113
125
|
### Patch Changes
|
|
114
126
|
|
|
115
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
127
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
116
128
|
|
|
117
129
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
118
130
|
to prevent duplicates of tslib being bundled.
|
|
@@ -121,7 +133,7 @@
|
|
|
121
133
|
|
|
122
134
|
### Minor Changes
|
|
123
135
|
|
|
124
|
-
- [`6faafb144c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6faafb144c) - Introduce MediaFeatureFlags. Refactor components to use.
|
|
136
|
+
- [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`6faafb144c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6faafb144c) - Introduce MediaFeatureFlags. Refactor components to use.
|
|
125
137
|
|
|
126
138
|
### Patch Changes
|
|
127
139
|
|
|
@@ -131,13 +143,13 @@
|
|
|
131
143
|
|
|
132
144
|
### Patch Changes
|
|
133
145
|
|
|
134
|
-
- [`89df1041d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89df1041d5) - Attach Media Card Feature Flags to Analytics Events
|
|
146
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`89df1041d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89df1041d5) - Attach Media Card Feature Flags to Analytics Events
|
|
135
147
|
|
|
136
148
|
## 5.0.0
|
|
137
149
|
|
|
138
150
|
### Major Changes
|
|
139
151
|
|
|
140
|
-
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
152
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
141
153
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
142
154
|
|
|
143
155
|
### Patch Changes
|
|
@@ -148,7 +160,7 @@
|
|
|
148
160
|
|
|
149
161
|
### Minor Changes
|
|
150
162
|
|
|
151
|
-
- [`f895125071`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f895125071) - Add new analytics channel "peopleTeams"
|
|
163
|
+
- [#2831](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2831) [`f895125071`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f895125071) - Add new analytics channel "peopleTeams"
|
|
152
164
|
|
|
153
165
|
## 4.2.0
|
|
154
166
|
|
|
@@ -6,7 +6,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.AtlasAnalyticsContext = exports.ATLAS_CONTEXT = void 0;
|
|
8
8
|
var _createNamespaceContext = _interopRequireDefault(require("./helper/createNamespaceContext"));
|
|
9
|
-
var ATLAS_CONTEXT = 'atlasCtx';
|
|
10
|
-
exports.
|
|
11
|
-
var AtlasAnalyticsContext = (0, _createNamespaceContext.default)(ATLAS_CONTEXT, 'AtlasAnalyticsContext');
|
|
12
|
-
exports.AtlasAnalyticsContext = AtlasAnalyticsContext;
|
|
9
|
+
var ATLAS_CONTEXT = exports.ATLAS_CONTEXT = 'atlasCtx';
|
|
10
|
+
var AtlasAnalyticsContext = exports.AtlasAnalyticsContext = (0, _createNamespaceContext.default)(ATLAS_CONTEXT, 'AtlasAnalyticsContext');
|
|
@@ -6,9 +6,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.FabricEditorAnalyticsContext = exports.EDITOR_CONTEXT = exports.EDITOR_APPEARANCE_CONTEXT = void 0;
|
|
8
8
|
var _createNamespaceContext = _interopRequireDefault(require("./helper/createNamespaceContext"));
|
|
9
|
-
var EDITOR_CONTEXT = 'fabricEditorCtx';
|
|
10
|
-
exports.
|
|
11
|
-
var EDITOR_APPEARANCE_CONTEXT = /*#__PURE__*/function (EDITOR_APPEARANCE_CONTEXT) {
|
|
9
|
+
var EDITOR_CONTEXT = exports.EDITOR_CONTEXT = 'fabricEditorCtx';
|
|
10
|
+
var EDITOR_APPEARANCE_CONTEXT = exports.EDITOR_APPEARANCE_CONTEXT = /*#__PURE__*/function (EDITOR_APPEARANCE_CONTEXT) {
|
|
12
11
|
EDITOR_APPEARANCE_CONTEXT["FIXED_WIDTH"] = "fixedWidth";
|
|
13
12
|
EDITOR_APPEARANCE_CONTEXT["FULL_WIDTH"] = "fullWidth";
|
|
14
13
|
EDITOR_APPEARANCE_CONTEXT["COMMENT"] = "comment";
|
|
@@ -16,6 +15,4 @@ var EDITOR_APPEARANCE_CONTEXT = /*#__PURE__*/function (EDITOR_APPEARANCE_CONTEXT
|
|
|
16
15
|
EDITOR_APPEARANCE_CONTEXT["MOBILE"] = "mobile";
|
|
17
16
|
return EDITOR_APPEARANCE_CONTEXT;
|
|
18
17
|
}({});
|
|
19
|
-
exports.
|
|
20
|
-
var FabricEditorAnalyticsContext = (0, _createNamespaceContext.default)(EDITOR_CONTEXT, 'FabricEditorAnalyticsContext');
|
|
21
|
-
exports.FabricEditorAnalyticsContext = FabricEditorAnalyticsContext;
|
|
18
|
+
var FabricEditorAnalyticsContext = exports.FabricEditorAnalyticsContext = (0, _createNamespaceContext.default)(EDITOR_CONTEXT, 'FabricEditorAnalyticsContext');
|
|
@@ -6,7 +6,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.FabricElementsAnalyticsContext = exports.ELEMENTS_CONTEXT = void 0;
|
|
8
8
|
var _createNamespaceContext = _interopRequireDefault(require("./helper/createNamespaceContext"));
|
|
9
|
-
var ELEMENTS_CONTEXT = 'fabricElementsCtx';
|
|
10
|
-
exports.
|
|
11
|
-
var FabricElementsAnalyticsContext = (0, _createNamespaceContext.default)(ELEMENTS_CONTEXT, 'FabricElementsAnalyticsContext');
|
|
12
|
-
exports.FabricElementsAnalyticsContext = FabricElementsAnalyticsContext;
|
|
9
|
+
var ELEMENTS_CONTEXT = exports.ELEMENTS_CONTEXT = 'fabricElementsCtx';
|
|
10
|
+
var FabricElementsAnalyticsContext = exports.FabricElementsAnalyticsContext = (0, _createNamespaceContext.default)(ELEMENTS_CONTEXT, 'FabricElementsAnalyticsContext');
|
|
@@ -6,7 +6,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.LinkingPlatformAnalyticsContext = exports.LINKING_PLATFORM_CONTEXT = void 0;
|
|
8
8
|
var _createNamespaceContext = _interopRequireDefault(require("./helper/createNamespaceContext"));
|
|
9
|
-
var LINKING_PLATFORM_CONTEXT = 'linkingPlatformCtx';
|
|
10
|
-
exports.
|
|
11
|
-
var LinkingPlatformAnalyticsContext = (0, _createNamespaceContext.default)(LINKING_PLATFORM_CONTEXT, 'LinkingPlatformAnalyticsContext');
|
|
12
|
-
exports.LinkingPlatformAnalyticsContext = LinkingPlatformAnalyticsContext;
|
|
9
|
+
var LINKING_PLATFORM_CONTEXT = exports.LINKING_PLATFORM_CONTEXT = 'linkingPlatformCtx';
|
|
10
|
+
var LinkingPlatformAnalyticsContext = exports.LinkingPlatformAnalyticsContext = (0, _createNamespaceContext.default)(LINKING_PLATFORM_CONTEXT, 'LinkingPlatformAnalyticsContext');
|
|
@@ -5,10 +5,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.MEDIA_CONTEXT = void 0;
|
|
7
7
|
// Media uses a namespaced analytics context under the following key MEDIA_CONTEXT.
|
|
8
|
-
var MEDIA_CONTEXT = 'mediaCtx';
|
|
8
|
+
var MEDIA_CONTEXT = exports.MEDIA_CONTEXT = 'mediaCtx';
|
|
9
9
|
|
|
10
10
|
// However we don't export any JSX component to create that namespaced analytics context.
|
|
11
11
|
// In media components, analytics context is being created by this component:
|
|
12
12
|
|
|
13
|
-
// @see packages/media/media-common/src/analytics/withMediaAnalyticsContext.tsx
|
|
14
|
-
exports.MEDIA_CONTEXT = MEDIA_CONTEXT;
|
|
13
|
+
// @see packages/media/media-common/src/analytics/withMediaAnalyticsContext.tsx
|
|
@@ -6,7 +6,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.NavigationAnalyticsContext = exports.NAVIGATION_CONTEXT = void 0;
|
|
8
8
|
var _createNamespaceContext = _interopRequireDefault(require("./helper/createNamespaceContext"));
|
|
9
|
-
var NAVIGATION_CONTEXT = 'navigationCtx';
|
|
10
|
-
exports.
|
|
11
|
-
var NavigationAnalyticsContext = (0, _createNamespaceContext.default)(NAVIGATION_CONTEXT, 'NavigationAnalyticsContext');
|
|
12
|
-
exports.NavigationAnalyticsContext = NavigationAnalyticsContext;
|
|
9
|
+
var NAVIGATION_CONTEXT = exports.NAVIGATION_CONTEXT = 'navigationCtx';
|
|
10
|
+
var NavigationAnalyticsContext = exports.NavigationAnalyticsContext = (0, _createNamespaceContext.default)(NAVIGATION_CONTEXT, 'NavigationAnalyticsContext');
|
|
@@ -6,7 +6,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.NotificationsAnalyticsContext = exports.NOTIFICATIONS_CONTEXT = void 0;
|
|
8
8
|
var _createNamespaceContext = _interopRequireDefault(require("./helper/createNamespaceContext"));
|
|
9
|
-
var NOTIFICATIONS_CONTEXT = 'NotificationsCtx';
|
|
10
|
-
exports.
|
|
11
|
-
var NotificationsAnalyticsContext = (0, _createNamespaceContext.default)(NOTIFICATIONS_CONTEXT, 'NotificationsAnalyticsContext');
|
|
12
|
-
exports.NotificationsAnalyticsContext = NotificationsAnalyticsContext;
|
|
9
|
+
var NOTIFICATIONS_CONTEXT = exports.NOTIFICATIONS_CONTEXT = 'NotificationsCtx';
|
|
10
|
+
var NotificationsAnalyticsContext = exports.NotificationsAnalyticsContext = (0, _createNamespaceContext.default)(NOTIFICATIONS_CONTEXT, 'NotificationsAnalyticsContext');
|
|
@@ -6,7 +6,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.PeopleTeamsAnalyticsContext = exports.PEOPLE_TEAMS_CONTEXT = void 0;
|
|
8
8
|
var _createNamespaceContext = _interopRequireDefault(require("./helper/createNamespaceContext"));
|
|
9
|
-
var PEOPLE_TEAMS_CONTEXT = 'peopleTeamsCtx';
|
|
10
|
-
exports.
|
|
11
|
-
var PeopleTeamsAnalyticsContext = (0, _createNamespaceContext.default)(PEOPLE_TEAMS_CONTEXT, 'PeopleTeamsAnalyticsContext');
|
|
12
|
-
exports.PeopleTeamsAnalyticsContext = PeopleTeamsAnalyticsContext;
|
|
9
|
+
var PEOPLE_TEAMS_CONTEXT = exports.PEOPLE_TEAMS_CONTEXT = 'peopleTeamsCtx';
|
|
10
|
+
var PeopleTeamsAnalyticsContext = exports.PeopleTeamsAnalyticsContext = (0, _createNamespaceContext.default)(PEOPLE_TEAMS_CONTEXT, 'PeopleTeamsAnalyticsContext');
|
|
@@ -6,7 +6,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.RecentWorkAnalyticsContext = exports.RECENT_WORK_CONTEXT = void 0;
|
|
8
8
|
var _createNamespaceContext = _interopRequireDefault(require("./helper/createNamespaceContext"));
|
|
9
|
-
var RECENT_WORK_CONTEXT = 'RecentWorkCtx';
|
|
10
|
-
exports.
|
|
11
|
-
var RecentWorkAnalyticsContext = (0, _createNamespaceContext.default)(RECENT_WORK_CONTEXT, 'RecentWorkAnalyticsContext');
|
|
12
|
-
exports.RecentWorkAnalyticsContext = RecentWorkAnalyticsContext;
|
|
9
|
+
var RECENT_WORK_CONTEXT = exports.RECENT_WORK_CONTEXT = 'RecentWorkCtx';
|
|
10
|
+
var RecentWorkAnalyticsContext = exports.RecentWorkAnalyticsContext = (0, _createNamespaceContext.default)(RECENT_WORK_CONTEXT, 'RecentWorkAnalyticsContext');
|
|
@@ -19,5 +19,4 @@ var createNamespaceContext = function createNamespaceContext(namespace) {
|
|
|
19
19
|
Component.displayName = displayName;
|
|
20
20
|
return Component;
|
|
21
21
|
};
|
|
22
|
-
var _default = createNamespaceContext;
|
|
23
|
-
exports.default = _default;
|
|
22
|
+
var _default = exports.default = createNamespaceContext;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/analytics-namespaced-context",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.4",
|
|
4
4
|
"description": "Provides a namespace for AnalyticsContext data (@atlaskit/analytics-next)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,7 +32,10 @@
|
|
|
32
32
|
},
|
|
33
33
|
"atlassian": {
|
|
34
34
|
"team": "UIP Frontend Observability",
|
|
35
|
-
"releaseModel": "continuous"
|
|
35
|
+
"releaseModel": "continuous",
|
|
36
|
+
"productPushConsumption": [
|
|
37
|
+
"jira"
|
|
38
|
+
]
|
|
36
39
|
},
|
|
37
40
|
"config": {
|
|
38
41
|
"access": "public"
|
|
@@ -45,11 +48,8 @@
|
|
|
45
48
|
"react": "^16.8.0"
|
|
46
49
|
},
|
|
47
50
|
"devDependencies": {
|
|
48
|
-
"@atlaskit/analytics-listeners": "^8.7.0",
|
|
49
|
-
"@atlaskit/docs": "*",
|
|
50
51
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
51
|
-
"
|
|
52
|
-
"enzyme-adapter-react-16": "^1.15.1",
|
|
52
|
+
"@testing-library/react": "^12.1.5",
|
|
53
53
|
"react": "^16.8.0",
|
|
54
54
|
"typescript": "~4.9.5"
|
|
55
55
|
},
|
package/dist/cjs/version.json
DELETED
package/dist/es2019/version.json
DELETED
package/dist/esm/version.json
DELETED