@nocobase/database
Advanced tools
Comparing version 0.7.0-alpha.7 to 0.7.0-alpha.8
{ | ||
"name": "@nocobase/database", | ||
"version": "0.7.0-alpha.7", | ||
"version": "0.7.0-alpha.8", | ||
"description": "", | ||
@@ -20,3 +20,3 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@nocobase/utils": "0.7.0-alpha.7", | ||
"@nocobase/utils": "0.7.0-alpha.8", | ||
"async-mutex": "^0.3.2", | ||
@@ -33,3 +33,3 @@ "deepmerge": "^4.2.2", | ||
}, | ||
"gitHead": "58b599aaec7ac28a536e6ba29b9990b05164a20b" | ||
"gitHead": "f4a12279b43669f2c0dcb3c98b87ebf03d8dab0b" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { lodash } from '@umijs/utils'; | ||
import lodash from 'lodash'; | ||
import { DataTypes } from 'sequelize'; | ||
@@ -3,0 +3,0 @@ import { Model } from '../model'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1241011
+ Added@nocobase/utils@0.7.0-alpha.8(transitive)
- Removed@nocobase/utils@0.7.0-alpha.7(transitive)