blokctl 0.2.8 → 0.2.9
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.
|
@@ -906,7 +906,7 @@ function updateQueueProvider(triggerDestDir, provider) {
|
|
|
906
906
|
function getProviderDependencies(triggers, pubsubProvider, queueProvider) {
|
|
907
907
|
const deps = {};
|
|
908
908
|
const pubsubProviderDeps = {
|
|
909
|
-
gcp: { "@google-cloud/pubsub": "^
|
|
909
|
+
gcp: { "@google-cloud/pubsub": "^5.0.0" },
|
|
910
910
|
aws: { "@aws-sdk/client-sns": "^3.980.0", "@aws-sdk/client-sqs": "^3.980.0" },
|
|
911
911
|
azure: { "@azure/service-bus": "^7.9.5" },
|
|
912
912
|
};
|