@shushed/helpers 0.0.198-v2-20251117110037 → 0.0.198-v2-20251117111213

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.
@@ -396,7 +396,7 @@ class EnvEngine extends runtime_1.default {
396
396
  await (0, jose_1.jwtVerify)(accessToken, await (0, jose_1.importJWK)(publicKey, keyMeta.alg), {
397
397
  issuer: ['https://accounts.google.com', 'accounts.google.com'],
398
398
  clockTolerance: 0,
399
- audience: [expectedAudience, expectedAudience + '-' + this.workflowId, expectedAudience + '-' + this.workflowId + '-' + this.triggerId],
399
+ audience: [expectedAudience, expectedAudience + '-' + this.workflowId, expectedAudience + '-' + this.workflowId + '-' + this.triggerId, expectedAudience + '/' + this.workflowId + '/' + this.triggerId, expectedAudience + '/' + this.workflowId, expectedAudience + '/' + this.triggerId, expectedAudience + '-' + this.triggerId],
400
400
  });
401
401
  }
402
402
  catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.198-v2-20251117110037",
3
+ "version": "0.0.198-v2-20251117111213",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",