@nocobase/plugin-map 0.13.0-alpha.9 → 0.14.0-alpha.2

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/client.d.ts CHANGED
File without changes
package/client.js CHANGED
File without changes
@@ -0,0 +1,17 @@
1
+ module.exports = {
2
+ "@nocobase/client": "0.14.0-alpha.2",
3
+ "react": "18.2.0",
4
+ "@nocobase/server": "0.14.0-alpha.2",
5
+ "@formily/react": "2.2.27",
6
+ "lodash": "4.17.21",
7
+ "@ant-design/icons": "5.1.4",
8
+ "@formily/antd-v5": "1.1.0",
9
+ "@formily/shared": "2.2.27",
10
+ "ahooks": "3.7.8",
11
+ "antd": "5.8.6",
12
+ "react-router-dom": "6.14.1",
13
+ "@formily/core": "2.2.27",
14
+ "react-i18next": "11.18.6",
15
+ "@nocobase/actions": "0.14.0-alpha.2",
16
+ "@nocobase/database": "0.14.0-alpha.2"
17
+ };
package/package.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "name": "@nocobase/plugin-map",
3
3
  "displayName": "Map",
4
4
  "displayName.zh-CN": "地图",
5
- "version": "0.13.0-alpha.9",
6
- "description": "Provide map fields and blocks",
5
+ "version": "0.14.0-alpha.2",
6
+ "description": "Provides map fields and blocks",
7
7
  "description.zh-CN": "提供地图字段和区块",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
@@ -34,5 +34,5 @@
34
34
  "@nocobase/test": "0.x",
35
35
  "@nocobase/utils": "0.x"
36
36
  },
37
- "gitHead": "ee5825377d8bec05f968a8365a0cdcd49878ada6"
37
+ "gitHead": "ea841d4a1e8c37aa77b4fbae6a6a4937e2aa3c0a"
38
38
  }
package/server.d.ts CHANGED
File without changes
package/server.js CHANGED
File without changes