@atlaskit/adf-utils 19.0.12 → 19.0.14

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/adf-utils
2
2
 
3
+ ## 19.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [#58763](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58763) [`0fdbd64522bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0fdbd64522bf) - update ADF schema
8
+
9
+ ## 19.0.13
10
+
11
+ ### Patch Changes
12
+
13
+ - [#56790](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56790) [`ff577a7969d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff577a7969d4) - ED-21266: Updated @atlaskit/adf-schema to 34.0.1
14
+
3
15
  ## 19.0.12
4
16
 
5
17
  ### Patch Changes
@@ -18,7 +18,7 @@ var _default = exports.default = {
18
18
  },
19
19
  type: {
20
20
  type: 'enum',
21
- values: ['link', 'file'],
21
+ values: ['link', 'file', 'image'],
22
22
  optional: true
23
23
  },
24
24
  id: {
@@ -49,7 +49,7 @@ var _default = exports.default = {
49
49
  },
50
50
  marks: {
51
51
  type: 'array',
52
- items: ['link'],
52
+ items: [['link', 'border']],
53
53
  optional: true
54
54
  }
55
55
  }
@@ -12,7 +12,7 @@ export default {
12
12
  },
13
13
  type: {
14
14
  type: 'enum',
15
- values: ['link', 'file'],
15
+ values: ['link', 'file', 'image'],
16
16
  optional: true
17
17
  },
18
18
  id: {
@@ -43,7 +43,7 @@ export default {
43
43
  },
44
44
  marks: {
45
45
  type: 'array',
46
- items: ['link'],
46
+ items: [['link', 'border']],
47
47
  optional: true
48
48
  }
49
49
  }
@@ -12,7 +12,7 @@ export default {
12
12
  },
13
13
  type: {
14
14
  type: 'enum',
15
- values: ['link', 'file'],
15
+ values: ['link', 'file', 'image'],
16
16
  optional: true
17
17
  },
18
18
  id: {
@@ -43,7 +43,7 @@ export default {
43
43
  },
44
44
  marks: {
45
45
  type: 'array',
46
- items: ['link'],
46
+ items: [['link', 'border']],
47
47
  optional: true
48
48
  }
49
49
  }
@@ -43,7 +43,7 @@ declare const _default: {
43
43
  };
44
44
  marks: {
45
45
  type: string;
46
- items: string[];
46
+ items: string[][];
47
47
  optional: boolean;
48
48
  };
49
49
  };
@@ -43,7 +43,7 @@ declare const _default: {
43
43
  };
44
44
  marks: {
45
45
  type: string;
46
- items: string[];
46
+ items: string[][];
47
47
  optional: boolean;
48
48
  };
49
49
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-utils",
3
- "version": "19.0.12",
3
+ "version": "19.0.14",
4
4
  "description": "Set of utilities to traverse, modify and create ADF documents.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -41,7 +41,7 @@
41
41
  "generate:spec": "rm -rf ./src/validator/specs/ && yarn json-schema-generator --outDir=./src/validator/specs/ --mode=Spec --stage=0 ./src/validator/entry.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@atlaskit/adf-schema": "^34.0.0",
44
+ "@atlaskit/adf-schema": "^35.0.0",
45
45
  "@atlaskit/codemod-utils": "^4.2.0",
46
46
  "@babel/runtime": "^7.0.0"
47
47
  },
@@ -1,9 +0,0 @@
1
- ## API Report File for "@atlaskit/adf-utils"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- // (No @packageDocumentation comment for this package)
8
-
9
- ```