@flusys/nestjs-storage 4.0.0-lts → 4.0.1
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Storage Package Guide
|
|
2
2
|
|
|
3
3
|
> **Package:** `@flusys/nestjs-storage`
|
|
4
|
-
> **Version:**
|
|
4
|
+
> **Version:** 4.0.1
|
|
5
5
|
> **Type:** File storage system with pluggable providers and multi-tenant support
|
|
6
6
|
|
|
7
7
|
This comprehensive guide covers the storage package - flexible file storage with multiple provider support.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flusys/nestjs-storage",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "Modular storage package with optional AWS S3, Azure Blob, and SFTP providers",
|
|
5
5
|
"main": "cjs/index.js",
|
|
6
6
|
"module": "fesm/index.js",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
131
|
"dependencies": {
|
|
132
|
-
"@flusys/nestjs-core": "4.0.
|
|
133
|
-
"@flusys/nestjs-shared": "4.0.
|
|
132
|
+
"@flusys/nestjs-core": "4.0.1",
|
|
133
|
+
"@flusys/nestjs-shared": "4.0.1"
|
|
134
134
|
}
|
|
135
135
|
}
|