@etrepum/lexical-builder-core 0.0.25 → 0.0.26-nightly.20240626.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +5 -5
  2. 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 a(n) {
13
+ function i(n) {
14
14
  return n;
15
15
  }
16
- function i(n, t) {
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.25";
24
+ const o = "0.0.26-nightly.20240626.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
- a as safeCast,
32
- i as shallowMergeConfig
31
+ i as safeCast,
32
+ a as shallowMergeConfig
33
33
  };
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "test": "vitest run --typecheck",
15
15
  "test:watch": "vitest"
16
16
  },
17
- "version": "0.0.25",
17
+ "version": "0.0.26-nightly.20240626.0",
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",