@nadrif/thread 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -51,9 +51,9 @@ A modular, feature-rich library for running CPU-intensive work in **Web Workers*
51
51
  ## Installation
52
52
 
53
53
  ```bash
54
- npm install thread
54
+ npm install @nadrif/thread
55
55
  # or
56
- bun add thread
56
+ bun add @nadrif/thread
57
57
  ```
58
58
 
59
59
  Peer dependency (optional — only needed for hooks):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nadrif/thread",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "author": "Nadrif LLC",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",