@etrepum/lexical-builder-core 0.0.31 → 0.0.32-nightly.20240726.0
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 +1 -1
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 i(n) {
|
19
19
|
return n;
|
20
20
|
}
|
21
|
-
function
|
21
|
+
function a(n, t) {
|
22
22
|
if (!t || n === t)
|
23
23
|
return n;
|
24
24
|
for (const u in t)
|
@@ -26,13 +26,13 @@ function i(n, t) {
|
|
26
26
|
return { ...n, ...t };
|
27
27
|
return n;
|
28
28
|
}
|
29
|
-
const o = "0.0.
|
29
|
+
const o = "0.0.32-nightly.20240726.0";
|
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
|
+
i as safeCast,
|
37
|
+
a as shallowMergeConfig
|
38
38
|
};
|