@etrepum/lexical-emoji-plan 0.0.33 → 0.0.35
Sign up to get free protection for your applications and to get access to all the features.
package/dist/EmojiNode.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
"test": "vitest run",
|
17
17
|
"test:watch": "vitest"
|
18
18
|
},
|
19
|
-
"version": "0.0.
|
19
|
+
"version": "0.0.35",
|
20
20
|
"license": "MIT",
|
21
21
|
"repository": {
|
22
22
|
"type": "git",
|
@@ -44,17 +44,21 @@
|
|
44
44
|
"eslint": "^8.57.0",
|
45
45
|
"jsdom": "^24.1.0",
|
46
46
|
"tslib": "^2.6.2",
|
47
|
-
"typescript": "^5.
|
48
|
-
"vite": "^5.
|
47
|
+
"typescript": "^5.5.2",
|
48
|
+
"vite": "^5.4.0",
|
49
49
|
"vite-plugin-data": "^0.2.5",
|
50
|
-
"vite-plugin-dts": "
|
51
|
-
"vite-plugin-package-version": "
|
50
|
+
"vite-plugin-dts": "^4.0.2",
|
51
|
+
"vite-plugin-package-version": "^1.1.0",
|
52
52
|
"vite-plugin-static-copy": "^1.0.5",
|
53
|
-
"vitest": "
|
53
|
+
"vitest": "^2.0.5"
|
54
54
|
},
|
55
55
|
"exports": {
|
56
|
-
".":
|
56
|
+
".": {
|
57
|
+
"types": "./dist/index.d.ts",
|
58
|
+
"default": "./dist/index.js"
|
59
|
+
},
|
57
60
|
"./loadTextNodeTransform": {
|
61
|
+
"types": "./dist/loadTextNodeTransform.d.ts",
|
58
62
|
"browser": "./dist/loadTextNodeTransform.js",
|
59
63
|
"default": "./dist/loadTextNodeTransform.node.js"
|
60
64
|
},
|