phantomback 1.0.1 → 1.0.2

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 +5 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,11 @@
14
14
  Drop in your API schema → get a fully functional REST server with realistic data,
15
15
  JWT auth, pagination, filtering, sorting, search, and nested routes — in seconds.
16
16
 
17
- [Getting Started](#-quick-start) · [Config Guide](#-configuration) · [API Reference](#-auto-generated-routes) · [Examples](#-real-world-examples)
17
+ [Getting Started](https://phantombackxdocs.vercel.app/getting-started) · [Config Guide](https://phantombackxdocs.vercel.app/configuration) · [API Reference](https://phantombackxdocs.vercel.app/api-reference) · [Examples](https://phantombackxdocs.vercel.app/examples)
18
+
19
+ [Documentation](https://phantombackxdocs.vercel.app) · [npm](https://www.npmjs.com/package/phantomback) · [GitHub](https://github.com/madhavxchaturvedi/npm-phantomback)
20
+
21
+ Made by [Madhav Chaturvedi](https://madhavxchaturvedi.vercel.app) · [LinkedIn](https://www.linkedin.com/in/madhavxchaturvedi/) · [Instagram](https://www.instagram.com/madhavxchaturvedi)
18
22
 
19
23
  </div>
20
24
 
@@ -458,13 +462,3 @@ All responses follow a consistent format:
458
462
  ## 📄 License
459
463
 
460
464
  MIT © [Madhav Chaturvedi](https://github.com/madhavxchaturvedi)
461
-
462
- ---
463
-
464
- <div align="center">
465
-
466
- [Documentation](https://phantombackxdocs.vercel.app) · [npm](https://www.npmjs.com/package/phantomback) · [GitHub](https://github.com/madhavxchaturvedi/npm-phantomback)
467
-
468
- Made by [Madhav Chaturvedi](https://madhavxchaturvedi.vercel.app) · [LinkedIn](https://www.linkedin.com/in/madhavxchaturvedi/) · [Instagram](https://www.instagram.com/madhavxchaturvedi)
469
-
470
- </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phantomback",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Instant fake backend generator with smart responses & chaos engineering. Drop in your API schema → get a fully functional, stateful REST server with realistic data, auth, pagination, filtering, and Reality Mode for chaos testing.",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",