@arkitektbedriftene/fe-lib 0.4.31 → 0.4.32

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.
@@ -9,3 +9,4 @@ export * from './Plugins/TableEditPlugin';
9
9
  export * from './Plugins/LinkInsertPlugin';
10
10
  export * from './Plugins/LinkEditPlugin';
11
11
  export * from './Plugins/RutineLinkNode';
12
+ export * from './Plugins/LinkTargetNode';
@@ -1354,6 +1354,7 @@ export {
1354
1354
  vr as FloatingToolbar,
1355
1355
  gn as InsertSelector,
1356
1356
  bn as LinkEditPlugin,
1357
+ W as LinkTargetNode,
1357
1358
  kn as LinkToolbarButton,
1358
1359
  hn as RichTextEditor,
1359
1360
  Mr as RichTextToolbar,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkitektbedriftene/fe-lib",
3
- "version": "0.4.31",
3
+ "version": "0.4.32",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {