restql 1.2.6 → 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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,19 +15,19 @@ By specifying a set of properties to describe the paths.
15
15
 
16
16
  ### Package Manager
17
17
 
18
- #### npm
18
+ #### NPM
19
19
 
20
20
  ```sh
21
21
  npm install restql
22
22
  ```
23
23
 
24
- #### yarn
24
+ #### Yarn
25
25
 
26
26
  ```sh
27
27
  yarn add restql
28
28
  ```
29
29
 
30
- #### pnpm
30
+ #### PNPM
31
31
 
32
32
  ```sh
33
33
  pnpm add restql
@@ -41,7 +41,7 @@ pnpm add restql
41
41
  <script src="https://cdn.jsdelivr.net/npm/restql/dist/index.min.js"></script>
42
42
  ```
43
43
 
44
- #### unpkg
44
+ #### UNPKG
45
45
 
46
46
  ```html
47
47
  <script src="https://unpkg.com/restql/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "restql",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "RESTful API Resolver for Nested-Linked Resources | 🕸 🕷",
5
5
  "type": "module",
6
6
  "unpkg": "./dist/index.js",