@contentful/rich-text-types
Advanced tools
Comparing version 16.6.1 to 16.6.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isText = exports.isBlock = exports.isInline = void 0; | ||
exports.isInline = isInline; | ||
exports.isBlock = isBlock; | ||
exports.isText = isText; | ||
var blocks_1 = require("./blocks"); | ||
@@ -25,3 +27,2 @@ var inlines_1 = require("./inlines"); | ||
} | ||
exports.isInline = isInline; | ||
/** | ||
@@ -33,3 +34,2 @@ * Checks if the node is an instance of Block. | ||
} | ||
exports.isBlock = isBlock; | ||
/** | ||
@@ -41,3 +41,2 @@ * Checks if the node is an instance of Text. | ||
} | ||
exports.isText = isText; | ||
//# sourceMappingURL=helpers.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getSchemaWithNodeType = void 0; | ||
exports.getSchemaWithNodeType = getSchemaWithNodeType; | ||
function getSchemaWithNodeType(nodeType) { | ||
@@ -12,3 +12,2 @@ try { | ||
} | ||
exports.getSchemaWithNodeType = getSchemaWithNodeType; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@contentful/rich-text-types", | ||
"version": "16.6.1", | ||
"version": "16.6.2", | ||
"main": "dist/index.js", | ||
@@ -35,5 +35,5 @@ "typings": "dist/types/index.d.ts", | ||
"ts-jest": "^29.1.2", | ||
"typescript-json-schema": "0.63.0" | ||
"typescript-json-schema": "0.64.0" | ||
}, | ||
"gitHead": "b3299ec5bd672faf47b0f06adb7f1433f3e385ce" | ||
"gitHead": "7a8e612e70e8aa9de555057094233d8bd75d3d23" | ||
} |
Sorry, the diff of this file is not supported yet
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
138113
4921