Skip to content

Commit

Permalink
docs: regen readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 10, 2025
1 parent 0a68035 commit 6b729a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/imgui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Browser ESM import:

[JSDelivr documentation](https://www.jsdelivr.com/)

Package sizes (brotli'd, pre-treeshake): ESM: 7.43 KB
Package sizes (brotli'd, pre-treeshake): ESM: 7.45 KB

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/logger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ For Node.js REPL:
const log = await import("@thi.ng/logger");
```

Package sizes (brotli'd, pre-treeshake): ESM: 871 bytes
Package sizes (brotli'd, pre-treeshake): ESM: 901 bytes

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/mime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ For Node.js REPL:
const mime = await import("@thi.ng/mime");
```

Package sizes (brotli'd, pre-treeshake): ESM: 4.79 KB
Package sizes (brotli'd, pre-treeshake): ESM: 4.82 KB

## Dependencies

Expand Down
3 changes: 2 additions & 1 deletion packages/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ For Node.js REPL:
const ser = await import("@thi.ng/server");
```

Package sizes (brotli'd, pre-treeshake): ESM: 4.56 KB
Package sizes (brotli'd, pre-treeshake): ESM: 5.24 KB

## Dependencies

Expand All @@ -162,6 +162,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 4.56 KB
- [@thi.ng/paths](https://github.com/thi-ng/umbrella/tree/develop/packages/paths)
- [@thi.ng/router](https://github.com/thi-ng/umbrella/tree/develop/packages/router)
- [@thi.ng/strings](https://github.com/thi-ng/umbrella/tree/develop/packages/strings)
- [@thi.ng/timestamp](https://github.com/thi-ng/umbrella/tree/develop/packages/timestamp)
- [@thi.ng/uuid](https://github.com/thi-ng/umbrella/tree/develop/packages/uuid)

Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
Expand Down

0 comments on commit 6b729a5

Please sign in to comment.