@clepit/core 0.5.0-beta.357 → 0.5.0-beta.374

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/types.d.ts CHANGED
@@ -996,6 +996,7 @@ export type EditorConfig = {
996
996
  };
997
997
  onInlineRewrite?: (selection: string, action: InlineRewriteAction) => Promise<string | null>;
998
998
  inlineRewriteLabels?: Partial<Record<InlineRewriteAction, string>>;
999
+ inlineRewriteTooltip?: string;
999
1000
  blockToolLabels?: Partial<Record<BlockToolType, string>>;
1000
1001
  blockToolbarLabels?: Partial<Record<BlockToolbarLabel, string>>;
1001
1002
  resolveLink?: (url: string) => Promise<Partial<EmbedData>>;
package/package.json CHANGED
@@ -5,12 +5,12 @@
5
5
  "devDependencies": {
6
6
  "@bomdisoft/store": "0.0.0",
7
7
  "@bomdisoft/typescript-config": "0.0.0",
8
- "@happy-dom/global-registrator": "^20.11.6",
9
- "@types/bun": "^1.4.0",
10
- "terser": "^5.50.0",
8
+ "@happy-dom/global-registrator": "^20.14.0",
9
+ "@types/bun": "^1.4.1",
10
+ "terser": "^5.51.2",
11
11
  "typescript": "^6.0.3",
12
12
  "vite": "^8.2.2",
13
- "vite-plugin-dts": "^5.0.3"
13
+ "vite-plugin-dts": "^5.1.0"
14
14
  },
15
15
  "exports": {
16
16
  ".": {
@@ -53,5 +53,5 @@
53
53
  },
54
54
  "sideEffects": false,
55
55
  "types": "dist/index.d.ts",
56
- "version": "0.5.0-beta.357"
56
+ "version": "0.5.0-beta.374"
57
57
  }