@prosekit/core
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -1416,3 +1416,3 @@ import { AllSelection } from '@prosekit/pm/state'; | ||
*/ | ||
declare const enum Priority { | ||
declare enum Priority { | ||
lowest = 4, | ||
@@ -1419,0 +1419,0 @@ low = 3, |
{ | ||
"name": "@prosekit/core", | ||
"type": "module", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"private": false, | ||
@@ -38,6 +38,6 @@ "author": { | ||
"dependencies": { | ||
"@prosekit/pm": "^0.1.1", | ||
"clsx": "^2.1.0", | ||
"@prosekit/pm": "^0.1.2", | ||
"clsx": "^2.1.1", | ||
"orderedmap": "^2.1.1", | ||
"type-fest": "^4.10.2" | ||
"type-fest": "^4.17.0" | ||
}, | ||
@@ -47,4 +47,4 @@ "devDependencies": { | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.2.2" | ||
"typescript": "^5.4.5", | ||
"vitest": "^1.5.2" | ||
}, | ||
@@ -51,0 +51,0 @@ "scripts": { |
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
116568
Updated@prosekit/pm@^0.1.2
Updatedclsx@^2.1.1
Updatedtype-fest@^4.17.0