resora 0.2.2 → 0.2.4
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 +7 -7
- package/dist/index.cjs +6 -1861
- package/dist/index.mjs +6 -1779
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/resora)
|
|
4
4
|
[](https://www.npmjs.com/package/resora)
|
|
5
|
-
[](https://github.com/
|
|
6
|
-
[](https://github.com/arkstack-hq/resora/blob/main/LICENSE)
|
|
6
|
+
[](https://github.com/arkstack-hq/resora/actions/workflows/ci.yml)
|
|
7
|
+
[](https://github.com/arkstack-hq/resora/actions/workflows/deploy-docs.yml)
|
|
8
8
|
|
|
9
9
|
Resora is a structured API response layer for Node.js and TypeScript backends.
|
|
10
10
|
|
|
@@ -207,10 +207,10 @@ It is intentionally not opinionated about routing, validation, or persistence.
|
|
|
207
207
|
|
|
208
208
|
## Documentation
|
|
209
209
|
|
|
210
|
-
- Getting Started: https://
|
|
211
|
-
- Configuration: https://
|
|
212
|
-
- Conditional Rendering: https://
|
|
213
|
-
- Pagination & Cursor Recipes: https://
|
|
210
|
+
- Getting Started: https://arkstack-hq.github.io/resora/guide/getting-started
|
|
211
|
+
- Configuration: https://arkstack-hq.github.io/resora/guide/configuration
|
|
212
|
+
- Conditional Rendering: https://arkstack-hq.github.io/resora/guide/conditional-attributes
|
|
213
|
+
- Pagination & Cursor Recipes: https://arkstack-hq.github.io/resora/guide/pagination-cursor-recipes
|
|
214
214
|
|
|
215
215
|
---
|
|
216
216
|
|