@nocobase/database 1.7.0-beta.23 → 1.7.0-beta.24
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.
- package/lib/view-collection.js +1 -1
- package/package.json +4 -4
package/lib/view-collection.js
CHANGED
|
@@ -44,7 +44,7 @@ const _ViewCollection = class _ViewCollection extends import_collection.Collecti
|
|
|
44
44
|
if (this.options.writableView) {
|
|
45
45
|
return [];
|
|
46
46
|
}
|
|
47
|
-
return ["create", "update", "destroy"];
|
|
47
|
+
return ["create", "update", "destroy", "importXlsx", "destroyMany", "updateMany"];
|
|
48
48
|
}
|
|
49
49
|
sequelizeModelOptions() {
|
|
50
50
|
const modelOptions = super.sequelizeModelOptions();
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/database",
|
|
3
|
-
"version": "1.7.0-beta.
|
|
3
|
+
"version": "1.7.0-beta.24",
|
|
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.7.0-beta.
|
|
10
|
-
"@nocobase/utils": "1.7.0-beta.
|
|
9
|
+
"@nocobase/logger": "1.7.0-beta.24",
|
|
10
|
+
"@nocobase/utils": "1.7.0-beta.24",
|
|
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": "
|
|
41
|
+
"gitHead": "9a78adc14980c6e3742f8db63b6874c70ce294c8"
|
|
42
42
|
}
|