@contentful/rich-text-html-renderer
Advanced tools
Comparing version 16.1.1 to 16.1.2
@@ -164,5 +164,5 @@ 'use strict'; | ||
INLINES["ASSET_HYPERLINK"] = "asset-hyperlink"; | ||
// RESOURCE_HYPERLINK = 'resource-hyperlink', | ||
INLINES["RESOURCE_HYPERLINK"] = "resource-hyperlink"; | ||
INLINES["EMBEDDED_ENTRY"] = "embedded-entry-inline"; | ||
// EMBEDDED_RESOURCE = 'embedded-resource-inline', | ||
INLINES["EMBEDDED_RESOURCE"] = "embedded-resource-inline"; | ||
})(INLINES = exports.INLINES || (exports.INLINES = {})); | ||
@@ -169,0 +169,0 @@ |
{ | ||
"name": "@contentful/rich-text-html-renderer", | ||
"version": "16.1.1", | ||
"version": "16.1.2", | ||
"main": "dist/rich-text-html-renderer.es5.js", | ||
@@ -28,3 +28,3 @@ "typings": "dist/types/index.d.ts", | ||
"dependencies": { | ||
"@contentful/rich-text-types": "^16.2.1", | ||
"@contentful/rich-text-types": "^16.3.0", | ||
"escape-html": "^1.0.3" | ||
@@ -48,3 +48,3 @@ }, | ||
}, | ||
"gitHead": "1b6c677c7be0799a86d013e42063cad707b04786" | ||
"gitHead": "389cd33b123eac2f426420fdabf130f7d59a49b8" | ||
} |
Sorry, the diff of this file is not supported yet
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
119773