@thymian/core 0.0.2 → 0.0.3-canary.20260126-3a88d94
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 +8 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Thymian
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Add resilience and HTTP conformance to your API development workflow. Thymian is a lightweight, language-agnostic library that helps you build robust APIs.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## @thymian/core
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Core framework for Thymian's plugin system.
|
|
8
|
+
|
|
9
|
+
## Documentation
|
|
10
|
+
|
|
11
|
+
For comprehensive documentation, visit [Thymian Documentation](https://thymian.dev/).
|