@boba-cli/markdown 0.1.0-alpha.2 → 0.1.0-alpha.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 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Markdown viewer component for Boba terminal UIs.
4
4
 
5
- <img src="../../examples/markdown-demo.gif" width="950" alt="Markdown component demo" />
5
+ <img src="../../examples/animations/markdown.gif" width="950" alt="Markdown component demo" />
6
6
 
7
7
  ## Features
8
8
 
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@boba-cli/markdown",
3
3
  "description": "Markdown viewer component for Boba terminal UIs",
4
- "version": "0.1.0-alpha.2",
4
+ "version": "0.1.0-alpha.3",
5
5
  "dependencies": {
6
6
  "marked": "^15.0.0",
7
7
  "marked-terminal": "^7.3.0",
8
- "@boba-cli/chapstick": "0.1.0-alpha.2",
9
- "@boba-cli/filesystem": "0.1.0-alpha.2",
10
- "@boba-cli/machine": "0.1.0-alpha.1",
11
- "@boba-cli/tea": "0.1.0-alpha.1",
12
- "@boba-cli/viewport": "0.1.0-alpha.2"
8
+ "@boba-cli/chapstick": "0.1.0-alpha.3",
9
+ "@boba-cli/filesystem": "0.1.0-alpha.3",
10
+ "@boba-cli/machine": "0.1.0-alpha.2",
11
+ "@boba-cli/tea": "1.0.0-alpha.2",
12
+ "@boba-cli/viewport": "0.1.0-alpha.3"
13
13
  },
14
14
  "devDependencies": {
15
15
  "typescript": "5.8.2",