@etrepum/lexical-builder-list 0.0.34 → 0.0.36-nightly.20240813.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/dist/registerList.d.ts +0 -1
- package/package.json +12 -8
package/dist/index.js
CHANGED
package/dist/registerList.d.ts
CHANGED
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"test:watch": "vitest",
|
16
16
|
"lint": "eslint"
|
17
17
|
},
|
18
|
-
"version": "0.0.
|
18
|
+
"version": "0.0.36-nightly.20240813.0",
|
19
19
|
"license": "MIT",
|
20
20
|
"repository": {
|
21
21
|
"type": "git",
|
@@ -43,14 +43,18 @@
|
|
43
43
|
"eslint": "^8.57.0",
|
44
44
|
"jsdom": "^24.1.0",
|
45
45
|
"tslib": "^2.6.2",
|
46
|
-
"typescript": "^5.
|
47
|
-
"vite": "^5.
|
48
|
-
"vite-plugin-dts": "
|
49
|
-
"vite-plugin-package-version": "
|
50
|
-
"vitest": "
|
46
|
+
"typescript": "^5.5.2",
|
47
|
+
"vite": "^5.4.0",
|
48
|
+
"vite-plugin-dts": "^4.0.2",
|
49
|
+
"vite-plugin-package-version": "^1.1.0",
|
50
|
+
"vitest": "^2.0.5"
|
51
|
+
},
|
52
|
+
"exports": {
|
53
|
+
".": {
|
54
|
+
"types": "./dist/index.d.ts",
|
55
|
+
"default": "./dist/index.js"
|
56
|
+
}
|
51
57
|
},
|
52
|
-
"module": "dist/index.js",
|
53
|
-
"types": "dist/index.d.ts",
|
54
58
|
"files": [
|
55
59
|
"dist"
|
56
60
|
]
|