resora 1.2.4 → 1.2.7

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 +9 -9
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,10 +2,10 @@
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/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
- [![codecov](https://codecov.io/gh/arkstack-hq/resora/graph/badge.svg?token=IBgFGJCoOr)](https://codecov.io/gh/arkstack-hq/resora)
5
+ [![License](https://img.shields.io/npm/l/resora.svg)](https://github.com/arkstack-tmp/resora/blob/main/LICENSE)
6
+ [![CI](https://github.com/arkstack-tmp/resora/actions/workflows/ci.yml/badge.svg)](https://github.com/arkstack-tmp/resora/actions/workflows/ci.yml)
7
+ [![Deploy Docs](https://github.com/arkstack-tmp/resora/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/arkstack-tmp/resora/actions/workflows/deploy-docs.yml)
8
+ [![codecov](https://codecov.io/gh/arkstack-tmp/resora/graph/badge.svg?token=IBgFGJCoOr)](https://codecov.io/gh/arkstack-tmp/resora)
9
9
 
10
10
  Resora is a structured API response layer for Node.js and TypeScript backends.
11
11
 
@@ -242,7 +242,7 @@ Plugins can:
242
242
 
243
243
  Available plugins:
244
244
 
245
- - [`@resora/plugin-clear-router`](https://arkstack-hq.github.io/resora/plugins/clear-router.md)
245
+ - [`@resora/plugin-clear-router`](https://arkstack-tmp.github.io/resora/plugins/clear-router.md)
246
246
 
247
247
  ## Conditional Rendering Example
248
248
 
@@ -274,10 +274,10 @@ It is intentionally not opinionated about routing, validation, or persistence.
274
274
 
275
275
  ## Documentation
276
276
 
277
- - Getting Started: https://arkstack-hq.github.io/resora/guide/getting-started
278
- - Configuration: https://arkstack-hq.github.io/resora/guide/configuration
279
- - Conditional Rendering: https://arkstack-hq.github.io/resora/guide/conditional-attributes
280
- - Pagination & Cursor Recipes: https://arkstack-hq.github.io/resora/guide/pagination-cursor-recipes
277
+ - Getting Started: https://arkstack-tmp.github.io/resora/guide/getting-started
278
+ - Configuration: https://arkstack-tmp.github.io/resora/guide/configuration
279
+ - Conditional Rendering: https://arkstack-tmp.github.io/resora/guide/conditional-attributes
280
+ - Pagination & Cursor Recipes: https://arkstack-tmp.github.io/resora/guide/pagination-cursor-recipes
281
281
 
282
282
  ## License
283
283
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "resora",
3
- "version": "1.2.4",
3
+ "version": "1.2.7",
4
4
  "description": "A structured API response layer for Node.js and TypeScript with automatic JSON responses, collection support, and pagination handling.",
5
5
  "keywords": [
6
6
  "api",
@@ -14,13 +14,13 @@
14
14
  "json",
15
15
  "response"
16
16
  ],
17
- "homepage": "https://arkstack-hq.github.io/resora",
17
+ "homepage": "https://arkstack-tmp.github.io/resora",
18
18
  "bugs": {
19
- "url": "https://github.com/arkstack-hq/resora/issues"
19
+ "url": "https://github.com/arkstack-tmp/resora/issues"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "git+https://github.com/arkstack-hq/resora.git"
23
+ "url": "git+https://github.com/arkstack-tmp/resora.git"
24
24
  },
25
25
  "license": "MIT",
26
26
  "author": "3m1n1nce <3m1n1nce@toneflix.net>",
@@ -51,7 +51,7 @@
51
51
  "@types/express": "^4.17.21",
52
52
  "@types/node": "^20.10.6",
53
53
  "@vitest/coverage-v8": "4.0.18",
54
- "arkormx": "^2.0.11",
54
+ "arkormx": "^2.1.0",
55
55
  "barrelize": "^1.7.3",
56
56
  "eslint": "^10.0.0",
57
57
  "express": "^5.1.0",