@apicity/b2 0.3.3 → 0.4.0
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 +6 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
# @apicity/b2
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@apicity/b2)
|
|
4
|
-
[](package.json)
|
|
5
5
|
[](tsconfig.json)
|
|
6
6
|
[](https://www.backblaze.com/docs/en/cloud-storage-call-the-s3-compatible-api)
|
|
7
7
|
|
|
8
8
|
Backblaze B2 S3-compatible object storage provider.
|
|
9
9
|
|
|
10
|
+
Runtime dependencies:
|
|
11
|
+
|
|
12
|
+
- `@apicity/s3@workspace:*` — core S3 implementation this package wraps
|
|
13
|
+
- `zod@^3.24.0` — request schemas attached to every POST endpoint as `.schema`
|
|
14
|
+
|
|
10
15
|
## Installation
|
|
11
16
|
|
|
12
17
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apicity/b2",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Backblaze B2 S3-compatible object storage provider.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"zod": "^3.24.0",
|
|
29
|
-
"@apicity/s3": "0.
|
|
29
|
+
"@apicity/s3": "0.4.0"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
32
32
|
"dist",
|