@blocklet/editor 2.4.8 → 2.4.9
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.
|
@@ -46,5 +46,5 @@ export declare const useStatus: (editor: LexicalEditor) => TranslateStatus | und
|
|
|
46
46
|
export declare const useIsIdle: () => boolean;
|
|
47
47
|
export declare const useIsTranslating: () => boolean;
|
|
48
48
|
export declare const useIsTranslated: () => boolean;
|
|
49
|
-
export declare const useTargetLanguage: () =>
|
|
49
|
+
export declare const useTargetLanguage: () => string;
|
|
50
50
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/editor",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.9",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
]
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@blocklet/code-editor": "^0.4.
|
|
27
|
+
"@blocklet/code-editor": "^0.4.276",
|
|
28
28
|
"@blocklet/embed": "^0.2.5",
|
|
29
|
-
"@blocklet/js-sdk": "^1.16.
|
|
30
|
-
"@blocklet/pages-kit": "^0.
|
|
31
|
-
"@blocklet/pages-kit-runtime": "^0.
|
|
29
|
+
"@blocklet/js-sdk": "^1.16.45",
|
|
30
|
+
"@blocklet/pages-kit": "^0.6.6",
|
|
31
|
+
"@blocklet/pages-kit-runtime": "^0.6.6",
|
|
32
32
|
"@excalidraw/excalidraw": "^0.18.0",
|
|
33
33
|
"@iconify/iconify": "^3.1.1",
|
|
34
34
|
"@iconify/icons-tabler": "^1.2.95",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"ufo": "^1.5.4",
|
|
69
69
|
"url-join": "^4.0.1",
|
|
70
70
|
"zustand": "^4.5.5",
|
|
71
|
-
"@blocklet/pdf": "^2.4.
|
|
71
|
+
"@blocklet/pdf": "^2.4.9"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@babel/core": "^7.25.2",
|