greybel-interpreter 0.2.1 → 0.2.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.
@@ -86,6 +86,7 @@ var Interpreter = /** @class */ (function () {
86
86
  resourceHandler: me.resourceHandler
87
87
  });
88
88
  mainContext = new context_1.OperationContext({
89
+ target: me.target,
89
90
  isProtected: true,
90
91
  debugger: me.debugger,
91
92
  cps: cps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greybel-interpreter",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Interpreter",
5
5
  "main": "dist/index",
6
6
  "typings": "dist/index",