@ixo/editor 6.16.0 → 6.16.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.
@@ -8,7 +8,7 @@ import {
8
8
  setFormAnswers,
9
9
  swapFlowBlocks,
10
10
  updateNodeRuntime
11
- } from "../chunk-6IOOGDDS.js";
11
+ } from "../chunk-SSHQ3OTO.js";
12
12
  import {
13
13
  FlowAgentService,
14
14
  LATEST_VERSION,
@@ -134,7 +134,7 @@ import {
134
134
  verifyCompletion,
135
135
  writeCompiledBlocksToFragment,
136
136
  writeRunRecordAndReconcile
137
- } from "../chunk-TFY73KIE.js";
137
+ } from "../chunk-WYIBJ24C.js";
138
138
  import {
139
139
  computeCID,
140
140
  computeJsonCID
package/dist/index.js CHANGED
@@ -30,8 +30,8 @@ import {
30
30
  useCreateIxoEditor,
31
31
  useTrackBlockFocus,
32
32
  useTranslate
33
- } from "./chunk-MR37B67W.js";
34
- import "./chunk-6IOOGDDS.js";
33
+ } from "./chunk-EWKSBZ62.js";
34
+ import "./chunk-SSHQ3OTO.js";
35
35
  import {
36
36
  FlowAgentService,
37
37
  acquireFlowAgentLease,
@@ -70,7 +70,7 @@ import {
70
70
  tickFlowAgent,
71
71
  validateAgentCommand,
72
72
  validateFlowAgentLease
73
- } from "./chunk-TFY73KIE.js";
73
+ } from "./chunk-WYIBJ24C.js";
74
74
 
75
75
  // src/index.ts
76
76
  import { cloneDocument } from "@ixo/matrix-crdt";
@@ -84,13 +84,13 @@ import {
84
84
  usePanelStore,
85
85
  useRegisterOpenSurvey,
86
86
  useTrackBlockFocus
87
- } from "../chunk-MR37B67W.js";
87
+ } from "../chunk-EWKSBZ62.js";
88
88
  import {
89
89
  didToMatrixUserId,
90
90
  findOrCreateDMRoom,
91
91
  getHomeserver,
92
92
  sendDirectMessage
93
- } from "../chunk-TFY73KIE.js";
93
+ } from "../chunk-WYIBJ24C.js";
94
94
 
95
95
  // src/mantine/components/DebugButton.tsx
96
96
  import React from "react";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixo/editor",
3
- "version": "6.16.0",
3
+ "version": "6.16.1",
4
4
  "description": "A custom BlockNote editor wrapper for IXO team",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",