@shushed/helpers 0.0.129 → 0.0.130

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 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -171306,10 +171306,7 @@ var ActionHelper = class _ActionHelper {
171306
171306
  workflowId: workflow.id,
171307
171307
  triggerId,
171308
171308
  url: flowUrl,
171309
- logging: {
171310
- log: (...args) => logging.log(...args),
171311
- error: (...args) => logging.error(...args)
171312
- }
171309
+ logging
171313
171310
  });
171314
171311
  return runtime;
171315
171312
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.129",
3
+ "version": "0.0.130",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",