@alistt69/create-api 0.2.9 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,8 +21,8 @@
21
21
 
22
22
  ## 🚀 Demo
23
23
 
24
- - [Live Demo](https://create-api-demo.vercel.app/)
25
- - **Interactive Sandbox:** Coming soon.
24
+ - _[Live Demo](https://create-api-demo.vercel.app/)_
25
+ - _Sandbox is coming soon..._
26
26
 
27
27
  ## ✨ Overview
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alistt69/create-api",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "Lightweight createApi with query/mutation/lazy hooks",
5
5
  "type": "module",
6
6
  "sideEffects": false,