@prosekit/core 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1413,7 +1413,7 @@ export { PluginPayload as PluginPayload_alias_1 }
1413
1413
  *
1414
1414
  * @public
1415
1415
  */
1416
- declare const enum Priority {
1416
+ declare enum Priority {
1417
1417
  lowest = 4,
1418
1418
  low = 3,
1419
1419
  default = 2,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prosekit/core",
3
3
  "type": "module",
4
- "version": "0.4.0",
4
+ "version": "0.4.1",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",
@@ -35,16 +35,16 @@
35
35
  "dist"
36
36
  ],
37
37
  "dependencies": {
38
- "@prosekit/pm": "^0.1.1",
39
- "clsx": "^2.1.0",
38
+ "@prosekit/pm": "^0.1.2",
39
+ "clsx": "^2.1.1",
40
40
  "orderedmap": "^2.1.1",
41
- "type-fest": "^4.10.2"
41
+ "type-fest": "^4.17.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@prosekit/dev": "*",
45
45
  "tsup": "^8.0.2",
46
- "typescript": "^5.3.3",
47
- "vitest": "^1.2.2"
46
+ "typescript": "^5.4.5",
47
+ "vitest": "^1.5.2"
48
48
  },
49
49
  "scripts": {
50
50
  "build:tsup": "tsup",