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": "^4.0.0" },
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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blokctl",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "author": "Deskree Technologies Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "description": "cli for blok",