@contentful/rich-text-types
Advanced tools
Comparing version 15.11.0 to 15.11.1
@@ -28,3 +28,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validateRichTextDocument = exports.helpers = exports.EMPTY_DOCUMENT = exports.MARKS = exports.INLINES = exports.BLOCKS = void 0; | ||
exports.helpers = exports.EMPTY_DOCUMENT = exports.MARKS = exports.INLINES = exports.BLOCKS = void 0; | ||
var blocks_1 = require("./blocks"); | ||
@@ -43,4 +43,2 @@ Object.defineProperty(exports, "BLOCKS", { enumerable: true, get: function () { return blocks_1.BLOCKS; } }); | ||
exports.helpers = helpers; | ||
var validation_1 = require("./validation"); | ||
Object.defineProperty(exports, "validateRichTextDocument", { enumerable: true, get: function () { return validation_1.validateRichTextDocument; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -10,2 +10,1 @@ export { BLOCKS } from './blocks'; | ||
export { helpers }; | ||
export { validateRichTextDocument } from './validation'; |
{ | ||
"name": "@contentful/rich-text-types", | ||
"version": "15.11.0", | ||
"version": "15.11.1", | ||
"main": "dist/index.js", | ||
@@ -27,5 +27,2 @@ "typings": "dist/types/index.d.ts", | ||
}, | ||
"dependencies": { | ||
"ajv": "^8.8.2" | ||
}, | ||
"devDependencies": { | ||
@@ -51,3 +48,3 @@ "@types/jest": "^27.0.1", | ||
}, | ||
"gitHead": "38846b2330f1a9a8d1379ef339ee7cf783a3dd68" | ||
"gitHead": "eb5dcd9da415fcbc25c3e935d392a8ad653fbaae" | ||
} |
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
0
114879
68
4502
- Removedajv@^8.8.2
- Removedajv@8.17.1(transitive)
- Removedfast-deep-equal@3.1.3(transitive)
- Removedfast-uri@3.0.3(transitive)
- Removedjson-schema-traverse@1.0.0(transitive)
- Removedrequire-from-string@2.0.2(transitive)