@zintrust/storage 0.5.1 → 0.5.5

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
  Core storage (disk driver) abstraction for ZinTrust with multipart form parsing support.
4
4
 
5
- - Docs: https://zintrust.com/storage
5
+ Docs: https://zintrust.com/package-storage
6
6
 
7
7
  ## Install
8
8
 
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@zintrust/storage",
3
- "version": "0.5.1",
4
- "buildDate": "2026-04-12T19:51:22.910Z",
3
+ "version": "0.5.5",
4
+ "buildDate": "2026-04-13T12:03:14.389Z",
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": "b7df7d79",
12
+ "branch": "master"
13
13
  },
14
14
  "package": {
15
15
  "engines": {
@@ -23,17 +23,13 @@
23
23
  ]
24
24
  },
25
25
  "files": {
26
- "build-manifest.json": {
27
- "size": 1416,
28
- "sha256": "904c786eeb936677b915423fe91dbfbfd051ab5f07de894b92de36bb3c8dbacd"
29
- },
30
26
  "index.d.ts": {
31
27
  "size": 487,
32
28
  "sha256": "fd2e25abb5cd7ecb06186a31fce33d7115034cf88c5252fe09d543668de41f5d"
33
29
  },
34
30
  "index.js": {
35
31
  "size": 516,
36
- "sha256": "8205fd20e4ed11709841f26fa28d21742fd4b214284ef6c6f6c40d9954cf4217"
32
+ "sha256": "c70900efee7abc2a0985bbc16f4928a82cf19aca4c8bdeecdca47cf264efbdd6"
37
33
  },
38
34
  "register.d.ts": {
39
35
  "size": 184,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zintrust/storage",
3
- "version": "0.5.1",
3
+ "version": "0.5.5",
4
4
  "description": "Storage abstraction and upload utilities 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.0"
26
+ "@zintrust/core": "^0.5.2"
27
27
  },
28
28
  "dependencies": {
29
29
  "busboy": "^1.6.0"