@shushed/helpers 0.0.198-v2-20251105081148 → 0.0.198-v2-20251105081851

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.
@@ -397,6 +397,7 @@ class PubSubHelper extends runtime_1.default {
397
397
  }
398
398
  const createPayload = await this.updateSubscription(subscriptionName, subscription, subscriptionMetaData, opts);
399
399
  if (createPayload && !subscription) {
400
+ this.logging.log('ensureSubscribtionExists creating subscription ' + subscriptionName, createPayload);
400
401
  try {
401
402
  await opts.topic.createSubscription(subscriptionName, createPayload);
402
403
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.198-v2-20251105081148",
3
+ "version": "0.0.198-v2-20251105081851",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",