@nocobase/database 0.20.0-alpha.14 → 0.20.0-alpha.16

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.
@@ -27,7 +27,7 @@ const _UuidField = class _UuidField extends import_field.Field {
27
27
  constructor(options, context) {
28
28
  super(
29
29
  {
30
- defaultValue: import_sequelize.DataTypes.UUIDV4,
30
+ defaultValue: new import_sequelize.DataTypes.UUIDV4(),
31
31
  ...options
32
32
  },
33
33
  context
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@nocobase/database",
3
- "version": "0.20.0-alpha.14",
3
+ "version": "0.20.0-alpha.16",
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.20.0-alpha.14",
10
- "@nocobase/utils": "0.20.0-alpha.14",
9
+ "@nocobase/logger": "0.20.0-alpha.16",
10
+ "@nocobase/utils": "0.20.0-alpha.16",
11
11
  "async-mutex": "^0.3.2",
12
12
  "chalk": "^4.1.1",
13
13
  "cron-parser": "4.4.0",
@@ -35,5 +35,5 @@
35
35
  "url": "git+https://github.com/nocobase/nocobase.git",
36
36
  "directory": "packages/database"
37
37
  },
38
- "gitHead": "4af62dec7c2358a7596c80cdc1cf893ca8cd57e7"
38
+ "gitHead": "b88be61ef9bc0edeacd6d62d9cd58d8498b98372"
39
39
  }