@atlaskit/adf-utils 19.0.25 → 19.0.26

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,11 @@
1
1
  # @atlaskit/adf-utils
2
2
 
3
+ ## 19.0.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [#86724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86724) [`718a9aa2424d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/718a9aa2424d) - [ED-22607] Remove references to maxFrames for multi bodied extensions and bump adf-schema from 35.7.0 to 35.8.0
8
+
3
9
  ## 19.0.25
4
10
 
5
11
  ### Patch Changes
@@ -12,11 +12,6 @@ var _default = exports.default = {
12
12
  },
13
13
  attrs: {
14
14
  props: {
15
- maxFrames: {
16
- type: 'number',
17
- default: 5,
18
- optional: true
19
- },
20
15
  extensionKey: {
21
16
  type: 'string',
22
17
  minLength: 1
@@ -6,11 +6,6 @@ export default {
6
6
  },
7
7
  attrs: {
8
8
  props: {
9
- maxFrames: {
10
- type: 'number',
11
- default: 5,
12
- optional: true
13
- },
14
9
  extensionKey: {
15
10
  type: 'string',
16
11
  minLength: 1
@@ -6,11 +6,6 @@ export default {
6
6
  },
7
7
  attrs: {
8
8
  props: {
9
- maxFrames: {
10
- type: 'number',
11
- default: 5,
12
- optional: true
13
- },
14
9
  extensionKey: {
15
10
  type: 'string',
16
11
  minLength: 1
@@ -6,11 +6,6 @@ declare const _default: {
6
6
  };
7
7
  attrs: {
8
8
  props: {
9
- maxFrames: {
10
- type: string;
11
- default: number;
12
- optional: boolean;
13
- };
14
9
  extensionKey: {
15
10
  type: string;
16
11
  minLength: number;
@@ -6,11 +6,6 @@ declare const _default: {
6
6
  };
7
7
  attrs: {
8
8
  props: {
9
- maxFrames: {
10
- type: string;
11
- default: number;
12
- optional: boolean;
13
- };
14
9
  extensionKey: {
15
10
  type: string;
16
11
  minLength: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-utils",
3
- "version": "19.0.25",
3
+ "version": "19.0.26",
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": "^35.7.0",
44
+ "@atlaskit/adf-schema": "^35.8.0",
45
45
  "@atlaskit/codemod-utils": "^4.2.0",
46
46
  "@atlaskit/platform-feature-flags": "^0.2.0",
47
47
  "@babel/runtime": "^7.0.0"