@quenk/potoo 4.1.1 → 4.1.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.
@@ -1,7 +1,7 @@
1
1
  import { Err } from '@quenk/noni/lib/control/err';
2
2
  import { Address } from '../../../address';
3
3
  import { Actor } from '../../..';
4
- import { Template } from 'actor/template';
4
+ import { Template } from '../../../template';
5
5
  export declare const ERR_THREAD_INVALID = "ERR_THREAD_INVALID";
6
6
  /**
7
7
  * Thread serves as the execution context for a single actor.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenk/potoo",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "Message passing virtual machine.",
5
5
  "main": "lib/index.js",
6
6
  "types": "./lib/index.d.ts",