@prosekit/lit 0.3.5 → 0.3.6

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.
@@ -4,6 +4,7 @@ import { AutocompleteListElement as AutocompleteList } from '@prosekit/web/autoc
4
4
  import { AutocompletePopoverElement as AutocompletePopover } from '@prosekit/web/autocomplete';
5
5
  import { BlockDragHandleElement as BlockDragHandle } from '@prosekit/web/block-handle';
6
6
  import { BlockPopoverElement as BlockPopover } from '@prosekit/web/block-handle';
7
+ import { config as default_alias_1 } from '@prosekit/dev/config-vitest';
7
8
  import { InlinePopoverElement as InlinePopover } from '@prosekit/web/inline-popover';
8
9
  import { Options } from 'tsup';
9
10
  import { PopoverContentElement as PopoverContent } from '@prosekit/web/popover';
@@ -29,11 +30,7 @@ export { BlockPopover }
29
30
 
30
31
  export declare const default_alias: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
31
32
 
32
- export declare const default_alias_1: {
33
- test: {
34
- environment: "jsdom";
35
- };
36
- };
33
+ export { default_alias_1 }
37
34
 
38
35
  export { InlinePopover }
39
36
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prosekit/lit",
3
3
  "type": "module",
4
- "version": "0.3.5",
4
+ "version": "0.3.6",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",
@@ -65,12 +65,12 @@
65
65
  "dist"
66
66
  ],
67
67
  "dependencies": {
68
- "@prosekit/web": "^0.2.1"
68
+ "@prosekit/web": "^0.2.2"
69
69
  },
70
70
  "devDependencies": {
71
71
  "tsup": "^8.1.0",
72
- "typescript": "^5.5.2",
73
- "vitest": "^1.6.0",
72
+ "typescript": "^5.5.3",
73
+ "vitest": "^2.0.0-beta.13",
74
74
  "@prosekit/dev": "0.0.0"
75
75
  },
76
76
  "scripts": {