@etrepum/lexical-builder-core 0.0.31-nightly.20240724.0 → 0.0.31
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +5 -5
- package/package.json +5 -5
package/dist/index.js
CHANGED
@@ -15,10 +15,10 @@ function f(n, t) {
|
|
15
15
|
function c(n, t) {
|
16
16
|
return [n, t];
|
17
17
|
}
|
18
|
-
function
|
18
|
+
function a(n) {
|
19
19
|
return n;
|
20
20
|
}
|
21
|
-
function
|
21
|
+
function i(n, t) {
|
22
22
|
if (!t || n === t)
|
23
23
|
return n;
|
24
24
|
for (const u in t)
|
@@ -26,13 +26,13 @@ function a(n, t) {
|
|
26
26
|
return { ...n, ...t };
|
27
27
|
return n;
|
28
28
|
}
|
29
|
-
const o = "0.0.31
|
29
|
+
const o = "0.0.31";
|
30
30
|
export {
|
31
31
|
o as PACKAGE_VERSION,
|
32
32
|
r as configPlan,
|
33
33
|
c as declarePeerDependency,
|
34
34
|
e as definePlan,
|
35
35
|
f as provideOutput,
|
36
|
-
|
37
|
-
|
36
|
+
a as safeCast,
|
37
|
+
i as shallowMergeConfig
|
38
38
|
};
|
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.31
|
18
|
+
"version": "0.0.31",
|
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.16.2-nightly.
|
30
|
+
"lexical": ">=0.16.2-nightly.20240724"
|
31
31
|
},
|
32
32
|
"sideEffects": false,
|
33
33
|
"devDependencies": {
|
@@ -40,9 +40,9 @@
|
|
40
40
|
"tslib": "^2.6.2",
|
41
41
|
"typescript": "^5.4.5",
|
42
42
|
"vite": "^5.2.11",
|
43
|
-
"vite-plugin-dts": "
|
44
|
-
"vite-plugin-package-version": "
|
45
|
-
"vitest": "
|
43
|
+
"vite-plugin-dts": "*",
|
44
|
+
"vite-plugin-package-version": "*",
|
45
|
+
"vitest": "*"
|
46
46
|
},
|
47
47
|
"module": "dist/index.js",
|
48
48
|
"types": "dist/index.d.ts",
|