@marvr/storyblok-rich-text-types
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -147,2 +147,3 @@ declare enum NodeTypes { | ||
linktype: LinkTypes; | ||
anchor: string | null; | ||
} | ||
@@ -149,0 +150,0 @@ interface LinkNode extends Node { |
{ | ||
"name": "@marvr/storyblok-rich-text-types", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "rich-text", |
@@ -199,2 +199,3 @@ export enum NodeTypes { | ||
linktype: LinkTypes | ||
anchor: string | null | ||
} | ||
@@ -201,0 +202,0 @@ |
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
18189
606