@alistt69/create-api 0.2.6 → 0.2.10
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 +7 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -11,14 +11,19 @@
|
|
|
11
11
|
|
|
12
12
|
[](https://www.npmjs.com/package/@alistt69/create-api)
|
|
13
13
|
[](https://nodejs.org/)
|
|
14
|
-
[](https://www.npmjs.com/package/@alistt69/create-api)
|
|
15
15
|
[](https://react.dev/)
|
|
16
16
|
[](./LICENSE)
|
|
17
|
-
[](https://github.com/alistt69/create-api/actions/workflows/ci.yml)
|
|
18
18
|
</td>
|
|
19
19
|
</tr>
|
|
20
20
|
</table>
|
|
21
21
|
|
|
22
|
+
## 🚀 Demo
|
|
23
|
+
|
|
24
|
+
- _[Live Demo](https://create-api-demo.vercel.app/)_
|
|
25
|
+
- _Sandbox is coming soon..._
|
|
26
|
+
|
|
22
27
|
## ✨ Overview
|
|
23
28
|
|
|
24
29
|
`@alistt69/create-api` is a lightweight [RTK Query-inspired](https://redux-toolkit.js.org/rtk-query/overview) helper for React apps that need a clean createApi experience without Redux.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alistt69/create-api",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10",
|
|
4
4
|
"description": "Lightweight createApi with query/mutation/lazy hooks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
},
|
|
55
55
|
"repository": {
|
|
56
56
|
"type": "git",
|
|
57
|
-
"url": "git+https://github.com/alistt69/
|
|
57
|
+
"url": "git+https://github.com/alistt69/create-api.git"
|
|
58
58
|
},
|
|
59
|
-
"homepage": "https://github.com/alistt69/
|
|
59
|
+
"homepage": "https://github.com/alistt69/create-api#readme",
|
|
60
60
|
"bugs": {
|
|
61
|
-
"url": "https://github.com/alistt69/
|
|
61
|
+
"url": "https://github.com/alistt69/create-api/issues"
|
|
62
62
|
},
|
|
63
63
|
"keywords": [
|
|
64
64
|
"react",
|