@atlaskit/adf-schema 37.1.37 → 37.1.38

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-schema
2
2
 
3
+ ## 37.1.38
4
+
5
+ ### Patch Changes
6
+
7
+ - f1944e4: throws error if applying validator spec manual override that does not exist
8
+
3
9
  ## 37.1.37
4
10
 
5
11
  ### Patch Changes
@@ -111,13 +111,5 @@ var media = exports.media = (0, _adfSchemaGenerator.adfNode)('media').define({
111
111
  default: null
112
112
  }
113
113
  }]
114
- },
115
- DANGEROUS_MANUAL_OVERRIDE: {
116
- 'validator-spec': {
117
- 'props.attrs[1].props.url.optional': {
118
- remove: true,
119
- reason: '@DSLCompatibilityException - mismatch for validator spec as optional is not specified'
120
- }
121
- }
122
114
  }
123
115
  });
@@ -105,13 +105,5 @@ export const media = adfNode('media').define({
105
105
  default: null
106
106
  }
107
107
  }]
108
- },
109
- DANGEROUS_MANUAL_OVERRIDE: {
110
- 'validator-spec': {
111
- 'props.attrs[1].props.url.optional': {
112
- remove: true,
113
- reason: '@DSLCompatibilityException - mismatch for validator spec as optional is not specified'
114
- }
115
- }
116
108
  }
117
109
  });
@@ -105,13 +105,5 @@ export var media = adfNode('media').define({
105
105
  default: null
106
106
  }
107
107
  }]
108
- },
109
- DANGEROUS_MANUAL_OVERRIDE: {
110
- 'validator-spec': {
111
- 'props.attrs[1].props.url.optional': {
112
- remove: true,
113
- reason: '@DSLCompatibilityException - mismatch for validator spec as optional is not specified'
114
- }
115
- }
116
108
  }
117
109
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-schema",
3
- "version": "37.1.37",
3
+ "version": "37.1.38",
4
4
  "description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@atlassian/adf-schema-json": "^1.16.0",
50
- "@atlaskit/adf-schema-generator": "^1.25.8",
50
+ "@atlaskit/adf-schema-generator": "^1.25.9",
51
51
  "@atlaskit/adf-utils": "^19.2.2",
52
52
  "@atlaskit/codemod-utils": "^4.2.4",
53
53
  "@atlaskit/json-schema-generator": "^3.3.9",