@blocklet/editor 2.1.184 → 2.1.186
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.
|
@@ -11,7 +11,7 @@ const data = [
|
|
|
11
11
|
name: 'Translate',
|
|
12
12
|
options: ['English', 'Chinese', 'Japanese', 'Korean'],
|
|
13
13
|
icon: 'material-symbols:g-translate',
|
|
14
|
-
data: 'Provide the {1} translation for these sentences: {0}',
|
|
14
|
+
data: 'Provide the {1} translation for these sentences, just return the translation, do not include any other text: {0}',
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
id: 'make-shorter',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/editor",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.186",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
]
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@blocklet/code-editor": "^0.4.
|
|
27
|
+
"@blocklet/code-editor": "^0.4.248",
|
|
28
28
|
"@blocklet/embed": "^0.2.3",
|
|
29
29
|
"@blocklet/js-sdk": "^1.16.40-beta-20250228",
|
|
30
|
-
"@blocklet/pages-kit": "^0.4.
|
|
30
|
+
"@blocklet/pages-kit": "^0.4.16",
|
|
31
31
|
"@excalidraw/excalidraw": "^0.14.2",
|
|
32
32
|
"@iconify/iconify": "^3.1.1",
|
|
33
33
|
"@iconify/icons-tabler": "^1.2.95",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"ufo": "^1.5.4",
|
|
67
67
|
"url-join": "^4.0.1",
|
|
68
68
|
"zustand": "^4.5.5",
|
|
69
|
-
"@blocklet/pdf": "^2.1.
|
|
69
|
+
"@blocklet/pdf": "^2.1.186"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@babel/core": "^7.25.2",
|