@etrepum/lexical-builder-devtools-core 0.0.27-nightly.20240628.0 → 0.0.27
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 +5 -5
package/dist/index.js
CHANGED
@@ -79,7 +79,7 @@ const S = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
79
79
|
Component: () => /* @__PURE__ */ d(y, { children: /* @__PURE__ */ d(M, { editor: t }) })
|
80
80
|
});
|
81
81
|
}
|
82
|
-
}), k = "0.0.27
|
82
|
+
}), k = "0.0.27";
|
83
83
|
export {
|
84
84
|
m as BuilderGraphComponent,
|
85
85
|
T as BuilderGraphPlan,
|
package/package.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
"lint": "eslint",
|
17
17
|
"test:watch": "vitest"
|
18
18
|
},
|
19
|
-
"version": "0.0.27
|
19
|
+
"version": "0.0.27",
|
20
20
|
"license": "MIT",
|
21
21
|
"repository": {
|
22
22
|
"type": "git",
|
@@ -36,10 +36,10 @@
|
|
36
36
|
"pako": "^2.1.0"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
39
|
-
"@lexical/react": ">=0.16.
|
40
|
-
"@lexical/text": ">=0.16.
|
41
|
-
"@lexical/utils": ">=0.16.
|
42
|
-
"lexical": ">=0.16.
|
39
|
+
"@lexical/react": ">=0.16.1-nightly.20240626",
|
40
|
+
"@lexical/text": ">=0.16.1-nightly.20240626",
|
41
|
+
"@lexical/utils": ">=0.16.1-nightly.20240626",
|
42
|
+
"lexical": ">=0.16.1-nightly.20240626",
|
43
43
|
"react": ">=18"
|
44
44
|
},
|
45
45
|
"sideEffects": false,
|