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 CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  [![NPM Downloads](https://img.shields.io/npm/dt/resora.svg)](https://www.npmjs.com/package/resora)
4
4
  [![npm version](https://img.shields.io/npm/v/resora.svg)](https://www.npmjs.com/package/resora)
5
- [![License](https://img.shields.io/npm/l/resora.svg)](https://github.com/arcstack-hq/resora/blob/main/LICENSE)
6
- [![CI](https://github.com/arcstack-hq/resora/actions/workflows/ci.yml/badge.svg)](https://github.com/arcstack-hq/resora/actions/workflows/ci.yml)
7
- [![Deploy Docs](https://github.com/arcstack-hq/resora/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/arcstack-hq/resora/actions/workflows/deploy-docs.yml)
5
+ [![License](https://img.shields.io/npm/l/resora.svg)](https://github.com/arkstack-hq/resora/blob/main/LICENSE)
6
+ [![CI](https://github.com/arkstack-hq/resora/actions/workflows/ci.yml/badge.svg)](https://github.com/arkstack-hq/resora/actions/workflows/ci.yml)
7
+ [![Deploy Docs](https://github.com/arkstack-hq/resora/actions/workflows/deploy-docs.yml/badge.svg)](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://arcstack-hq.github.io/resora/guide/getting-started
211
- - Configuration: https://arcstack-hq.github.io/resora/guide/configuration
212
- - Conditional Rendering: https://arcstack-hq.github.io/resora/guide/conditional-attributes
213
- - Pagination & Cursor Recipes: https://arcstack-hq.github.io/resora/guide/pagination-cursor-recipes
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