@rock-js/provider-s3 0.12.0 → 0.12.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rock-js/provider-s3",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.1",
|
|
4
4
|
"description": "AWS S3 (and Cloudflare R2) provider for Rock Remote Build Cache",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@aws-sdk/credential-providers": "^3.830.0",
|
|
24
24
|
"@aws-sdk/lib-storage": "^3.830.0",
|
|
25
25
|
"@aws-sdk/s3-request-presigner": "^3.830.0",
|
|
26
|
-
"@rock-js/tools": "^0.12.
|
|
26
|
+
"@rock-js/tools": "^0.12.1",
|
|
27
27
|
"tslib": "^2.3.0"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|