@shushed/helpers 0.0.47 → 0.0.48

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 (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -956,7 +956,6 @@ var PubSubHelper = class extends Runtime {
956
956
  }
957
957
  async ensureSubscribtionExists(subscriptionName, opts) {
958
958
  let [subscriptions] = await opts.topic.getSubscriptions();
959
- console.log("subscriptions x", JSON.stringify(subscriptions), subscriptionName);
960
959
  let subscription = subscriptions.find((subscription2) => this.getNameFromFullyQualifiedName(subscription2.name) === subscriptionName) || null;
961
960
  const [subscriptionMetaData] = await subscription?.getMetadata() || [null];
962
961
  const createPayload = await this.updateSubscription(subscriptionName, subscription, subscriptionMetaData, opts);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",