@alistt69/create-api 0.1.6 → 0.1.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -118,4 +118,4 @@ api.util.setQueryData('getPost', '1', { id: '1', title: 'Local title' });
118
118
 
119
119
  MIT — free and open for everyone.
120
120
 
121
- _See [License](./LICENSE)._
121
+ _See [LICENSE](./LICENSE)._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alistt69/create-api",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Lightweight createApi with query/mutation/lazy hooks",
5
5
  "type": "module",
6
6
  "sideEffects": false,