Comparing version 1.9.0 to 1.10.0
{ | ||
"name": "ttspec", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "TT Specifications", | ||
"main": "index.js", | ||
"scripts": { | ||
"prepublishOnly": "json2ts ttninjs-schema_1.0.json ttninjs_10.ts & json2ts ttninjs-schema_1.1.json ttninjs_11.ts" | ||
}, | ||
"repository": { | ||
@@ -13,3 +16,6 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/ttab/ttspec" | ||
"homepage": "https://github.com/ttab/ttspec", | ||
"devDependencies": { | ||
"json-schema-to-typescript": "^7.1.0" | ||
} | ||
} |
@@ -726,13 +726,16 @@ { | ||
}, | ||
"replacedby": { | ||
"description": "$$TT: The identifier of the news object this one is replaced by.", | ||
"type": "string", | ||
"format": "uri" | ||
"replacedby" : { | ||
"description" : "$$TT: The identifier of the news object this one is replaced by.", | ||
"type" : "string", | ||
"format" : "uri" | ||
}, | ||
"associations": { | ||
"description": "Content of news objects which are associated with this news object.", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"patternProperties": { | ||
"^[a-zA-Z0-9]+": {"$ref": "https://tt.se/spec/ttninjs/ttninjs-schema_1.0.json#"} | ||
"associations" : { | ||
"description" : "Content of news objects which are associated with this news object.", | ||
"type" : "object", | ||
"additionalProperties" : false, | ||
"patternProperties" : { | ||
"^[a-zA-Z0-9]+" : { | ||
"$ref": "#" | ||
} | ||
} | ||
@@ -781,2 +784,2 @@ }, | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
160616
12
3778
0
1