@contentful/rich-text-types
Advanced tools
Comparing version 10.3.0 to 11.0.0
@@ -18,5 +18,2 @@ { | ||
"$ref": "#/definitions/Link<\"Asset\">" | ||
}, | ||
"title": { | ||
"type": "string" | ||
} | ||
@@ -26,4 +23,3 @@ }, | ||
"required": [ | ||
"target", | ||
"title" | ||
"target" | ||
] | ||
@@ -30,0 +26,0 @@ }, |
@@ -18,5 +18,2 @@ { | ||
"$ref": "#/definitions/Link<\"Entry\">" | ||
}, | ||
"title": { | ||
"type": "string" | ||
} | ||
@@ -26,4 +23,3 @@ }, | ||
"required": [ | ||
"target", | ||
"title" | ||
"target" | ||
] | ||
@@ -30,0 +26,0 @@ }, |
@@ -18,5 +18,2 @@ { | ||
"type": "string" | ||
}, | ||
"title": { | ||
"type": "string" | ||
} | ||
@@ -26,3 +23,2 @@ }, | ||
"required": [ | ||
"title", | ||
"uri" | ||
@@ -29,0 +25,0 @@ ] |
@@ -113,3 +113,2 @@ import { Block, Inline, Text, TopLevelBlock } from './types'; | ||
uri: string; | ||
title: string; | ||
}; | ||
@@ -122,3 +121,2 @@ content: Text[]; | ||
target: Link<'Asset'>; | ||
title: string; | ||
}; | ||
@@ -131,3 +129,2 @@ content: Text[]; | ||
target: Link<'Entry'>; | ||
title: string; | ||
}; | ||
@@ -134,0 +131,0 @@ content: Text[]; |
{ | ||
"name": "@contentful/rich-text-types", | ||
"version": "10.3.0", | ||
"version": "11.0.0", | ||
"main": "dist/rich-text-types.es5.js", | ||
@@ -42,3 +42,3 @@ "typings": "dist/types/index.d.ts", | ||
}, | ||
"gitHead": "aacabb3471cfe701c6aab37ebd46111931b448d7" | ||
"gitHead": "fac0724e4b7b2fb93cd54bfc3810e24fca9dd66a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95840
58
3624