@etrepum/lexical-emoji-plan 0.0.26-nightly.20240626.0 → 0.0.27-nightly.20240627.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -34,7 +34,7 @@ function b(a) {
|
|
34
34
|
}
|
35
35
|
const w = "@etrepum/lexical-builder/emoji-plan", q = h({
|
36
36
|
config: p({
|
37
|
-
emojiBaseUrl: "https://cdn.jsdelivr.net/npm/@etrepum/lexical-emoji-plan@0.0.
|
37
|
+
emojiBaseUrl: "https://cdn.jsdelivr.net/npm/@etrepum/lexical-emoji-plan@0.0.27-nightly.20240627.0/dist/emoji",
|
38
38
|
emojiClass: "emoji-node",
|
39
39
|
emojiLoadedClass: "emoji-node-loaded"
|
40
40
|
}),
|
@@ -72,7 +72,7 @@ const w = "@etrepum/lexical-builder/emoji-plan", q = h({
|
|
72
72
|
e.clear();
|
73
73
|
}
|
74
74
|
);
|
75
|
-
return import("./_textNodeTransform-
|
75
|
+
return import("./_textNodeTransform-CFlcpsjA.js").then(({ $textNodeTransform: l }) => {
|
76
76
|
r.signal.aborted || (o = m(
|
77
77
|
o,
|
78
78
|
a.registerNodeTransform(f, l)
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -12,10 +12,11 @@
|
|
12
12
|
"scripts": {
|
13
13
|
"build": "tsc --noEmit && vite build",
|
14
14
|
"dev": "vite",
|
15
|
+
"lint": "eslint",
|
15
16
|
"test": "vitest run",
|
16
17
|
"test:watch": "vitest"
|
17
18
|
},
|
18
|
-
"version": "0.0.
|
19
|
+
"version": "0.0.27-nightly.20240627.0",
|
19
20
|
"license": "MIT",
|
20
21
|
"repository": {
|
21
22
|
"type": "git",
|
@@ -36,9 +37,11 @@
|
|
36
37
|
},
|
37
38
|
"sideEffects": false,
|
38
39
|
"devDependencies": {
|
40
|
+
"@repo/eslint-config": "*",
|
39
41
|
"@testing-library/dom": "^10.1.0",
|
40
42
|
"@testing-library/jest-dom": "^6.4.5",
|
41
43
|
"@testing-library/user-event": "^14.5.2",
|
44
|
+
"eslint": "^8.57.0",
|
42
45
|
"jsdom": "^24.1.0",
|
43
46
|
"tslib": "^2.6.2",
|
44
47
|
"typescript": "^5.4.5",
|