rac-delta 1.0.10 → 1.0.12

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rac-delta",
3
3
  "description": "Storage agnostic delta patching implementation of rac-delta protocol for NodeJs. With streaming support and file reconstruction.",
4
- "version": "1.0.10",
4
+ "version": "1.0.12",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "repository": {
@@ -29,7 +29,7 @@
29
29
  "hash-wasm": "^4.12.0"
30
30
  },
31
31
  "peerDependencies": {
32
- "@aws-sdk/client-s3": "^3.962.0",
32
+ "@aws-sdk/client-s3": ">=3.525.0 <4.0.0",
33
33
  "@azure/identity": "^4.13.0",
34
34
  "@azure/storage-blob": "^12.29.1",
35
35
  "@google-cloud/storage": "^7.18.0",