@liveblocks/emails 2.17.0-usrnotsettings2 → 2.17.0
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/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { detectDupes } from "@liveblocks/core";
|
|
|
3
3
|
|
|
4
4
|
// src/version.ts
|
|
5
5
|
var PKG_NAME = "@liveblocks/emails";
|
|
6
|
-
var PKG_VERSION = "2.17.0
|
|
6
|
+
var PKG_VERSION = "2.17.0";
|
|
7
7
|
var PKG_FORMAT = "esm";
|
|
8
8
|
|
|
9
9
|
// ../../node_modules/lib0/map.js
|
|
@@ -7691,10 +7691,7 @@ function createBatchUsersResolver({
|
|
|
7691
7691
|
}
|
|
7692
7692
|
|
|
7693
7693
|
// src/liveblocks-text-editor.tsx
|
|
7694
|
-
import {
|
|
7695
|
-
html,
|
|
7696
|
-
htmlSafe
|
|
7697
|
-
} from "@liveblocks/core";
|
|
7694
|
+
import { html, htmlSafe } from "@liveblocks/core";
|
|
7698
7695
|
|
|
7699
7696
|
// src/lib/constants.ts
|
|
7700
7697
|
var MENTION_CHARACTER = "@";
|