@intuned/runtime-dev 1.0.6-cli.1 → 1.0.6-cli.2

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.
@@ -13,5 +13,8 @@ function runWithContext(contextData, callback, ...args) {
13
13
  }
14
14
  function getExecutionContext() {
15
15
  const contextData = asyncLocalStorage.getStore();
16
+ console.log({
17
+ getExecutionContext: contextData
18
+ });
16
19
  return contextData;
17
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.0.6-cli.1",
3
+ "version": "1.0.6-cli.2",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",