@nocobase/plugin-mobile-client 0.18.0-alpha.9 → 0.19.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.
@@ -1,2 +1,2 @@
1
1
  import { SchemaInitializer } from '@nocobase/client';
2
- export declare const mBlockInitializers: SchemaInitializer<import("antd").ButtonProps, {}>;
2
+ export declare const mBlockInitializers: SchemaInitializer;
@@ -1,12 +1,12 @@
1
1
  module.exports = {
2
2
  "react": "18.2.0",
3
3
  "react-router-dom": "6.21.0",
4
- "@nocobase/client": "0.18.0-alpha.9",
5
- "@nocobase/server": "0.18.0-alpha.9",
6
- "antd": "5.12.2",
4
+ "@nocobase/client": "0.19.0-alpha.2",
5
+ "@nocobase/server": "0.19.0-alpha.2",
6
+ "antd": "5.12.8",
7
7
  "react-i18next": "11.18.6",
8
8
  "@ant-design/icons": "5.2.6",
9
- "@nocobase/database": "0.18.0-alpha.9",
9
+ "@nocobase/database": "0.19.0-alpha.2",
10
10
  "@formily/react": "2.3.0",
11
11
  "@formily/shared": "2.3.0",
12
12
  "lodash": "4.17.21",
@@ -1,4 +1,5 @@
1
1
  import { Migration } from '@nocobase/server';
2
2
  export default class extends Migration {
3
+ appVersion: string;
3
4
  up(): Promise<void>;
4
5
  }
@@ -22,6 +22,7 @@ __export(mobile_ui_schema_uid_exports, {
22
22
  module.exports = __toCommonJS(mobile_ui_schema_uid_exports);
23
23
  var import_server = require("@nocobase/server");
24
24
  class mobile_ui_schema_uid_default extends import_server.Migration {
25
+ appVersion = "<0.14.0-alpha.1";
25
26
  async up() {
26
27
  var _a, _b, _c;
27
28
  const result = await this.app.version.satisfies("<0.14.0-alpha.1");
@@ -1,4 +1,5 @@
1
1
  import { Migration } from '@nocobase/server';
2
2
  export default class extends Migration {
3
+ appVersion: string;
3
4
  up(): Promise<void>;
4
5
  }
@@ -22,6 +22,7 @@ __export(mobile_container_uid_exports, {
22
22
  module.exports = __toCommonJS(mobile_container_uid_exports);
23
23
  var import_server = require("@nocobase/server");
24
24
  class mobile_container_uid_default extends import_server.Migration {
25
+ appVersion = "<0.17.0-alpha.8";
25
26
  async up() {
26
27
  var _a, _b;
27
28
  const result = await this.app.version.satisfies("<0.17.0-alpha.8");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-mobile-client",
3
- "version": "0.18.0-alpha.9",
3
+ "version": "0.19.0-alpha.2",
4
4
  "main": "./dist/server/index.js",
5
5
  "license": "AGPL-3.0",
6
6
  "displayName": "Mobile client",
@@ -31,5 +31,5 @@
31
31
  "@nocobase/test": "0.x",
32
32
  "@nocobase/utils": "0.x"
33
33
  },
34
- "gitHead": "34ca0df4eede2e83fc86297b0fe19eba970e2b1b"
34
+ "gitHead": "cff5b77ecf12ccdb450d50d505b3aa44a68478c8"
35
35
  }