superlib 1.2.1-nightly.20260111.b4a0032 → 1.2.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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Missing standard library for TypeScript
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
7
|
```sh
|
|
8
|
-
npm install superlib
|
|
8
|
+
npm install superlib
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Features:
|
|
@@ -18,10 +18,10 @@ npm install superlib@nightly
|
|
|
18
18
|
|
|
19
19
|
## Examples
|
|
20
20
|
|
|
21
|
-
- [github-stats](./packages/examples/github-stats/) - Fetches GitHub repository statistics using SuperLib's Task pipeline, SafeFetch, and FileSystem abstractions
|
|
21
|
+
- [github-stats](./packages/superlib/examples/github-stats/) - Fetches GitHub repository statistics using SuperLib's Task pipeline, SafeFetch, and FileSystem abstractions
|
|
22
22
|
|
|
23
23
|
### License
|
|
24
24
|
|
|
25
25
|
MIT
|
|
26
26
|
|
|
27
|
-
Special thanks to [davidhq](https://github.com/davidhq) for donating the npm's package name.
|
|
27
|
+
Special thanks to [davidhq](https://github.com/davidhq) for donating the npm's package name.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "superlib",
|
|
3
|
-
"version": "1.2.1
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "A missing standard library for TypeScript, providing utilities for async orchestration, error handling, filesystem abstraction, and common patterns",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"async",
|