Skip to content

Commit 4f65fc6

Browse files
committed
chore: update crates.io_bottom, github.com_sekrit-twc_zimg
Automated update via GitHub Actions workflow
1 parent 44ccd34 commit 4f65fc6

File tree

5 files changed

+17
-15
lines changed

5 files changed

+17
-15
lines changed

docs/package-catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Each package can be accessed using `getPackage(name)` or directly via `pantry.do
88

99
- **Total Packages**: 1397
1010
- **Categories**: 27
11-
- **Last Updated**: 2025-08-15T03:53:46.264Z
11+
- **Last Updated**: 2025-08-15T05:30:39.177Z
1212

1313
## Table of Contents
1414

@@ -258,7 +258,7 @@ Each package can be accessed using `getPackage(name)` or directly via `pantry.do
258258
| Package | Description | Programs | Versions | Install |
259259
|---------|-------------|----------|----------|----------|
260260
| **[crates.io/bat](./packages/crates.io/bat/index.md)** () | Clone of cat(1) with syntax highlighting and Git integration | bat | 0.25.0 (+3) | `pkgx bat` |
261-
| **[crates.io/bottom](./packages/crates.io/bottom/index.md)** () | Yet another cross-platform graphical process/system monitor. | btm | 0.11.0 (+12) | `pkgx btm` |
261+
| **[crates.io/bottom](./packages/crates.io/bottom/index.md)** () | Yet another cross-platform graphical process/system monitor. | btm | 0.11.1 (+13) | `pkgx btm` |
262262
| **[crates.io/drill](./packages/crates.io/drill/index.md)** () | Drill is an HTTP load testing application written in Rust | drill | 0.8.3 (+0) | `pkgx drill` |
263263
| **[crates.io/du-dust](./packages/crates.io/du-dust/index.md)** () | A more intuitive version of du in rust | dust | 1.2.3 (+7) | `pkgx dust` |
264264
| **[crates.io/exa](./packages/crates.io/exa/index.md)** () | A modern replacement for ‘ls’. | exa | 0.10.1 (+0) | `pkgx exa` |

docs/packages/crates.io/bottom/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ This package provides the following executable programs:
2525
## Available Versions
2626

2727
<details>
28-
<summary>Show all 13 versions</summary>
28+
<summary>Show all 14 versions</summary>
2929

30-
- `0.11.0`, `0.10.2`, `0.10.1`, `0.10.0`, `0.9.7`
31-
- `0.9.6`, `0.9.5`, `0.9.4`, `0.9.3`, `0.9.2`
32-
- `0.9.1`, `0.9.0`, `0.8.0`
30+
- `0.11.1`, `0.11.0`, `0.10.2`, `0.10.1`, `0.10.0`
31+
- `0.9.7`, `0.9.6`, `0.9.5`, `0.9.4`, `0.9.3`
32+
- `0.9.2`, `0.9.1`, `0.9.0`, `0.8.0`
3333

3434
</details>
3535

36-
**Latest Version**: `0.11.0`
36+
**Latest Version**: `0.11.1`
3737

3838
### Install Specific Version
3939

docs/packages/github.com/sekrit-twc/zimg.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ This package provides the following executable programs:
2525
## Available Versions
2626

2727
<details>
28-
<summary>Show all 2 versions</summary>
28+
<summary>Show all 3 versions</summary>
2929

30-
- `3.0.5`, `3.0.4`
30+
- `3.0.6`, `3.0.5`, `3.0.4`
3131

3232
</details>
3333

34-
**Latest Version**: `3.0.5`
34+
**Latest Version**: `3.0.6`
3535

3636
### Install Specific Version
3737

3838
```bash
3939
# Install specific version
40-
sh <(curl https://pkgx.sh) +github.com/sekrit-twc/[email protected].5 -- $SHELL -i
40+
sh <(curl https://pkgx.sh) +github.com/sekrit-twc/[email protected].6 -- $SHELL -i
4141
```
4242

4343
## Usage Examples

src/packages/crates.io/bottom.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @domain `crates.io/bottom`
55
* @programs `btm`
6-
* @version `0.11.0` (13 versions available)
6+
* @version `0.11.1` (14 versions available)
77
* @versions From newest version to oldest.
88
*
99
* @install `launchpad install btm`
@@ -21,7 +21,7 @@
2121
* console.log(pkg.name) // "btm"
2222
* console.log(pkg.description) // "Yet another cross-platform graphical process/sy..."
2323
* console.log(pkg.programs) // ["btm"]
24-
* console.log(pkg.versions[0]) // "0.11.0" (latest)
24+
* console.log(pkg.versions[0]) // "0.11.1" (latest)
2525
* ```
2626
*
2727
* @see https://ts-pkgx.netlify.app/packages/crates-io/bottom.md
@@ -62,6 +62,7 @@ export const btmPackage = {
6262
* @see https://ts-pkgx.netlify.app/usage for installation instructions
6363
*/
6464
versions: [
65+
'0.11.1',
6566
'0.11.0',
6667
'0.10.2',
6768
'0.10.1',

src/packages/github.com/sekrit-twc/zimg.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* **github.com/sekrit-twc/zimg** - Scaling, colorspace conversion, and dithering library
33
*
44
* @domain `github.com/sekrit-twc/zimg`
5-
* @version `3.0.5` (2 versions available)
5+
* @version `3.0.6` (3 versions available)
66
* @versions From newest version to oldest.
77
*
88
* @install `launchpad install github.com/sekrit-twc/zimg`
@@ -14,7 +14,7 @@
1414
* const pkg = pantry.githubcomsekrittwczimg
1515
* console.log(pkg.name) // "github.com/sekrit-twc/zimg"
1616
* console.log(pkg.description) // "Scaling, colorspace conversion, and dithering l..."
17-
* console.log(pkg.versions[0]) // "3.0.5" (latest)
17+
* console.log(pkg.versions[0]) // "3.0.6" (latest)
1818
* ```
1919
*
2020
* @see https://ts-pkgx.netlify.app/packages/github-com/sekrit-twc/zimg.md
@@ -49,6 +49,7 @@ export const githubcomsekrittwczimgPackage = {
4949
* @see https://ts-pkgx.netlify.app/usage for installation instructions
5050
*/
5151
versions: [
52+
'3.0.6',
5253
'3.0.5',
5354
'3.0.4',
5455
] as const,

0 commit comments

Comments
 (0)