restql 1.2.2 → 1.2.3

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 +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,7 +4,7 @@ RESTful API Resolver for Nested-Linked Resources | 🕸 🕷
4
4
 
5
5
  ---
6
6
 
7
- [![npm](https://img.shields.io/npm/v/restql.svg?style=for-the-badge)](https://www.npmjs.com/package/restql/)
7
+ [![npm](https://img.shields.io/npm/v/restql.svg?style=for-the-badge)](https://www.npmjs.com/package/restql)
8
8
  ![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white)
9
9
  ![Prettier](https://img.shields.io/badge/-Prettier-FF69B4?style=for-the-badge&logo=prettier&logoColor=white)
10
10
 
@@ -36,7 +36,7 @@ npm install restql
36
36
  ##### Example
37
37
 
38
38
  ```js
39
- 'https://pokeapi.co/api/v2/pokemon/1/'
39
+ 'https://pokeapi.co/api/v2/pokemon/1'
40
40
  ```
41
41
 
42
42
  - `resolver` ([`Resolver`](https://github.com/relztic/restql/blob/main/src/types.ts#L1)): The resolver to apply.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "restql",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "RESTful API Resolver for Nested-Linked Resources | 🕸 🕷",
5
5
  "type": "module",
6
6
  "unpkg": "./dist/index.js",
@@ -46,12 +46,12 @@
46
46
  "recursive",
47
47
  "resolver"
48
48
  ],
49
- "author": "Ariel Díaz <relztic@gmail.com> (https://www.linkedin.com/in/relztic/)",
49
+ "author": "Ariel Díaz <relztic@gmail.com> (https://www.linkedin.com/in/relztic)",
50
50
  "license": "MIT",
51
51
  "bugs": {
52
- "url": "https://github.com/relztic/restql/issues/"
52
+ "url": "https://github.com/relztic/restql/issues"
53
53
  },
54
- "homepage": "https://github.com/relztic/restql/#readme",
54
+ "homepage": "https://github.com/relztic/restql#readme",
55
55
  "dependencies": {
56
56
  "es-toolkit": "^1.44.0"
57
57
  },