@tiptap/extension-heading
Advanced tools
Comparing version 2.0.0-beta.209 to 2.0.0-beta.210
{ | ||
"name": "@tiptap/extension-heading", | ||
"description": "heading extension for tiptap", | ||
"version": "2.0.0-beta.209", | ||
"version": "2.0.0-beta.210", | ||
"homepage": "https://tiptap.dev", | ||
@@ -18,11 +18,10 @@ "keywords": [ | ||
".": { | ||
"types": "./dist/packages/extension-heading/src/index.d.ts", | ||
"import": "./dist/tiptap-extension-heading.esm.js", | ||
"require": "./dist/tiptap-extension-heading.cjs" | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "dist/tiptap-extension-heading.cjs", | ||
"umd": "dist/tiptap-extension-heading.umd.js", | ||
"module": "dist/tiptap-extension-heading.esm.js", | ||
"types": "dist/packages/extension-heading/src/index.d.ts", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
@@ -33,6 +32,6 @@ "src", | ||
"peerDependencies": { | ||
"@tiptap/core": "^2.0.0-beta.193" | ||
"@tiptap/core": "^2.0.0-beta.209" | ||
}, | ||
"devDependencies": { | ||
"@tiptap/core": "^2.0.0-beta.209" | ||
"@tiptap/core": "^2.0.0-beta.210" | ||
}, | ||
@@ -43,3 +42,17 @@ "repository": { | ||
"directory": "packages/extension-heading" | ||
}, | ||
"scripts": { | ||
"build": "tsup" | ||
}, | ||
"tsup": { | ||
"entry": [ | ||
"src/index.ts" | ||
], | ||
"dts": true, | ||
"splitting": true, | ||
"format": [ | ||
"esm", | ||
"cjs" | ||
] | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
9096
7
263
1