@bettertui/shared 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 +5 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @bettertui/shared
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@bettertui/shared.svg)](https://www.npmjs.com/package/@bettertui/shared)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+
6
+ > **Website:** [bettertui.dev](https://bettertui.dev) | **npm:** [npmjs.com/package/@bettertui/shared](https://www.npmjs.com/package/@bettertui/shared) | **Source:** [github.com/localfirstai/bettertui](https://github.com/localfirstai/bettertui)
7
+
3
8
  **Type-only package. Zero runtime code.** The shared vocabulary used by every other package.
4
9
 
5
10
  ## Exports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bettertui/shared",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Shared type definitions and protocols for the BetterTUI terminal UI framework",
5
5
  "keywords": [
6
6
  "types",
@@ -11,14 +11,14 @@
11
11
  ],
12
12
  "license": "MIT",
13
13
  "author": "SOUMITRO-SAHA <soumitrosahaofficial@gmail.com>",
14
- "homepage": "https://github.com/bettertui/bettertui/tree/main/packages/shared#readme",
14
+ "homepage": "https://bettertui.dev",
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://github.com/bettertui/bettertui.git",
17
+ "url": "https://github.com/localfirstai/bettertui.git",
18
18
  "directory": "packages/shared"
19
19
  },
20
20
  "bugs": {
21
- "url": "https://github.com/bettertui/bettertui/issues"
21
+ "url": "https://github.com/localfirstai/bettertui/issues"
22
22
  },
23
23
  "engines": {
24
24
  "node": ">=24.15.0"