@etrepum/lexical-builder-core 0.0.26 → 0.0.27-nightly.20240628.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
@@ -10,10 +10,10 @@ function f(n, t) {
|
|
10
10
|
function c(n, t) {
|
11
11
|
return [n, t];
|
12
12
|
}
|
13
|
-
function
|
13
|
+
function i(n) {
|
14
14
|
return n;
|
15
15
|
}
|
16
|
-
function
|
16
|
+
function a(n, t) {
|
17
17
|
if (!t || n === t)
|
18
18
|
return n;
|
19
19
|
for (const u in t)
|
@@ -21,13 +21,13 @@ function i(n, t) {
|
|
21
21
|
return { ...n, ...t };
|
22
22
|
return n;
|
23
23
|
}
|
24
|
-
const o = "0.0.
|
24
|
+
const o = "0.0.27-nightly.20240628.0";
|
25
25
|
export {
|
26
26
|
o as PACKAGE_VERSION,
|
27
27
|
r as configPlan,
|
28
28
|
c as declarePeerDependency,
|
29
29
|
e as definePlan,
|
30
30
|
f as provideOutput,
|
31
|
-
|
32
|
-
|
31
|
+
i as safeCast,
|
32
|
+
a as shallowMergeConfig
|
33
33
|
};
|