@nocobase/plugin-mobile-client 0.11.1-alpha.2 → 0.11.1-alpha.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.
@@ -0,0 +1,2 @@
1
+ declare const locale: {};
2
+ export default locale;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ const locale = {};
8
+ var _default = locale;
9
+ exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-mobile-client",
3
- "version": "0.11.1-alpha.2",
3
+ "version": "0.11.1-alpha.3",
4
4
  "main": "./lib/server/index.js",
5
5
  "files": [
6
6
  "lib",
@@ -22,11 +22,11 @@
22
22
  "@formily/antd-v5": "^1.1.0-beta.4",
23
23
  "@formily/react": "2.2.26",
24
24
  "@formily/shared": "2.2.26",
25
- "@nocobase/client": "0.11.1-alpha.2",
26
- "@nocobase/database": "0.11.1-alpha.2",
27
- "@nocobase/server": "0.11.1-alpha.2",
28
- "@nocobase/test": "0.11.1-alpha.2",
29
- "@nocobase/utils": "0.11.1-alpha.2",
25
+ "@nocobase/client": "0.11.1-alpha.3",
26
+ "@nocobase/database": "0.11.1-alpha.3",
27
+ "@nocobase/server": "0.11.1-alpha.3",
28
+ "@nocobase/test": "0.11.1-alpha.3",
29
+ "@nocobase/utils": "0.11.1-alpha.3",
30
30
  "@types/react": "^17.0.0",
31
31
  "@types/react-dom": "^17.0.0",
32
32
  "antd": "^5.6.4",
@@ -40,5 +40,5 @@
40
40
  "antd-mobile": "^5.29.1",
41
41
  "classnames": "^2.3.1"
42
42
  },
43
- "gitHead": "8482aa720ea1c3abbbb9fe1208e73778bd63f1cf"
43
+ "gitHead": "5ed3bd7d5b16bd38d268961b34875d5cd45799ef"
44
44
  }
@@ -1,5 +1,3 @@
1
- const locale = {
2
-
3
- }
1
+ const locale = {};
4
2
 
5
3
  export default locale;
@@ -0,0 +1,3 @@
1
+ const locale = {};
2
+
3
+ export default locale;
File without changes
File without changes
File without changes
File without changes
File without changes