phantomback 2.0.0 → 2.0.1

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phantomback",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
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",
@@ -8,7 +8,7 @@
8
8
  ".": "./src/index.js"
9
9
  },
10
10
  "bin": {
11
- "phantomback": "./bin/phantomback.js"
11
+ "phantomback": "bin/phantomback.js"
12
12
  },
13
13
  "scripts": {
14
14
  "start": "node bin/phantomback.js start",