@atlaskit/task-decision 17.5.11 → 17.6.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 +10 -0
- package/dist/cjs/types.js +4 -4
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/types.js +3 -3
- package/dist/es2019/version.json +1 -1
- package/dist/esm/types.js +3 -3
- package/dist/esm/version.json +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/task-decision
|
|
2
2
|
|
|
3
|
+
## 17.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 17.5.11
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/cjs/types.js
CHANGED
|
@@ -14,10 +14,10 @@ exports.PubSubSpecialEventType = void 0;
|
|
|
14
14
|
/**
|
|
15
15
|
* Same as PubSub client types (don't want a direct dep though)
|
|
16
16
|
*/
|
|
17
|
-
var PubSubSpecialEventType
|
|
18
|
-
exports.PubSubSpecialEventType = PubSubSpecialEventType;
|
|
19
|
-
(function (PubSubSpecialEventType) {
|
|
17
|
+
var PubSubSpecialEventType = /*#__PURE__*/function (PubSubSpecialEventType) {
|
|
20
18
|
PubSubSpecialEventType["ERROR"] = "ERROR";
|
|
21
19
|
PubSubSpecialEventType["CONNECTED"] = "CONNECTED";
|
|
22
20
|
PubSubSpecialEventType["RECONNECT"] = "RECONNECT";
|
|
23
|
-
|
|
21
|
+
return PubSubSpecialEventType;
|
|
22
|
+
}({});
|
|
23
|
+
exports.PubSubSpecialEventType = PubSubSpecialEventType;
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/types.js
CHANGED
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
* Same as PubSub client types (don't want a direct dep though)
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
export let PubSubSpecialEventType
|
|
15
|
-
(function (PubSubSpecialEventType) {
|
|
14
|
+
export let PubSubSpecialEventType = /*#__PURE__*/function (PubSubSpecialEventType) {
|
|
16
15
|
PubSubSpecialEventType["ERROR"] = "ERROR";
|
|
17
16
|
PubSubSpecialEventType["CONNECTED"] = "CONNECTED";
|
|
18
17
|
PubSubSpecialEventType["RECONNECT"] = "RECONNECT";
|
|
19
|
-
|
|
18
|
+
return PubSubSpecialEventType;
|
|
19
|
+
}({});
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/types.js
CHANGED
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
* Same as PubSub client types (don't want a direct dep though)
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
export var PubSubSpecialEventType
|
|
15
|
-
(function (PubSubSpecialEventType) {
|
|
14
|
+
export var PubSubSpecialEventType = /*#__PURE__*/function (PubSubSpecialEventType) {
|
|
16
15
|
PubSubSpecialEventType["ERROR"] = "ERROR";
|
|
17
16
|
PubSubSpecialEventType["CONNECTED"] = "CONNECTED";
|
|
18
17
|
PubSubSpecialEventType["RECONNECT"] = "RECONNECT";
|
|
19
|
-
|
|
18
|
+
return PubSubSpecialEventType;
|
|
19
|
+
}({});
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/task-decision",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.6.0",
|
|
4
4
|
"description": "Tasks and decisions react components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"access": "public"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@atlaskit/analytics-namespaced-context": "^6.
|
|
30
|
-
"@atlaskit/analytics-next": "^9.
|
|
31
|
-
"@atlaskit/icon": "^21.
|
|
32
|
-
"@atlaskit/theme": "^12.
|
|
33
|
-
"@atlaskit/tokens": "^1.
|
|
34
|
-
"@atlaskit/util-service-support": "^6.
|
|
29
|
+
"@atlaskit/analytics-namespaced-context": "^6.7.0",
|
|
30
|
+
"@atlaskit/analytics-next": "^9.1.0",
|
|
31
|
+
"@atlaskit/icon": "^21.12.0",
|
|
32
|
+
"@atlaskit/theme": "^12.5.0",
|
|
33
|
+
"@atlaskit/tokens": "^1.3.0",
|
|
34
|
+
"@atlaskit/util-service-support": "^6.2.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|
|
36
36
|
"@emotion/react": "^11.7.1",
|
|
37
37
|
"uuid": "^3.1.0"
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"url-search-params": "^0.10.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@atlaskit/analytics-listeners": "^8.
|
|
46
|
-
"@atlaskit/avatar": "^21.
|
|
45
|
+
"@atlaskit/analytics-listeners": "^8.7.0",
|
|
46
|
+
"@atlaskit/avatar": "^21.3.0",
|
|
47
47
|
"@atlaskit/docs": "*",
|
|
48
|
-
"@atlaskit/editor-common": "^
|
|
48
|
+
"@atlaskit/editor-common": "^74.0.0",
|
|
49
49
|
"@atlaskit/elements-test-helpers": "^0.7.0",
|
|
50
|
-
"@atlaskit/renderer": "^
|
|
51
|
-
"@atlaskit/util-data-test": "^17.
|
|
50
|
+
"@atlaskit/renderer": "^108.0.0",
|
|
51
|
+
"@atlaskit/util-data-test": "^17.8.0",
|
|
52
52
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
53
53
|
"@emotion/jest": "^11.8.0",
|
|
54
54
|
"@types/url-search-params": "^0.10.0",
|