@shushed/helpers 0.0.158 → 0.0.159

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -109055,8 +109055,8 @@ var ActionHelper = class _ActionHelper {
109055
109055
  if (!this.opts) {
109056
109056
  throw new Error("Invariant. onExecute must be called first");
109057
109057
  }
109058
- this.config = Object.fromEntries(Object.entries(this.config).map(([key, value]) => [key, typeof value === "string" ? value.indexOf("process.env.") === 0 ? this.resolveEnvName(value.slice("process.env.".length)) : value : value]));
109059
109058
  this.runtime = this.getRuntime();
109059
+ this.config = Object.fromEntries(Object.entries(this.config).map(([key, value]) => [key, typeof value === "string" ? value.indexOf("process.env.") === 0 ? this.resolveEnvName(value.slice("process.env.".length)) : value : value]));
109060
109060
  this.rateLimiters = this.getRateLimiters();
109061
109061
  if (this.rateLimiters) {
109062
109062
  const key = this.actionOptions.rateLimit.name;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.158",
3
+ "version": "0.0.159",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",