@nocobase/plugin-map 2.2.0-beta.2 → 2.2.0-beta.3

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.
@@ -9,4 +9,4 @@
9
9
  export declare const NAMESPACE = "map";
10
10
  export declare function lang(key: string): string;
11
11
  export declare function generateNTemplate(key: string): string;
12
- export declare function useMapTranslation(): import("react-i18next").UseTranslationResponse<("map" | "client")[], undefined>;
12
+ export declare function useMapTranslation(): import("react-i18next").UseTranslationResponse<("client" | "map")[], undefined>;
@@ -8,12 +8,12 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.2.0-beta.2",
11
+ "@nocobase/client": "2.2.0-beta.3",
12
12
  "react": "18.2.0",
13
- "@nocobase/flow-engine": "2.2.0-beta.2",
14
- "@nocobase/client-v2": "2.2.0-beta.2",
15
- "@nocobase/server": "2.2.0-beta.2",
16
- "@nocobase/test": "2.2.0-beta.2",
13
+ "@nocobase/flow-engine": "2.2.0-beta.3",
14
+ "@nocobase/client-v2": "2.2.0-beta.3",
15
+ "@nocobase/server": "2.2.0-beta.3",
16
+ "@nocobase/test": "2.2.0-beta.3",
17
17
  "@formily/react": "2.3.7",
18
18
  "lodash": "4.18.1",
19
19
  "react-i18next": "11.18.6",
@@ -23,7 +23,7 @@ module.exports = {
23
23
  "antd": "5.24.2",
24
24
  "@formily/shared": "2.3.7",
25
25
  "@formily/core": "2.3.7",
26
- "@nocobase/actions": "2.2.0-beta.2",
27
- "@nocobase/database": "2.2.0-beta.2",
26
+ "@nocobase/actions": "2.2.0-beta.3",
27
+ "@nocobase/database": "2.2.0-beta.3",
28
28
  "ahooks": "3.7.8"
29
29
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "displayName": "Block: Map",
4
4
  "displayName.ru-RU": "Блок: Карта",
5
5
  "displayName.zh-CN": "区块:地图",
6
- "version": "2.2.0-beta.2",
6
+ "version": "2.2.0-beta.3",
7
7
  "description": "Map block, support Gaode map and Google map, you can also extend more map types.",
8
8
  "description.ru-RU": "Блок карты, поддерживает карты Gaode и Google, можно расширить поддержку других типов карт.",
9
9
  "description.zh-CN": "地图区块,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
@@ -41,7 +41,7 @@
41
41
  "@nocobase/test": "2.x",
42
42
  "@nocobase/utils": "2.x"
43
43
  },
44
- "gitHead": "2fe3e6a86fc1d0cd039349a68b2e4d1d6945ce45",
44
+ "gitHead": "7b16bb2cfd427c110c6671252138cd85155723c5",
45
45
  "keywords": [
46
46
  "Blocks"
47
47
  ]