@adminforth/upload 2.3.1 → 2.3.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.
Files changed (2) hide show
  1. package/build.log +1 -1
  2. package/package.json +4 -1
package/build.log CHANGED
@@ -11,5 +11,5 @@ custom/preview.vue
11
11
  custom/tsconfig.json
12
12
  custom/uploader.vue
13
13
 
14
- sent 46,954 bytes received 134 bytes 94,176.00 bytes/sec
14
+ sent 46,947 bytes received 134 bytes 94,162.00 bytes/sec
15
15
  total size is 46,465 speedup is 0.99
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "@adminforth/upload",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Plugin for uploading files for adminforth",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
7
10
  "homepage": "https://adminforth.dev/docs/tutorial/Plugins/upload/",
8
11
  "repository": {
9
12
  "type": "git",