@etrepum/lexical-builder-table 0.0.34 → 0.0.35

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { ReadableStore } from '@etrepum/lexical-builder';
2
-
3
2
  export declare const PACKAGE_VERSION: string;
4
3
  export interface TableConfig {
5
4
  hasCellMerge: boolean;
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ function w(a, c, ...C) {
8
8
  C.reduce((f, p) => f.replace("%s", String(p)), c || "")
9
9
  );
10
10
  }
11
- const Q = "0.0.34", U = z({
11
+ const Q = "0.0.35", U = z({
12
12
  name: "@lexical/table",
13
13
  nodes: [N, x, T],
14
14
  config: V({
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "test:watch": "vitest",
16
16
  "lint": "eslint"
17
17
  },
18
- "version": "0.0.34",
18
+ "version": "0.0.35",
19
19
  "license": "MIT",
20
20
  "repository": {
21
21
  "type": "git",
@@ -40,17 +40,21 @@
40
40
  "@testing-library/jest-dom": "*",
41
41
  "@testing-library/user-event": "*",
42
42
  "@repo/eslint-config": "*",
43
- "eslint": "*",
43
+ "eslint": "^8.57.0",
44
44
  "jsdom": "*",
45
45
  "tslib": "*",
46
- "typescript": "*",
47
- "vite": "*",
48
- "vite-plugin-dts": "*",
49
- "vite-plugin-package-version": "*",
50
- "vitest": "*"
46
+ "typescript": "^5.5.2",
47
+ "vite": "^5.4.0",
48
+ "vite-plugin-dts": "^4.0.2",
49
+ "vite-plugin-package-version": "^1.1.0",
50
+ "vitest": "^2.0.5"
51
+ },
52
+ "exports": {
53
+ ".": {
54
+ "types": "./dist/index.d.ts",
55
+ "default": "./dist/index.js"
56
+ }
51
57
  },
52
- "module": "dist/index.js",
53
- "types": "dist/index.d.ts",
54
58
  "files": [
55
59
  "dist"
56
60
  ]