@steedos-widgets/liveblocks 6.10.54-beta.13 → 6.10.54-beta.15

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.
package/dist/meta.js CHANGED
@@ -261,6 +261,11 @@
261
261
  label: "Base URL",
262
262
  value: "m-2 flex flex-col gap-y-2"
263
263
  },
264
+ {
265
+ type: "text",
266
+ name: "defaultMentionSuggestionsApi",
267
+ label: "默认@用户接口"
268
+ },
264
269
  ],
265
270
  },
266
271
  } });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/liveblocks",
3
3
  "private": false,
4
- "version": "6.10.54-beta.13",
4
+ "version": "6.10.54-beta.15",
5
5
  "main": "dist/liveblocks.cjs.js",
6
6
  "module": "dist/liveblocks.esm.js",
7
7
  "unpkg": "dist/liveblocks.umd.js",
@@ -59,5 +59,5 @@
59
59
  "i18next": "24.2.2",
60
60
  "react-error-boundary": "^4.1.2"
61
61
  },
62
- "gitHead": "9ae67dafa0ede91905372954b569c2735fef3149"
62
+ "gitHead": "99b33d0d2f08b4649bda3132f8f17c5e5ac876cd"
63
63
  }