node-thread-decorator 1.0.0 → 1.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-thread-decorator",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "node thread decorator",
5
5
  "main": "dist/thread.decorator.js",
6
6
  "types": "dist/thread.decorator.d.ts",
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Module providing decorators for execution in separate threads.
3
3
  */
4
- declare module 'node-thread' {
4
+ declare module 'node-thread-decorator' {
5
5
  /**
6
6
  * Executes the decorated method in a separate thread.
7
7
  *