@etrepum/lexical-builder-core 0.0.36-nightly.20240906.0 → 0.0.36-nightly.20240909.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/package.json +2 -2
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"test": "vitest run --typecheck",
|
16
16
|
"test:watch": "vitest"
|
17
17
|
},
|
18
|
-
"version": "0.0.36-nightly.
|
18
|
+
"version": "0.0.36-nightly.20240909.0",
|
19
19
|
"license": "MIT",
|
20
20
|
"repository": {
|
21
21
|
"type": "git",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
},
|
28
28
|
"homepage": "https://github.com/etrepum/lexical-builder",
|
29
29
|
"peerDependencies": {
|
30
|
-
"lexical": ">=0.17.
|
30
|
+
"lexical": ">=0.17.2-nightly.20240906.0"
|
31
31
|
},
|
32
32
|
"sideEffects": false,
|
33
33
|
"devDependencies": {
|