@veloxts/storage 0.6.59 → 0.6.60
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 +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @veloxts/storage
|
|
2
2
|
|
|
3
|
-
> **Early Preview (v0.6.x)** - APIs are stabilizing but may still change.
|
|
3
|
+
> **Early Preview (v0.6.x)** - APIs are stabilizing but may still change. Do not use in production yet.
|
|
4
4
|
|
|
5
5
|
File storage abstraction for VeloxTS Framework - provides local filesystem and S3-compatible drivers with streaming and signed URLs. Learn more at [@veloxts/velox](https://www.npmjs.com/package/@veloxts/velox).
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veloxts/storage",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.60",
|
|
4
4
|
"description": "Multi-driver file storage abstraction for VeloxTS framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"fastify-plugin": "5.1.0",
|
|
34
34
|
"mime-types": "2.1.35",
|
|
35
|
-
"@veloxts/core": "0.6.
|
|
35
|
+
"@veloxts/core": "0.6.60"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@aws-sdk/client-s3": ">=3.0.0",
|
|
@@ -61,14 +61,14 @@
|
|
|
61
61
|
"fastify": "5.6.2",
|
|
62
62
|
"typescript": "5.8.3",
|
|
63
63
|
"vitest": "4.0.16",
|
|
64
|
-
"@veloxts/testing": "0.6.
|
|
64
|
+
"@veloxts/testing": "0.6.60"
|
|
65
65
|
},
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
69
|
"repository": {
|
|
70
70
|
"type": "git",
|
|
71
|
-
"url": "https://github.com/veloxts/
|
|
71
|
+
"url": "https://github.com/veloxts/velox-ts-framework.git",
|
|
72
72
|
"directory": "packages/storage"
|
|
73
73
|
},
|
|
74
74
|
"keywords": [
|