@intuned/runtime-dev 1.0.6-cli.4 → 1.0.6-cli.6

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.
package/bin/intuned-run CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- require("/Users/omarhurani/Documents/GitHub/WebApp/apps/typescript-runtime/dist/commands/intuned-run/intuned-run.js");
3
+ require("../dist/commands/intuned-run/intuned-run.js");
@@ -181,6 +181,7 @@ async function* runApiGenerator({
181
181
  break;
182
182
  }
183
183
  } else {
184
+ (0, _asyncLocalStorage.getExecutionContext)();
184
185
  result = await importedModule.func(...automationFunctionParameters);
185
186
  }
186
187
  return (0, _neverthrow.ok)({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.0.6-cli.4",
3
+ "version": "1.0.6-cli.6",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",
@@ -13,7 +13,8 @@
13
13
  "./dist/common/asyncLocalStorage": "./dist/common/asyncLocalStorage/index.js",
14
14
  "./dist/common/cleanEnvironmentVariables": "./dist/common/cleanEnvironmentVariables.js",
15
15
  "./dist/common/constants": "./dist/common/constants.js",
16
- "./dist/commands/interface/run": "./dist/commands/interface/run.js"
16
+ "./dist/commands/interface/run": "./dist/commands/interface/run.js",
17
+ "./dist/commands/intuned-run/intuned-run": "./dist/commands/intuned-run/intuned-run.js"
17
18
  },
18
19
  "types": "./dist/index.d.ts",
19
20
  "author": "Intuned Team",