@zola_do/seaweed 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
@@ -78,3 +78,9 @@ const downloadUrl = await this.storageService.generatePresignedDownloadUrl(fileI
78
78
  ## Related Packages
79
79
 
80
80
  - [@zola_do/minio](../minio) — Alternative MinIO-specific module
81
+
82
+ ## Community
83
+
84
+ - [Contributing](../../CONTRIBUTING.md)
85
+ - [Code of Conduct](../../CODE_OF_CONDUCT.md)
86
+ - [Security Policy](../../SECURITY.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zola_do/seaweed",
3
- "version": "0.1.37",
3
+ "version": "0.1.39",
4
4
  "description": "AWS S3-compatible storage for NestJS",
5
5
  "author": "zolaDO",
6
6
  "license": "ISC",
@@ -45,6 +45,10 @@
45
45
  "bugs": {
46
46
  "url": "https://github.com/zola0031/zola-nestjs-shared/issues"
47
47
  },
48
+ "funding": {
49
+ "type": "github",
50
+ "url": "https://github.com/sponsors/zola0031"
51
+ },
48
52
  "keywords": [
49
53
  "nestjs",
50
54
  "typescript",
@@ -55,6 +59,7 @@
55
59
  "s3",
56
60
  "storage",
57
61
  "seaweedfs",
58
- "object-storage"
62
+ "object-storage",
63
+ "nestjs-shared"
59
64
  ]
60
65
  }