@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
@@ -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.
|
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.
|
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",
|