@atlaskit/activity-provider
Advanced tools
Comparing version 2.3.3 to 2.3.4
# @atlaskit/activity-provider | ||
## 2.3.4 | ||
### Patch Changes | ||
- [`09e3f210e94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09e3f210e94) - This Activity Provider is now deprecated. Please migrate to using the recent-work-client instead. For more details please contact #activity-platform. | ||
## 2.3.3 | ||
@@ -4,0 +10,0 @@ |
@@ -42,3 +42,7 @@ "use strict"; | ||
}; | ||
/** | ||
* @deprecated - Please use @atlassian/recent-work-client instead | ||
*/ | ||
exports.makeGetRecentItemBody = makeGetRecentItemBody; | ||
@@ -45,0 +49,0 @@ |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"sideEffects": false | ||
} |
@@ -37,2 +37,6 @@ import { utils } from '@atlaskit/util-service-support'; | ||
}); | ||
/** | ||
* @deprecated - Please use @atlassian/recent-work-client instead | ||
*/ | ||
export default class ActivityResource { | ||
@@ -39,0 +43,0 @@ constructor(url, cloudId, options = {}) { |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"sideEffects": false | ||
} |
@@ -1,2 +0,1 @@ | ||
import _regeneratorRuntime from "@babel/runtime/regenerator"; | ||
import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
@@ -6,2 +5,3 @@ import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator"; | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
import _regeneratorRuntime from "@babel/runtime/regenerator"; | ||
@@ -28,2 +28,5 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } | ||
}; | ||
/** | ||
* @deprecated - Please use @atlassian/recent-work-client instead | ||
*/ | ||
@@ -30,0 +33,0 @@ var ActivityResource = /*#__PURE__*/function () { |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"sideEffects": false | ||
} |
@@ -14,2 +14,5 @@ import { ActivityItem, ActivityProvider } from '../types'; | ||
}; | ||
/** | ||
* @deprecated - Please use @atlassian/recent-work-client instead | ||
*/ | ||
export default class ActivityResource implements ActivityProvider { | ||
@@ -16,0 +19,0 @@ private recentPromise?; |
{ | ||
"name": "@atlaskit/activity-provider", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "A provider to support recent activities in editor", | ||
@@ -23,3 +23,3 @@ "publishConfig": { | ||
"team": "Linking Platform", | ||
"releaseModel": "scheduled" | ||
"releaseModel": "continuous" | ||
}, | ||
@@ -26,0 +26,0 @@ "dependencies": { |
@@ -47,2 +47,5 @@ import { utils } from '@atlaskit/util-service-support'; | ||
/** | ||
* @deprecated - Please use @atlassian/recent-work-client instead | ||
*/ | ||
export default class ActivityResource implements ActivityProvider { | ||
@@ -49,0 +52,0 @@ private recentPromise?: Promise<ActivityResponse>; |
@@ -6,3 +6,4 @@ { | ||
"module:es2019": "../dist/es2019/types.js", | ||
"sideEffects": false, | ||
"types": "../dist/types/types.d.ts" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51587
34
1006