tabus-js 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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,9 +6,9 @@
6
6
 
7
7
  > Type-safe cross-tab message bus for the browser, built on the native `BroadcastChannel` API.
8
8
 
9
- [![npm](https://img.shields.io/npm/v/tabus)](https://www.npmjs.com/package/tabus)
10
- [![license](https://img.shields.io/npm/l/tabus)](./LICENSE)
11
- [![types](https://img.shields.io/npm/types/tabus)](./src/core/types.ts)
9
+ [![npm](https://img.shields.io/npm/v/tabus-js)](https://www.npmjs.com/package/tabus-js)
10
+ [![license](https://img.shields.io/npm/l/tabus-js)](./LICENSE)
11
+ [![types](https://img.shields.io/npm/types/tabus-js)](./src/core/types.ts)
12
12
 
13
13
  ## Why
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabus-js",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Type-safe cross-tab message bus using BroadcastChannel, with in-memory fallback.",
5
5
  "author": "Rody Huancas <rodyhuancas.04@gmail.com>",
6
6
  "license": "MIT",