@zintrust/storage-s3 0.5.2 → 0.5.8

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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  AWS S3 storage driver registration for ZinTrust.
4
4
 
5
- - Docs: https://zintrust.com/storage
5
+ Docs: https://zintrust.com/package-storage-s3
6
6
 
7
7
  ## Install
8
8
 
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@zintrust/storage-s3",
3
- "version": "0.5.2",
4
- "buildDate": "2026-04-12T20:09:23.803Z",
3
+ "version": "0.5.8",
4
+ "buildDate": "2026-04-14T17:02:15.521Z",
5
5
  "buildEnvironment": {
6
- "node": "v22.22.1",
7
- "platform": "darwin",
8
- "arch": "arm64"
6
+ "node": "v20.20.2",
7
+ "platform": "linux",
8
+ "arch": "x64"
9
9
  },
10
10
  "git": {
11
- "commit": "87ea4893",
12
- "branch": "release"
11
+ "commit": "8d52a13d",
12
+ "branch": "master"
13
13
  },
14
14
  "package": {
15
15
  "engines": {
@@ -21,17 +21,13 @@
21
21
  ]
22
22
  },
23
23
  "files": {
24
- "build-manifest.json": {
25
- "size": 1088,
26
- "sha256": "ce0b50045c90927a9057c46a7b7accc75e102ee805ea7b9d0e3704d66b42d020"
27
- },
28
24
  "index.d.ts": {
29
25
  "size": 328,
30
26
  "sha256": "591ca45ffa00fcbd3a39f830e042f777f84cceadd717f25d2b7f01c0f4b5b3a9"
31
27
  },
32
28
  "index.js": {
33
29
  "size": 461,
34
- "sha256": "92f1e15e9ae10631f327f609a26549690747814ff015318cbc489787c1af8908"
30
+ "sha256": "a78f7e58cb74ed121319a6dba9fe5165d6958d90b31ee35b36111de5249ad442"
35
31
  },
36
32
  "register.d.ts": {
37
33
  "size": 230,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zintrust/storage-s3",
3
- "version": "0.5.2",
3
+ "version": "0.5.8",
4
4
  "description": "Amazon S3 storage driver for ZinTrust.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "node": ">=20.0.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@zintrust/core": "^0.5.1"
26
+ "@zintrust/core": "^0.5.7"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"