@contentful/rich-text-types
Advanced tools
Comparing version 16.3.3 to 16.3.4
@@ -29,3 +29,3 @@ "use strict"; | ||
BLOCKS["TABLE_HEADER_CELL"] = "table-header-cell"; | ||
})(BLOCKS = exports.BLOCKS || (exports.BLOCKS = {})); | ||
})(BLOCKS || (exports.BLOCKS = BLOCKS = {})); | ||
//# sourceMappingURL=blocks.js.map |
@@ -15,3 +15,3 @@ "use strict"; | ||
INLINES["EMBEDDED_RESOURCE"] = "embedded-resource-inline"; | ||
})(INLINES = exports.INLINES || (exports.INLINES = {})); | ||
})(INLINES || (exports.INLINES = INLINES = {})); | ||
//# sourceMappingURL=inlines.js.map |
export {}; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { Document } from './types'; |
@@ -0,0 +0,0 @@ import { Node, Block, Inline, Text } from './types'; |
@@ -0,0 +0,0 @@ export { BLOCKS } from './blocks'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { BLOCKS } from './blocks'; |
@@ -0,0 +0,0 @@ import { BLOCKS } from './blocks'; |
@@ -0,0 +0,0 @@ export declare type PrimitiveType = number | boolean | string | null; |
@@ -0,0 +0,0 @@ import { BLOCKS } from './blocks'; |
{ | ||
"name": "@contentful/rich-text-types", | ||
"version": "16.3.3", | ||
"version": "16.3.4", | ||
"main": "dist/index.js", | ||
@@ -45,8 +45,7 @@ "typings": "dist/types/index.d.ts", | ||
"ts-node": "^10.2.1", | ||
"tslib": "^2.3.1", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.4.2", | ||
"typescript": "^5.3.2", | ||
"typescript-json-schema": "^0.50.1" | ||
}, | ||
"gitHead": "50a44e718bd2399459c2d00863ea048e06611952" | ||
"gitHead": "1fbcc367918c03ed6eea7bd9f36a859026ef8cfb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
18
146970