@contentful/rich-text-types
Advanced tools
Comparing version 16.8.1 to 16.8.2
@@ -29,3 +29,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.helpers = exports.EMPTY_DOCUMENT = exports.MARKS = exports.INLINES = exports.BLOCKS = void 0; | ||
exports.getSchemaWithNodeType = exports.helpers = exports.EMPTY_DOCUMENT = exports.MARKS = exports.INLINES = exports.BLOCKS = void 0; | ||
var blocks_1 = require("./blocks"); | ||
@@ -44,2 +44,4 @@ Object.defineProperty(exports, "BLOCKS", { enumerable: true, get: function () { return blocks_1.BLOCKS; } }); | ||
exports.helpers = helpers; | ||
var schemas_1 = require("./schemas"); | ||
Object.defineProperty(exports, "getSchemaWithNodeType", { enumerable: true, get: function () { return schemas_1.getSchemaWithNodeType; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -10,1 +10,2 @@ export { BLOCKS } from './blocks'; | ||
export { helpers }; | ||
export { getSchemaWithNodeType } from './schemas'; |
{ | ||
"name": "@contentful/rich-text-types", | ||
"version": "16.8.1", | ||
"version": "16.8.2", | ||
"main": "dist/index.js", | ||
@@ -36,3 +36,3 @@ "typings": "dist/types/index.d.ts", | ||
}, | ||
"gitHead": "ded6d12f1561a6a10c25e708a111b0687eeee69c" | ||
"gitHead": "f8be2b22478bde3039cea21767058a17665a002e" | ||
} |
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
140317
4939