@etrepum/lexical-builder-core 0.0.32-nightly.20240808.0 → 0.0.32

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
@@ -15,10 +15,10 @@ function f(n, t) {
15
15
  function c(n, t) {
16
16
  return [n, t];
17
17
  }
18
- function i(n) {
18
+ function a(n) {
19
19
  return n;
20
20
  }
21
- function a(n, t) {
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.32-nightly.20240808.0";
29
+ const o = "0.0.32";
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
- i as safeCast,
37
- a as shallowMergeConfig
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.32-nightly.20240808.0",
18
+ "version": "0.0.32",
19
19
  "license": "MIT",
20
20
  "repository": {
21
21
  "type": "git",