@atlaskit/feedback-collector 9.0.0 → 9.0.1
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 +6 -0
- package/dist/cjs/components/FeedbackCollector.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/FeedbackCollector.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/FeedbackCollector.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -159,7 +159,7 @@ var FeedbackCollector = /*#__PURE__*/function (_Component) {
|
|
|
159
159
|
while (1) {
|
|
160
160
|
switch (_context2.prev = _context2.next) {
|
|
161
161
|
case 0:
|
|
162
|
-
url = this.props.url; // jira /
|
|
162
|
+
url = this.props.url; // jira / confluence / bitbucket
|
|
163
163
|
|
|
164
164
|
if (!window.location.host.includes('bitbucket.org')) {
|
|
165
165
|
_context2.next = 9;
|
package/dist/cjs/version.json
CHANGED
|
@@ -65,7 +65,7 @@ export default class FeedbackCollector extends Component {
|
|
|
65
65
|
async getEntitlementInformation() {
|
|
66
66
|
var _productName;
|
|
67
67
|
|
|
68
|
-
const url = this.props.url; // jira /
|
|
68
|
+
const url = this.props.url; // jira / confluence / bitbucket
|
|
69
69
|
|
|
70
70
|
let productName;
|
|
71
71
|
let productEntitlement;
|
package/dist/es2019/version.json
CHANGED
|
@@ -134,7 +134,7 @@ var FeedbackCollector = /*#__PURE__*/function (_Component) {
|
|
|
134
134
|
while (1) {
|
|
135
135
|
switch (_context2.prev = _context2.next) {
|
|
136
136
|
case 0:
|
|
137
|
-
url = this.props.url; // jira /
|
|
137
|
+
url = this.props.url; // jira / confluence / bitbucket
|
|
138
138
|
|
|
139
139
|
if (!window.location.host.includes('bitbucket.org')) {
|
|
140
140
|
_context2.next = 9;
|
package/dist/esm/version.json
CHANGED