@zola_do/minio 0.1.37 → 0.1.39

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/README.md +6 -0
  2. package/package.json +7 -2
package/README.md CHANGED
@@ -101,3 +101,9 @@ const stream = await this.minioService.downloadBuffer({
101
101
  ## Related Packages
102
102
 
103
103
  - [@zola_do/document-manipulator](../document-manipulator) — Uses MinIO for document storage
104
+
105
+ ## Community
106
+
107
+ - [Contributing](../../CONTRIBUTING.md)
108
+ - [Code of Conduct](../../CODE_OF_CONDUCT.md)
109
+ - [Security Policy](../../SECURITY.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zola_do/minio",
3
- "version": "0.1.37",
3
+ "version": "0.1.39",
4
4
  "description": "MinIO object storage for NestJS",
5
5
  "author": "zolaDO",
6
6
  "license": "ISC",
@@ -44,6 +44,10 @@
44
44
  "bugs": {
45
45
  "url": "https://github.com/zola0031/zola-nestjs-shared/issues"
46
46
  },
47
+ "funding": {
48
+ "type": "github",
49
+ "url": "https://github.com/sponsors/zola0031"
50
+ },
47
51
  "keywords": [
48
52
  "nestjs",
49
53
  "typescript",
@@ -54,6 +58,7 @@
54
58
  "minio",
55
59
  "s3",
56
60
  "storage",
57
- "object-storage"
61
+ "object-storage",
62
+ "nestjs-shared"
58
63
  ]
59
64
  }