@atlaskit/link-datasource 4.1.7 → 4.1.8

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,14 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 4.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#132126](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/132126)
8
+ [`5d45dce9796da`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5d45dce9796da) -
9
+ Updated dependency json-ld-types to @atlaskit/json-ld-types
10
+ - Updated dependencies
11
+
3
12
  ## 4.1.7
4
13
 
5
14
  ### Patch Changes
@@ -12,6 +12,7 @@ var DatasourceAction = exports.DatasourceAction = /*#__PURE__*/function (Datasou
12
12
  DatasourceAction["QUERY_UPDATED"] = "query updated";
13
13
  DatasourceAction["DISPLAY_VIEW_CHANGED"] = "display view changed";
14
14
  DatasourceAction["NEXT_PAGE_SCROLLED"] = "next page scrolled";
15
+ // Assets Actions
15
16
  DatasourceAction["SCHEMA_UPDATED"] = "schema updated";
16
17
  return DatasourceAction;
17
18
  }({});
@@ -6,6 +6,7 @@ export let DatasourceAction = /*#__PURE__*/function (DatasourceAction) {
6
6
  DatasourceAction["QUERY_UPDATED"] = "query updated";
7
7
  DatasourceAction["DISPLAY_VIEW_CHANGED"] = "display view changed";
8
8
  DatasourceAction["NEXT_PAGE_SCROLLED"] = "next page scrolled";
9
+ // Assets Actions
9
10
  DatasourceAction["SCHEMA_UPDATED"] = "schema updated";
10
11
  return DatasourceAction;
11
12
  }({});
@@ -6,6 +6,7 @@ export var DatasourceAction = /*#__PURE__*/function (DatasourceAction) {
6
6
  DatasourceAction["QUERY_UPDATED"] = "query updated";
7
7
  DatasourceAction["DISPLAY_VIEW_CHANGED"] = "display view changed";
8
8
  DatasourceAction["NEXT_PAGE_SCROLLED"] = "next page scrolled";
9
+ // Assets Actions
9
10
  DatasourceAction["SCHEMA_UPDATED"] = "schema updated";
10
11
  return DatasourceAction;
11
12
  }({});
@@ -1,4 +1,4 @@
1
- import { type JsonLd } from 'json-ld-types';
1
+ import { type JsonLd } from '@atlaskit/json-ld-types';
2
2
 
3
3
  import * as Image from './images.json';
4
4
 
@@ -1,4 +1,4 @@
1
- import { type JsonLd } from 'json-ld-types';
1
+ import { type JsonLd } from '@atlaskit/json-ld-types';
2
2
 
3
3
  import * as Image from './images.json';
4
4
 
@@ -1,5 +1,4 @@
1
- import { type JsonLd } from 'json-ld-types';
2
-
1
+ import { type JsonLd } from '@atlaskit/json-ld-types';
3
2
  import { CardClient } from '@atlaskit/link-provider';
4
3
  import { APIError } from '@atlaskit/linking-common';
5
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "4.1.7",
3
+ "version": "4.1.8",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -52,7 +52,7 @@
52
52
  "@atlaskit/flag": "^17.1.0",
53
53
  "@atlaskit/form": "^12.0.0",
54
54
  "@atlaskit/heading": "^5.1.0",
55
- "@atlaskit/icon": "^25.2.0",
55
+ "@atlaskit/icon": "^25.3.0",
56
56
  "@atlaskit/icon-object": "^7.0.0",
57
57
  "@atlaskit/image": "^3.0.0",
58
58
  "@atlaskit/inline-edit": "^15.1.0",
@@ -105,6 +105,7 @@
105
105
  "devDependencies": {
106
106
  "@af/integration-testing": "^0.5.0",
107
107
  "@af/visual-regression": "^1.3.0",
108
+ "@atlaskit/json-ld-types": "^1.0.0",
108
109
  "@atlaskit/link-provider": "^2.0.0",
109
110
  "@atlaskit/link-test-helpers": "^8.0.0",
110
111
  "@atlaskit/ssr": "^0.4.0",
@@ -118,7 +119,6 @@
118
119
  "@types/debounce-promise": "^3.1.2",
119
120
  "fetch-mock": "^8.0.0",
120
121
  "jest-fetch-mock": "^3.0.3",
121
- "json-ld-types": "^4.1.0",
122
122
  "typescript": "~5.4.2",
123
123
  "wait-for-expect": "^1.2.0"
124
124
  },
@@ -189,6 +189,13 @@
189
189
  },
190
190
  "enable_fix_datasource_jumping_columns": {
191
191
  "type": "boolean"
192
+ },
193
+ "platform-linking-visual-refresh-v1": {
194
+ "type": "boolean",
195
+ "showOnWebsiteForTransitiveDependencies": true
196
+ },
197
+ "platform-linking-visual-refresh-sllv": {
198
+ "type": "boolean"
192
199
  }
193
200
  }
194
201
  }