@atlaskit/analytics-namespaced-context 6.7.3 → 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 +27 -21
- 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 +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +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
|
+
|
|
3
9
|
## 6.7.3
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
13
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
8
14
|
|
|
9
15
|
## 6.7.2
|
|
10
16
|
|
|
11
17
|
### Patch Changes
|
|
12
18
|
|
|
13
|
-
- [`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
|
|
14
20
|
|
|
15
21
|
## 6.7.1
|
|
16
22
|
|
|
17
23
|
### Patch Changes
|
|
18
24
|
|
|
19
|
-
- [`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`
|
|
20
26
|
|
|
21
27
|
## 6.7.0
|
|
22
28
|
|
|
23
29
|
### Minor Changes
|
|
24
30
|
|
|
25
|
-
- [`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
|
|
26
32
|
|
|
27
33
|
### Patch Changes
|
|
28
34
|
|
|
@@ -38,73 +44,73 @@
|
|
|
38
44
|
|
|
39
45
|
### Minor Changes
|
|
40
46
|
|
|
41
|
-
- [`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
|
|
42
48
|
|
|
43
49
|
## 6.5.2
|
|
44
50
|
|
|
45
51
|
### Patch Changes
|
|
46
52
|
|
|
47
|
-
- [`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`
|
|
48
54
|
|
|
49
55
|
## 6.5.1
|
|
50
56
|
|
|
51
57
|
### Patch Changes
|
|
52
58
|
|
|
53
|
-
- [`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`.
|
|
54
60
|
|
|
55
61
|
## 6.5.0
|
|
56
62
|
|
|
57
63
|
### Minor Changes
|
|
58
64
|
|
|
59
|
-
- [`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
|
|
60
66
|
|
|
61
67
|
## 6.4.1
|
|
62
68
|
|
|
63
69
|
### Patch Changes
|
|
64
70
|
|
|
65
|
-
- [`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
|
|
66
72
|
|
|
67
73
|
## 6.4.0
|
|
68
74
|
|
|
69
75
|
### Minor Changes
|
|
70
76
|
|
|
71
|
-
- [`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
|
|
72
78
|
|
|
73
79
|
## 6.3.0
|
|
74
80
|
|
|
75
81
|
### Minor Changes
|
|
76
82
|
|
|
77
|
-
- [`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.
|
|
78
84
|
|
|
79
85
|
## 6.2.0
|
|
80
86
|
|
|
81
87
|
### Minor Changes
|
|
82
88
|
|
|
83
|
-
- [`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.
|
|
84
90
|
|
|
85
91
|
## 6.1.0
|
|
86
92
|
|
|
87
93
|
### Minor Changes
|
|
88
94
|
|
|
89
|
-
- [`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
|
|
90
96
|
|
|
91
97
|
## 6.0.0
|
|
92
98
|
|
|
93
99
|
### Major Changes
|
|
94
100
|
|
|
95
|
-
- [`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)
|
|
96
102
|
|
|
97
103
|
## 5.1.4
|
|
98
104
|
|
|
99
105
|
### Patch Changes
|
|
100
106
|
|
|
101
|
-
- [`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
|
|
102
108
|
|
|
103
109
|
## 5.1.3
|
|
104
110
|
|
|
105
111
|
### Patch Changes
|
|
106
112
|
|
|
107
|
-
- [`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.
|
|
108
114
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
109
115
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
110
116
|
|
|
@@ -118,7 +124,7 @@
|
|
|
118
124
|
|
|
119
125
|
### Patch Changes
|
|
120
126
|
|
|
121
|
-
- [`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
|
|
122
128
|
|
|
123
129
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
124
130
|
to prevent duplicates of tslib being bundled.
|
|
@@ -127,7 +133,7 @@
|
|
|
127
133
|
|
|
128
134
|
### Minor Changes
|
|
129
135
|
|
|
130
|
-
- [`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.
|
|
131
137
|
|
|
132
138
|
### Patch Changes
|
|
133
139
|
|
|
@@ -137,13 +143,13 @@
|
|
|
137
143
|
|
|
138
144
|
### Patch Changes
|
|
139
145
|
|
|
140
|
-
- [`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
|
|
141
147
|
|
|
142
148
|
## 5.0.0
|
|
143
149
|
|
|
144
150
|
### Major Changes
|
|
145
151
|
|
|
146
|
-
- [`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.
|
|
147
153
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
148
154
|
|
|
149
155
|
### Patch Changes
|
|
@@ -154,7 +160,7 @@
|
|
|
154
160
|
|
|
155
161
|
### Minor Changes
|
|
156
162
|
|
|
157
|
-
- [`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"
|
|
158
164
|
|
|
159
165
|
## 4.2.0
|
|
160
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"
|