@atlaskit/adf-utils 19.0.31 → 19.1.0

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.
@@ -27,6 +27,10 @@ var _default = exports.default = {
27
27
  type: 'number',
28
28
  minimum: 1,
29
29
  maximum: 6
30
+ },
31
+ localId: {
32
+ type: 'string',
33
+ optional: true
30
34
  }
31
35
  }
32
36
  }
@@ -20,6 +20,15 @@ var _default = exports.default = {
20
20
  type: 'array',
21
21
  items: [],
22
22
  optional: true
23
+ },
24
+ attrs: {
25
+ optional: true,
26
+ props: {
27
+ localId: {
28
+ type: 'string',
29
+ optional: true
30
+ }
31
+ }
23
32
  }
24
33
  }
25
34
  };
@@ -21,6 +21,10 @@ export default {
21
21
  type: 'number',
22
22
  minimum: 1,
23
23
  maximum: 6
24
+ },
25
+ localId: {
26
+ type: 'string',
27
+ optional: true
24
28
  }
25
29
  }
26
30
  }
@@ -14,6 +14,15 @@ export default {
14
14
  type: 'array',
15
15
  items: [],
16
16
  optional: true
17
+ },
18
+ attrs: {
19
+ optional: true,
20
+ props: {
21
+ localId: {
22
+ type: 'string',
23
+ optional: true
24
+ }
25
+ }
17
26
  }
18
27
  }
19
28
  };
@@ -21,6 +21,10 @@ export default {
21
21
  type: 'number',
22
22
  minimum: 1,
23
23
  maximum: 6
24
+ },
25
+ localId: {
26
+ type: 'string',
27
+ optional: true
24
28
  }
25
29
  }
26
30
  }
@@ -14,6 +14,15 @@ export default {
14
14
  type: 'array',
15
15
  items: [],
16
16
  optional: true
17
+ },
18
+ attrs: {
19
+ optional: true,
20
+ props: {
21
+ localId: {
22
+ type: 'string',
23
+ optional: true
24
+ }
25
+ }
17
26
  }
18
27
  }
19
28
  };
@@ -22,6 +22,10 @@ declare const _default: {
22
22
  minimum: number;
23
23
  maximum: number;
24
24
  };
25
+ localId: {
26
+ type: string;
27
+ optional: boolean;
28
+ };
25
29
  };
26
30
  };
27
31
  };
@@ -15,6 +15,15 @@ declare const _default: {
15
15
  items: never[];
16
16
  optional: boolean;
17
17
  };
18
+ attrs: {
19
+ optional: boolean;
20
+ props: {
21
+ localId: {
22
+ type: string;
23
+ optional: boolean;
24
+ };
25
+ };
26
+ };
18
27
  };
19
28
  };
20
29
  export default _default;
@@ -22,6 +22,10 @@ declare const _default: {
22
22
  minimum: number;
23
23
  maximum: number;
24
24
  };
25
+ localId: {
26
+ type: string;
27
+ optional: boolean;
28
+ };
25
29
  };
26
30
  };
27
31
  };
@@ -15,6 +15,15 @@ declare const _default: {
15
15
  items: never[];
16
16
  optional: boolean;
17
17
  };
18
+ attrs: {
19
+ optional: boolean;
20
+ props: {
21
+ localId: {
22
+ type: string;
23
+ optional: boolean;
24
+ };
25
+ };
26
+ };
18
27
  };
19
28
  };
20
29
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-utils",
3
- "version": "19.0.31",
3
+ "version": "19.1.0",
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.12.1",
44
+ "@atlaskit/adf-schema": "^35.12.2",
45
45
  "@atlaskit/codemod-utils": "^4.2.0",
46
46
  "@atlaskit/platform-feature-flags": "^0.2.0",
47
47
  "@babel/runtime": "^7.0.0"