@nocobase/database 0.14.0-alpha.2 → 0.14.0-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.
@@ -268,9 +268,6 @@ async function updateMultipleAssociation(model, key, value, options = {}) {
268
268
  if (!association) {
269
269
  return false;
270
270
  }
271
- if (association.through && association.through.model.options.view) {
272
- return false;
273
- }
274
271
  if (!["undefined", "string", "number", "object"].includes(typeof value)) {
275
272
  return false;
276
273
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@nocobase/database",
3
- "version": "0.14.0-alpha.2",
3
+ "version": "0.14.0-alpha.3",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
7
7
  "license": "Apache-2.0",
8
8
  "dependencies": {
9
- "@nocobase/logger": "0.14.0-alpha.2",
10
- "@nocobase/utils": "0.14.0-alpha.2",
9
+ "@nocobase/logger": "0.14.0-alpha.3",
10
+ "@nocobase/utils": "0.14.0-alpha.3",
11
11
  "async-mutex": "^0.3.2",
12
12
  "cron-parser": "4.4.0",
13
13
  "dayjs": "^1.11.8",
@@ -29,5 +29,5 @@
29
29
  "url": "git+https://github.com/nocobase/nocobase.git",
30
30
  "directory": "packages/database"
31
31
  },
32
- "gitHead": "ea841d4a1e8c37aa77b4fbae6a6a4937e2aa3c0a"
32
+ "gitHead": "535a8c83d37e488a52bd1ad3c75726101081177c"
33
33
  }