@lexical/text 0.14.3 → 0.14.4
Sign up to get free protection for your applications and to get access to all the features.
- package/index.d.ts +0 -1
- package/package.json +6 -2
package/index.d.ts
CHANGED
package/package.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
"text"
|
10
10
|
],
|
11
11
|
"license": "MIT",
|
12
|
-
"version": "0.14.
|
12
|
+
"version": "0.14.4",
|
13
13
|
"main": "LexicalText.js",
|
14
14
|
"types": "index.d.ts",
|
15
15
|
"repository": {
|
@@ -23,16 +23,20 @@
|
|
23
23
|
".": {
|
24
24
|
"import": {
|
25
25
|
"types": "./index.d.ts",
|
26
|
+
"development": "./LexicalText.dev.mjs",
|
27
|
+
"production": "./LexicalText.prod.mjs",
|
26
28
|
"node": "./LexicalText.node.mjs",
|
27
29
|
"default": "./LexicalText.mjs"
|
28
30
|
},
|
29
31
|
"require": {
|
30
32
|
"types": "./index.d.ts",
|
33
|
+
"development": "./LexicalText.dev.js",
|
34
|
+
"production": "./LexicalText.prod.js",
|
31
35
|
"default": "./LexicalText.js"
|
32
36
|
}
|
33
37
|
}
|
34
38
|
},
|
35
39
|
"dependencies": {
|
36
|
-
"lexical": "0.14.
|
40
|
+
"lexical": "0.14.4"
|
37
41
|
}
|
38
42
|
}
|