@rock-js/provider-s3 0.8.13 → 0.9.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @rock-js/provider-s3
2
2
 
3
- AWS S3 remote cache provider for Rock (Rock). This package is part of the Rock ecosystem.
3
+ AWS S3 remote cache provider for Rock. This package is part of the Rock ecosystem.
4
4
 
5
5
  ## Features
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rock-js/provider-s3",
3
- "version": "0.8.13",
3
+ "version": "0.9.0",
4
4
  "type": "module",
5
5
  "types": "./dist/src/index.d.ts",
6
6
  "exports": {
@@ -22,7 +22,7 @@
22
22
  "@aws-sdk/credential-providers": "^3.830.0",
23
23
  "@aws-sdk/lib-storage": "^3.830.0",
24
24
  "@aws-sdk/s3-request-presigner": "^3.830.0",
25
- "@rock-js/tools": "^0.8.13",
25
+ "@rock-js/tools": "^0.9.0",
26
26
  "tslib": "^2.3.0"
27
27
  },
28
28
  "publishConfig": {