@tachybase/plugin-block-map 1.3.11 → 1.3.13
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/LICENSE +1 -1
- package/dist/externalVersion.js +6 -6
- package/package.json +9 -9
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [2023-
|
|
189
|
+
Copyright [2023-2025] [Tego team]
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.3.
|
|
4
|
-
"@tachybase/server": "1.3.
|
|
5
|
-
"@tachybase/schema": "1.3.
|
|
3
|
+
"@tachybase/client": "1.3.13",
|
|
4
|
+
"@tachybase/server": "1.3.13",
|
|
5
|
+
"@tachybase/schema": "1.3.13",
|
|
6
6
|
"lodash": "4.17.21",
|
|
7
|
-
"@tachybase/components": "1.3.
|
|
7
|
+
"@tachybase/components": "1.3.13",
|
|
8
8
|
"@ant-design/icons": "5.3.7",
|
|
9
9
|
"ahooks": "3.8.4",
|
|
10
10
|
"antd": "5.22.5",
|
|
11
11
|
"react-router-dom": "6.28.1",
|
|
12
|
-
"@tachybase/actions": "1.3.
|
|
13
|
-
"@tachybase/database": "1.3.
|
|
12
|
+
"@tachybase/actions": "1.3.13",
|
|
13
|
+
"@tachybase/database": "1.3.13"
|
|
14
14
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-block-map",
|
|
3
3
|
"displayName": "Block: Map",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.13",
|
|
5
5
|
"description": "Map block, support Gaode map and Google map, you can also extend more map types.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Blocks"
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"react-dom": "~18.3.1",
|
|
25
25
|
"react-i18next": "^15.2.0",
|
|
26
26
|
"react-router-dom": "6.28.1",
|
|
27
|
-
"@tachybase/components": "1.3.
|
|
28
|
-
"@tachybase/schema": "1.3.
|
|
27
|
+
"@tachybase/components": "1.3.13",
|
|
28
|
+
"@tachybase/schema": "1.3.13"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@tachybase/
|
|
32
|
-
"@tachybase/
|
|
33
|
-
"@tachybase/database": "1.3.
|
|
34
|
-
"@tachybase/server": "1.3.
|
|
35
|
-
"@tachybase/test": "1.3.
|
|
36
|
-
"@tachybase/utils": "1.3.
|
|
31
|
+
"@tachybase/client": "1.3.13",
|
|
32
|
+
"@tachybase/actions": "1.3.13",
|
|
33
|
+
"@tachybase/database": "1.3.13",
|
|
34
|
+
"@tachybase/server": "1.3.13",
|
|
35
|
+
"@tachybase/test": "1.3.13",
|
|
36
|
+
"@tachybase/utils": "1.3.13"
|
|
37
37
|
},
|
|
38
38
|
"description.zh-CN": "地图卡片,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
|
|
39
39
|
"displayName.zh-CN": "卡片:地图",
|