@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.
Files changed (2) hide show
  1. package/README.md +8 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,11 @@
1
- # core
1
+ # Thymian
2
2
 
3
- This library was generated with [Nx](https://nx.dev).
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
- ## Building
5
+ ## @thymian/core
6
6
 
7
- Run `nx build core` to build the library.
7
+ Core framework for Thymian's plugin system.
8
+
9
+ ## Documentation
10
+
11
+ For comprehensive documentation, visit [Thymian Documentation](https://thymian.dev/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thymian/core",
3
- "version": "0.0.2",
3
+ "version": "0.0.3-canary.20260126-3a88d94",
4
4
  "publishConfig": {
5
5
  "access": "restricted"
6
6
  },