@etrepum/lexical-builder-core 0.0.23 → 0.0.24-nightly.20240614.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) {
|
|
10
10
|
function o(n, t) {
|
11
11
|
return Object.assign(() => t && t(), { output: n });
|
12
12
|
}
|
13
|
-
function
|
13
|
+
function i(n, t) {
|
14
14
|
return [n, t];
|
15
15
|
}
|
16
|
-
function
|
16
|
+
function c(n) {
|
17
17
|
return n;
|
18
18
|
}
|
19
19
|
function a(n, t) {
|
@@ -24,14 +24,14 @@ function a(n, t) {
|
|
24
24
|
return { ...n, ...t };
|
25
25
|
return n;
|
26
26
|
}
|
27
|
-
const l = "0.0.
|
27
|
+
const l = "0.0.24-nightly.20240614.0";
|
28
28
|
export {
|
29
29
|
l as PACKAGE_VERSION,
|
30
30
|
f as configPlan,
|
31
|
-
|
31
|
+
i as declarePeerDependency,
|
32
32
|
r as definePlan,
|
33
33
|
u as defineRootPlan,
|
34
34
|
o as provideOutput,
|
35
|
-
|
35
|
+
c as safeCast,
|
36
36
|
a as shallowMergeConfig
|
37
37
|
};
|