Skip to content

Commit

Permalink
Merge 10e2a04 into 4dd3d9a
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Feb 10, 2023
2 parents 4dd3d9a + 10e2a04 commit 49d09d1
Show file tree
Hide file tree
Showing 9 changed files with 554 additions and 536 deletions.
6 changes: 6 additions & 0 deletions .changeset/fair-falcons-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ducktors/storagebus-gcs": patch
"@ducktors/storagebus-s3": patch
---

Update SDK
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: CI

on:
merge_group:
pull_request:
branches:
- main
push:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"lint-staged": "^13.1.1",
"rome": "11.0.0",
"turbo": "^1.7.3"
"turbo": "^1.7.4"
},
"bugs": {
"url": "https://github.com/ducktors/storagebus/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/abstract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vitest/coverage-istanbul": "^0.28.4",
"fox1t-tsconfig": "^0.2.0",
"rimraf": "^4.1.2",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"vitest": "^0.28.4"
}
}
4 changes: 2 additions & 2 deletions packages/gcs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"keywords": [],
"dependencies": {
"@ducktors/storagebus-abstract": "workspace:*",
"@google-cloud/storage": "^6.7.0",
"@google-cloud/storage": "^6.9.2",
"mime-types": "^2.1.35",
"tslib": "^2.4.1"
},
Expand All @@ -32,7 +32,7 @@
"fox1t-tsconfig": "^0.2.0",
"rimraf": "^4.1.2",
"stream-buffers": "^3.0.2",
"typescript": "^4.9.3",
"typescript": "^4.9.5",
"vitest": "^0.28.4"
}
}
2 changes: 1 addition & 1 deletion packages/local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vitest/coverage-istanbul": "^0.28.4",
"fox1t-tsconfig": "^0.2.0",
"rimraf": "^4.1.2",
"typescript": "^4.9.3",
"typescript": "^4.9.5",
"vitest": "^0.28.4"
}
}
2 changes: 1 addition & 1 deletion packages/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vitest/coverage-istanbul": "^0.28.4",
"fox1t-tsconfig": "^0.2.0",
"rimraf": "^4.1.2",
"typescript": "^4.9.3",
"typescript": "^4.9.5",
"vitest": "^0.28.4"
}
}
10 changes: 5 additions & 5 deletions packages/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"keywords": [],
"dependencies": {
"@aws-sdk/abort-controller": "^3.215.0",
"@aws-sdk/client-s3": "^3.216.0",
"@aws-sdk/lib-storage": "^3.216.0",
"@aws-sdk/abort-controller": "^3.266.0",
"@aws-sdk/client-s3": "^3.266.0",
"@aws-sdk/lib-storage": "^3.266.0",
"@ducktors/storagebus-abstract": "workspace:*",
"mime-types": "^2.1.35",
"tslib": "^2.4.1"
Expand All @@ -30,10 +30,10 @@
"@types/mime-types": "^2.1.1",
"@types/node": "^18.13.0",
"@vitest/coverage-istanbul": "^0.28.4",
"aws-sdk-client-mock": "^2.0.0",
"aws-sdk-client-mock": "^2.0.1",
"fox1t-tsconfig": "^0.2.0",
"rimraf": "^4.1.2",
"typescript": "^4.9.3",
"typescript": "^4.9.5",
"vitest": "^0.28.4"
}
}
Loading

0 comments on commit 49d09d1

Please sign in to comment.