@etrepum/lexical-builder-core 0.0.31-nightly.20240724.0 → 0.0.32-nightly.20240725.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 +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ function a(n, t) {
26
26
  return { ...n, ...t };
27
27
  return n;
28
28
  }
29
- const o = "0.0.31-nightly.20240724.0";
29
+ const o = "0.0.32-nightly.20240725.0";
30
30
  export {
31
31
  o as PACKAGE_VERSION,
32
32
  r as configPlan,
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.31-nightly.20240724.0",
18
+ "version": "0.0.32-nightly.20240725.0",
19
19
  "license": "MIT",
20
20
  "repository": {
21
21
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "homepage": "https://github.com/etrepum/lexical-builder",
29
29
  "peerDependencies": {
30
- "lexical": ">=0.16.2-nightly.20240716"
30
+ "lexical": ">=0.16.2-nightly.20240724"
31
31
  },
32
32
  "sideEffects": false,
33
33
  "devDependencies": {
@@ -40,9 +40,9 @@
40
40
  "tslib": "^2.6.2",
41
41
  "typescript": "^5.4.5",
42
42
  "vite": "^5.2.11",
43
- "vite-plugin-dts": "^3.9.1",
44
- "vite-plugin-package-version": "^1.1.0",
45
- "vitest": "^1.6.0"
43
+ "vite-plugin-dts": "*",
44
+ "vite-plugin-package-version": "*",
45
+ "vitest": "*"
46
46
  },
47
47
  "module": "dist/index.js",
48
48
  "types": "dist/index.d.ts",