@nocobase/database
Advanced tools
Comparing version 1.3.46-beta to 1.3.47-beta
@@ -138,3 +138,3 @@ /** | ||
isView(): boolean; | ||
unavailableActions(): string[]; | ||
unavailableActions(): any[]; | ||
protected sequelizeModelOptions(): { | ||
@@ -141,0 +141,0 @@ modelName: string; |
@@ -620,5 +620,2 @@ /** | ||
unavailableActions() { | ||
if (this.options.template === "file") { | ||
return ["create", "update", "destroy"]; | ||
} | ||
return []; | ||
@@ -625,0 +622,0 @@ } |
{ | ||
"name": "@nocobase/database", | ||
"version": "1.3.46-beta", | ||
"version": "1.3.47-beta", | ||
"description": "", | ||
@@ -9,4 +9,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@nocobase/logger": "1.3.46-beta", | ||
"@nocobase/utils": "1.3.46-beta", | ||
"@nocobase/logger": "1.3.47-beta", | ||
"@nocobase/utils": "1.3.47-beta", | ||
"async-mutex": "^0.3.2", | ||
@@ -42,3 +42,3 @@ "chalk": "^4.1.1", | ||
}, | ||
"gitHead": "f63f7433de426ec069b71c1eb9ed24a17784e990" | ||
"gitHead": "dcc260ecf21d9fcb04ef56f2ec8c4de23a8484f3" | ||
} |
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
728545
18109
+ Added@nocobase/logger@1.3.47-beta(transitive)
+ Added@nocobase/utils@1.3.47-beta(transitive)
- Removed@nocobase/logger@1.3.46-beta(transitive)
- Removed@nocobase/utils@1.3.46-beta(transitive)
Updated@nocobase/logger@1.3.47-beta
Updated@nocobase/utils@1.3.47-beta