@alepha/bucket-vercel 0.14.0 → 0.14.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 CHANGED
@@ -1,4 +1,4 @@
1
- # Alepha Bucket Vercel
1
+ # Alepha @alepha/bucket Vercel
2
2
 
3
3
  Vercel Blob Storage implementation for the bucket file storage.
4
4
 
package/dist/index.d.ts CHANGED
@@ -969,7 +969,7 @@ interface Env {
969
969
  /**
970
970
  * Optional environment variable that indicates the current environment.
971
971
  */
972
- NODE_ENV?: "dev" | "test" | "production";
972
+ NODE_ENV?: string;
973
973
  /**
974
974
  * Optional name of the application.
975
975
  */
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "blob"
11
11
  ],
12
12
  "author": "Nicolas Foures",
13
- "version": "0.14.0",
13
+ "version": "0.14.1",
14
14
  "type": "module",
15
15
  "engines": {
16
16
  "node": ">=22.0.0"
@@ -27,12 +27,12 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^25.0.3",
30
- "alepha": "0.14.0",
31
- "tsdown": "^0.18.3",
30
+ "alepha": "0.14.1",
31
+ "tsdown": "^0.18.4",
32
32
  "vitest": "^4.0.16"
33
33
  },
34
34
  "peerDependencies": {
35
- "alepha": "0.14.0"
35
+ "alepha": "0.14.1"
36
36
  },
37
37
  "scripts": {
38
38
  "lint": "alepha lint",