diff --git a/packages/cli/package.json b/packages/cli/package.json index 99b0ff12..ea3ae5cf 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -21,7 +21,7 @@ "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "dependencies": { - "@chunkd/fs": "^10.0.6", + "@chunkd/fs": "^11.0.0", "@chunkd/source-file": "^10.0.3", "@cotar/core": "^5.5.0", "@cotar/builder": "^5.5.0", diff --git a/yarn.lock b/yarn.lock index e9658a1b..45a1d6c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -28,24 +28,14 @@ resolved "https://registry.yarnpkg.com/@chunkd/core/-/core-10.2.0.tgz#2c58bee623d78ee838568752dbfc20d5e7729a7b" integrity sha512-11c7jTgKdvVqmdfX4y6zhh/MXYZbtWu+ZnLHQjuqeGEEbyxDhmsUXVX+xjEYJ+bE8Y3+fNBys+pHJscnJPQHWw== -"@chunkd/fs@^10.0.6": - version "10.0.6" - resolved "https://registry.yarnpkg.com/@chunkd/fs/-/fs-10.0.6.tgz#0da10db5f2ff39dd0ae4ce10aa8dfa995c57d448" - integrity sha512-khbB1S8vOcpYR/yggqIPmhSXnMJpJpgvGBhD+QkSdRMVIiFYO4iT6+RqMSj9MQqo+LyZDLKSP/0GBuU4rsVpSw== +"@chunkd/fs@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@chunkd/fs/-/fs-11.0.0.tgz#f37d1b7274e169135303cebf81a06f9ebb28ac0f" + integrity sha512-yIx20xJd3NFheOqDSnx/nLFSHGvsSoTaVRASsnCoMofZ6fSxCBoOAiltjzVKHmdUscsu8vIdlD5p6C7H/tmAyw== dependencies: - "@chunkd/core" "^10.2.0" - "@chunkd/source-file" "^10.0.3" - "@chunkd/source-http" "^10.1.1" - optionalDependencies: - "@chunkd/source-aws" "^10.2.0" - "@chunkd/source-google-cloud" "^10.0.3" - -"@chunkd/source-aws@^10.2.0": - version "10.2.0" - resolved "https://registry.yarnpkg.com/@chunkd/source-aws/-/source-aws-10.2.0.tgz#a96b1740d420904efce11a3ba774009f172ee3ab" - integrity sha512-O/qqNYmp73V28rnL+d1xx+vQqVQdall2VGKFU/QwoMuCHS8IGA+01LHo0cxerTZnBIVaelBATuiglY2q7pJ7HA== - dependencies: - "@chunkd/core" "^10.2.0" + "@chunkd/source" "^11.0.0" + "@chunkd/source-file" "^11.0.0" + "@chunkd/source-http" "^11.0.0" "@chunkd/source-file@^10.0.3": version "10.0.3" @@ -54,19 +44,24 @@ dependencies: "@chunkd/core" "^10.2.0" -"@chunkd/source-google-cloud@^10.0.3": - version "10.0.3" - resolved "https://registry.yarnpkg.com/@chunkd/source-google-cloud/-/source-google-cloud-10.0.3.tgz#924027c549ebb13f101d19fe8ab8d3e56eba446d" - integrity sha512-pLgvYxjrNux8jAtxU8OuHqod0opnXAq7vjjYnLWwGTm6BdhgyVGdd+Nn0PZHnUTKZgpLZjkdZKWGJNRIAAQDqw== +"@chunkd/source-file@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@chunkd/source-file/-/source-file-11.0.0.tgz#e2ce35320c82d93460642e5c96c2d6863b7176cf" + integrity sha512-i1yzhLsOXRJRVpuISpdgfKwuHSlKV67dbSm8hO8xQ4kOUJujT1D2vmiZo570QoeA4E1K9q/XdubGRU38HaVcKg== dependencies: - "@chunkd/core" "^10.2.0" + "@chunkd/source" "^11.0.0" -"@chunkd/source-http@^10.1.1": - version "10.1.1" - resolved "https://registry.yarnpkg.com/@chunkd/source-http/-/source-http-10.1.1.tgz#c09bb47ea46d4bd646cf1a73a7ad6b1eb7dbde23" - integrity sha512-lhkN0bZP5Q1psaLOrUVr8OuBNLrvI5oPDEf1uEYW3/hfJpWrCZU0WCz9xbuS8Fk5RR7qd7y274aJf3h6pSoJwQ== +"@chunkd/source-http@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@chunkd/source-http/-/source-http-11.0.0.tgz#7db6dac12a15c7e7d3140b9ad792d3c8c764b70d" + integrity sha512-peBgZoCKHxnOh0DYgnh6HWadiNxExQtWv9IjGyAWhuvdr/YKHix7a4vTP+hx82f0Fr4Znajv5Sc9C5N+EJxavw== dependencies: - "@chunkd/core" "^10.2.0" + "@chunkd/source" "^11.0.0" + +"@chunkd/source@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@chunkd/source/-/source-11.0.0.tgz#8407b1356df5bc2e0b07e0f7be10b60acda3c96f" + integrity sha512-cDdANEMB6J4JEbN5+qDoiiy0CxGtiS3Td+X+A/7R8TW0b2XoKHoqX1/LwTrcdtVRNTOU5QHd83mhau/SbpJb2Q== "@eslint-community/eslint-utils@^4.2.0": version "4.4.0"