schema.json (angular-cli-11.0.1) | : | schema.json (angular-cli-11.0.2) | ||
---|---|---|---|---|
skipping to change at line 1047 | skipping to change at line 1047 | |||
} | } | |||
] | ] | |||
}, | }, | |||
"fileReplacement": { | "fileReplacement": { | |||
"oneOf": [ | "oneOf": [ | |||
{ | { | |||
"type": "object", | "type": "object", | |||
"properties": { | "properties": { | |||
"src": { | "src": { | |||
"type": "string", | "type": "string", | |||
"pattern": "\\.([cm]?j|t)sx?$" | "pattern": "\\.(([cm]?j|t)sx?|json)$" | |||
}, | }, | |||
"replaceWith": { | "replaceWith": { | |||
"type": "string", | "type": "string", | |||
"pattern": "\\.([cm]?j|t)sx?$" | "pattern": "\\.(([cm]?j|t)sx?|json)$" | |||
} | } | |||
}, | }, | |||
"additionalProperties": false, | "additionalProperties": false, | |||
"required": [ | "required": [ | |||
"src", | "src", | |||
"replaceWith" | "replaceWith" | |||
] | ] | |||
}, | }, | |||
{ | { | |||
"type": "object", | "type": "object", | |||
"properties": { | "properties": { | |||
"replace": { | "replace": { | |||
"type": "string", | "type": "string", | |||
"pattern": "\\.([cm]?j|t)sx?$" | "pattern": "\\.(([cm]?j|t)sx?|json)$" | |||
}, | }, | |||
"with": { | "with": { | |||
"type": "string", | "type": "string", | |||
"pattern": "\\.([cm]?j|t)sx?$" | "pattern": "\\.(([cm]?j|t)sx?|json)$" | |||
} | } | |||
}, | }, | |||
"additionalProperties": false, | "additionalProperties": false, | |||
"required": [ | "required": [ | |||
"replace", | "replace", | |||
"with" | "with" | |||
] | ] | |||
} | } | |||
] | ] | |||
}, | }, | |||
skipping to change at line 1939 | skipping to change at line 1939 | |||
}, | }, | |||
"additionalProperties": false, | "additionalProperties": false, | |||
"definitions": { | "definitions": { | |||
"fileReplacement": { | "fileReplacement": { | |||
"oneOf": [ | "oneOf": [ | |||
{ | { | |||
"type": "object", | "type": "object", | |||
"properties": { | "properties": { | |||
"src": { | "src": { | |||
"type": "string", | "type": "string", | |||
"pattern": "\\.([cm]?j|t)sx?$" | "pattern": "\\.(([cm]?j|t)sx?|json)$" | |||
}, | }, | |||
"replaceWith": { | "replaceWith": { | |||
"type": "string", | "type": "string", | |||
"pattern": "\\.([cm]?j|t)sx?$" | "pattern": "\\.(([cm]?j|t)sx?|json)$" | |||
} | } | |||
}, | }, | |||
"additionalProperties": false, | "additionalProperties": false, | |||
"required": [ | "required": [ | |||
"src", | "src", | |||
"replaceWith" | "replaceWith" | |||
] | ] | |||
}, | }, | |||
{ | { | |||
"type": "object", | "type": "object", | |||
"properties": { | "properties": { | |||
"replace": { | "replace": { | |||
"type": "string", | "type": "string", | |||
"pattern": "\\.([cm]?j|t)sx?$" | "pattern": "\\.(([cm]?j|t)sx?|json)$" | |||
}, | }, | |||
"with": { | "with": { | |||
"type": "string", | "type": "string", | |||
"pattern": "\\.([cm]?j|t)sx?$" | "pattern": "\\.(([cm]?j|t)sx?|json)$" | |||
} | } | |||
}, | }, | |||
"additionalProperties": false, | "additionalProperties": false, | |||
"required": [ | "required": [ | |||
"replace", | "replace", | |||
"with" | "with" | |||
] | ] | |||
} | } | |||
] | ] | |||
} | } | |||
End of changes. 8 change blocks. | ||||
8 lines changed or deleted | 8 lines changed or added |