@atlaskit/util-data-test 17.9.55 → 17.9.57

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/util-data-test
2
2
 
3
+ ## 17.9.57
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 17.9.56
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 17.9.55
4
16
 
5
17
  ### Patch Changes
@@ -153,6 +153,21 @@ function simpleMockProfilecardClient() {
153
153
  },
154
154
  shouldShowGiveKudos: function shouldShowGiveKudos() {
155
155
  return Promise.resolve(true);
156
+ },
157
+ getRovoAgentProfile: function getRovoAgentProfile(_Id, _analytics) {
158
+ return Promise.reject({
159
+ reason: 'not built yet'
160
+ });
161
+ },
162
+ deleteAgent: function deleteAgent(_id, _analytics) {
163
+ return Promise.reject({
164
+ reason: 'not built yet'
165
+ });
166
+ },
167
+ setFavouriteAgent: function setFavouriteAgent(_id, _isFavourite, _analytics) {
168
+ return Promise.reject({
169
+ reason: 'not built yet'
170
+ });
156
171
  }
157
172
  };
158
173
  }
@@ -91,6 +91,21 @@ export function simpleMockProfilecardClient() {
91
91
  });
92
92
  },
93
93
  getTeamCentralBaseUrl: () => 'teamCentralUrl',
94
- shouldShowGiveKudos: () => Promise.resolve(true)
94
+ shouldShowGiveKudos: () => Promise.resolve(true),
95
+ getRovoAgentProfile: (_Id, _analytics) => {
96
+ return Promise.reject({
97
+ reason: 'not built yet'
98
+ });
99
+ },
100
+ deleteAgent: (_id, _analytics) => {
101
+ return Promise.reject({
102
+ reason: 'not built yet'
103
+ });
104
+ },
105
+ setFavouriteAgent: (_id, _isFavourite, _analytics) => {
106
+ return Promise.reject({
107
+ reason: 'not built yet'
108
+ });
109
+ }
95
110
  };
96
111
  }
@@ -145,6 +145,21 @@ export function simpleMockProfilecardClient() {
145
145
  },
146
146
  shouldShowGiveKudos: function shouldShowGiveKudos() {
147
147
  return Promise.resolve(true);
148
+ },
149
+ getRovoAgentProfile: function getRovoAgentProfile(_Id, _analytics) {
150
+ return Promise.reject({
151
+ reason: 'not built yet'
152
+ });
153
+ },
154
+ deleteAgent: function deleteAgent(_id, _analytics) {
155
+ return Promise.reject({
156
+ reason: 'not built yet'
157
+ });
158
+ },
159
+ setFavouriteAgent: function setFavouriteAgent(_id, _isFavourite, _analytics) {
160
+ return Promise.reject({
161
+ reason: 'not built yet'
162
+ });
148
163
  }
149
164
  };
150
165
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/util-data-test",
3
- "version": "17.9.55",
3
+ "version": "17.9.57",
4
4
  "description": "Shared test and story data",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -68,12 +68,12 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@atlaskit/analytics-next": "^10.1.0",
71
- "@atlaskit/emoji": "67.7.5",
72
- "@atlaskit/icon": "^22.12.0",
71
+ "@atlaskit/emoji": "67.7.7",
72
+ "@atlaskit/icon": "^22.15.0",
73
73
  "@atlaskit/mention": "23.2.3",
74
- "@atlaskit/profilecard": "^19.17.0",
74
+ "@atlaskit/profilecard": "^19.24.0",
75
75
  "@atlaskit/theme": "^13.0.0",
76
- "@atlaskit/tokens": "^1.58.0",
76
+ "@atlaskit/tokens": "^1.59.0",
77
77
  "@atlaskit/user-picker": "10.22.6",
78
78
  "@atlaskit/util-service-support": "^6.2.0",
79
79
  "@babel/runtime": "^7.0.0",