plugin-file-preview-auth 1.3.1 → 1.3.3

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/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Preview PDF, image, and text files with Bearer token authentication via blob URLs.",
7
7
  "description.vi-VN": "Xem trước file PDF, hình ảnh và văn bản với xác thực Bearer token qua blob URL.",
8
8
  "description.zh-CN": "通过 Bearer 令牌认证和 Blob URL 预览 PDF、图片和文本文件。",
9
- "version": "1.3.1",
9
+ "version": "1.3.3",
10
10
  "main": "dist/server/index.js",
11
11
  "files": [
12
12
  "dist",
@@ -19,6 +19,7 @@
19
19
  ],
20
20
  "peerDependencies": {
21
21
  "@nocobase/client": "2.x",
22
+ "@nocobase/database": "2.x",
22
23
  "@nocobase/plugin-ai": "2.x",
23
24
  "@nocobase/plugin-file-manager": "2.x",
24
25
  "@nocobase/server": "2.x",
@@ -1,13 +0,0 @@
1
- declare const _default: {
2
- name: string;
3
- fields: ({
4
- name: string;
5
- type: string;
6
- defaultValue: string;
7
- } | {
8
- name: string;
9
- type: string;
10
- defaultValue?: undefined;
11
- })[];
12
- };
13
- export default _default;