@adminforth/upload 2.15.3 → 2.15.5

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.
Files changed (3) hide show
  1. package/build.log +1 -1
  2. package/package.json +3 -3
  3. package/types.ts +3 -1
package/build.log CHANGED
@@ -12,5 +12,5 @@ custom/preview.vue
12
12
  custom/tsconfig.json
13
13
  custom/uploader.vue
14
14
 
15
- sent 68,577 bytes received 153 bytes 137,460.00 bytes/sec
15
+ sent 68,585 bytes received 153 bytes 137,476.00 bytes/sec
16
16
  total size is 68,023 speedup is 0.99
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/upload",
3
- "version": "2.15.3",
3
+ "version": "2.15.5",
4
4
  "description": "Plugin for uploading files for adminforth",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -17,13 +17,13 @@
17
17
  },
18
18
  "type": "module",
19
19
  "author": "devforth",
20
- "license": "ISC",
20
+ "license": "MIT",
21
21
  "dependencies": {
22
22
  "@aws-sdk/client-s3": "^3.629.0",
23
23
  "@aws-sdk/s3-request-presigner": "^3.629.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "adminforth": "^2.24.0"
26
+ "adminforth": "^2.30.0"
27
27
  },
28
28
  "keywords": [
29
29
  "adminforth",
package/types.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  import { AdminUser, ImageGenerationAdapter, StorageAdapter, HttpExtra } from "adminforth";
2
+ import {type PluginsCommonOptions } from "adminforth";
2
3
 
3
- export type PluginOptions = {
4
+
5
+ export interface PluginOptions extends PluginsCommonOptions {
4
6
 
5
7
  /**
6
8
  * The name of the column where the path to the uploaded file is stored.