@nocobase/plugin-file-manager 0.9.1-alpha.1 → 0.9.1-alpha.2

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.
@@ -108,7 +108,7 @@ const collection = {
108
108
  const storageSchema = {
109
109
  type: 'object',
110
110
  properties: {
111
- block1: {
111
+ [(0, _shared().uid)()]: {
112
112
  type: 'void',
113
113
  'x-decorator': 'ResourceActionProvider',
114
114
  'x-decorator-props': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-file-manager",
3
- "version": "0.9.1-alpha.1",
3
+ "version": "0.9.1-alpha.2",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0",
6
6
  "main": "./lib/index.js",
@@ -8,8 +8,8 @@
8
8
  "dependencies": {
9
9
  "@aws-sdk/client-s3": "^3.245.0",
10
10
  "@koa/multer": "^3.0.0",
11
- "@nocobase/client": "0.9.1-alpha.1",
12
- "@nocobase/server": "0.9.1-alpha.1",
11
+ "@nocobase/client": "0.9.1-alpha.2",
12
+ "@nocobase/server": "0.9.1-alpha.2",
13
13
  "cos-nodejs-sdk-v5": "^2.11.14",
14
14
  "koa-static": "^5.0.0",
15
15
  "mime-match": "^1.0.2",
@@ -20,9 +20,9 @@
20
20
  "multer-s3": "^2.10.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@nocobase/test": "0.9.1-alpha.1",
23
+ "@nocobase/test": "0.9.1-alpha.2",
24
24
  "@types/koa-multer": "^1.0.1",
25
25
  "@types/multer": "^1.4.5"
26
26
  },
27
- "gitHead": "56cb184b00dc383b853015d525bf6e79dea92169"
27
+ "gitHead": "d588a68eca4feed4642a4cb317301011266fe5c9"
28
28
  }