prosekit 0.2.11 → 0.2.12
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.
|
@@ -432,6 +432,7 @@ import { selectTextblockEnd } from '@prosekit/pm/commands';
|
|
|
432
432
|
import { selectTextblockStart } from '@prosekit/pm/commands';
|
|
433
433
|
import { setBlockType } from '@prosekit/core';
|
|
434
434
|
import { setBlockType as setBlockType_alias_1 } from '@prosekit/pm/commands';
|
|
435
|
+
import { setNodeAttrs } from '@prosekit/core';
|
|
435
436
|
import { SimplifyExtension } from '@prosekit/core';
|
|
436
437
|
import { SimplifyUnion } from '@prosekit/core';
|
|
437
438
|
import { Slice } from '@prosekit/pm/model';
|
|
@@ -1355,6 +1356,8 @@ export { setBlockType }
|
|
|
1355
1356
|
|
|
1356
1357
|
export { setBlockType_alias_1 }
|
|
1357
1358
|
|
|
1359
|
+
export { setNodeAttrs }
|
|
1360
|
+
|
|
1358
1361
|
export { SimplifyExtension }
|
|
1359
1362
|
|
|
1360
1363
|
export { SimplifyUnion }
|
package/dist/prosekit-core.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export { addMark } from './_tsup-dts-rollup';
|
|
|
2
2
|
export { insertNode } from './_tsup-dts-rollup';
|
|
3
3
|
export { removeMark } from './_tsup-dts-rollup';
|
|
4
4
|
export { setBlockType } from './_tsup-dts-rollup';
|
|
5
|
+
export { setNodeAttrs } from './_tsup-dts-rollup';
|
|
5
6
|
export { toggleMark } from './_tsup-dts-rollup';
|
|
6
7
|
export { toggleNode } from './_tsup-dts-rollup';
|
|
7
8
|
export { Editor } from './_tsup-dts-rollup';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.12",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -586,8 +586,8 @@
|
|
|
586
586
|
],
|
|
587
587
|
"dependencies": {
|
|
588
588
|
"@prosekit/basic": "0.2.5",
|
|
589
|
-
"@prosekit/core": "0.2.
|
|
590
|
-
"@prosekit/extensions": "0.2.
|
|
589
|
+
"@prosekit/core": "0.2.6",
|
|
590
|
+
"@prosekit/extensions": "0.2.5",
|
|
591
591
|
"@prosekit/lit": "0.1.9",
|
|
592
592
|
"@prosekit/pm": "0.1.1",
|
|
593
593
|
"@prosekit/preact": "0.1.5",
|