@prismicio/richtext
Advanced tools
Comparing version 2.0.0-beta.0 to 2.0.0-beta.1
@@ -0,0 +0,0 @@ import { RichTextNodeType, RTAnyNode, RTHeading1Node, RTHeading2Node, RTHeading3Node, RTHeading4Node, RTHeading5Node, RTHeading6Node, RTParagraphNode, RTPreformattedNode, RTStrongNode, RTEmNode, RTListItemNode, RTOListItemNode, RTListNode, RTOListNode, RTImageNode, RTEmbedNode, RTLinkNode, RTLabelNode, RTSpanNode, RTNode, RichTextField } from '@prismicio/types'; |
{ | ||
"name": "@prismicio/richtext", | ||
"version": "2.0.0-beta.0", | ||
"version": "2.0.0-beta.1", | ||
"description": "A parser and serializer for Prismic's Rich Text format", | ||
@@ -15,2 +15,3 @@ "keywords": [ | ||
"author": "Prismic <contact@prismic.io> (https://prismic.io)", | ||
"sideEffects": false, | ||
"type": "module", | ||
@@ -45,9 +46,9 @@ "exports": { | ||
"dependencies": { | ||
"@prismicio/types": "^0.1.13" | ||
"@prismicio/types": "^0.1.15" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.32.0", | ||
"@typescript-eslint/parser": "^4.32.0", | ||
"@typescript-eslint/eslint-plugin": "^5.0.0", | ||
"@typescript-eslint/parser": "^5.0.0", | ||
"ava": "^3.15.0", | ||
"eslint": "^7.32.0", | ||
"eslint": "^8.0.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
@@ -62,3 +63,3 @@ "eslint-plugin-prettier": "^4.0.0", | ||
"ts-eager": "^2.0.2", | ||
"typescript": "^4.4.3" | ||
"typescript": "^4.4.4" | ||
}, | ||
@@ -65,0 +66,0 @@ "engines": { |
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
80760
Updated@prismicio/types@^0.1.15