@etrepum/lexical-builder-list 0.0.34 → 0.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -166,7 +166,7 @@ function _(e, l, r) {
166
166
  }
167
167
  }), !1;
168
168
  }
169
- const q = "0.0.34";
169
+ const q = "0.0.35";
170
170
  export {
171
171
  j as CheckListPlan,
172
172
  U as ListPlan,
@@ -1,4 +1,3 @@
1
1
  import { LexicalEditor } from 'lexical';
2
-
3
2
  export declare function registerList(editor: LexicalEditor): () => void;
4
3
  //# sourceMappingURL=registerList.d.ts.map
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",
@@ -43,14 +43,18 @@
43
43
  "eslint": "^8.57.0",
44
44
  "jsdom": "^24.1.0",
45
45
  "tslib": "^2.6.2",
46
- "typescript": "^5.4.5",
47
- "vite": "^5.2.11",
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
  ]