@kargjonas/sabus 0.1.2 → 0.1.3

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 +1 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  Minimal SharedArrayBuffer worker bus for low-overhead cross-worker data sharing.
4
4
 
5
- > [!NOTE]
6
5
  > Check the `examples/` directory. Each example has a focused `README` with context and usage notes.
7
6
 
8
7
  ## Install
@@ -10,13 +9,7 @@ Minimal SharedArrayBuffer worker bus for low-overhead cross-worker data sharing.
10
9
  Install from command line:
11
10
 
12
11
  ```bash
13
- npm install @kargjonas/sabus@0.1.0
14
- ```
15
-
16
- Install via `package.json`:
17
-
18
- ```bash
19
- "@kargjonas/sabus": "0.1.0"
12
+ npm install @kargjonas/sabus
20
13
  ```
21
14
 
22
15
  ## Quick start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kargjonas/sabus",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },