@nocobase/database 1.9.0-beta.1 → 1.9.0-beta.4

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.
@@ -108,6 +108,7 @@ const _ViewFieldInference = class _ViewFieldInference {
108
108
  if (collectionField) {
109
109
  if (collectionField.options.interface) {
110
110
  inferResult.type = collectionField.type;
111
+ inferResult.interface = collectionField.options.interface;
111
112
  inferResult.source = `${collectionField.collection.name}.${collectionField.name}`;
112
113
  }
113
114
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@nocobase/database",
3
- "version": "1.9.0-beta.1",
3
+ "version": "1.9.0-beta.4",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
7
7
  "license": "AGPL-3.0",
8
8
  "dependencies": {
9
- "@nocobase/logger": "1.9.0-beta.1",
10
- "@nocobase/utils": "1.9.0-beta.1",
9
+ "@nocobase/logger": "1.9.0-beta.4",
10
+ "@nocobase/utils": "1.9.0-beta.4",
11
11
  "async-mutex": "^0.3.2",
12
12
  "chalk": "^4.1.1",
13
13
  "cron-parser": "4.4.0",
@@ -38,5 +38,5 @@
38
38
  "url": "git+https://github.com/nocobase/nocobase.git",
39
39
  "directory": "packages/database"
40
40
  },
41
- "gitHead": "e0597219574e23bbf15b57848cb9b0fb4953634f"
41
+ "gitHead": "0276aa12d87f82c73d62a9712134fe363e2c772a"
42
42
  }