@n1k1t/mock-server 0.1.47 → 0.1.48
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/lib/package.json +2 -2
- package/package.json +2 -2
- package/public/scripts/main.js +2 -2539
package/lib/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n1k1t/mock-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.48",
|
|
4
4
|
"description": "Powerful util to setup mocks over HTTP APIs",
|
|
5
5
|
"main": "lib/src/index.js",
|
|
6
6
|
"types": "lib/src/index.d.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"test": "NODE_ENV=test TZ=UTC npx jest",
|
|
12
12
|
"start": "node lib/src/index",
|
|
13
13
|
"start:dev": "npx webpack watch --mode development",
|
|
14
|
-
"gui:build": "
|
|
14
|
+
"gui:build": "npx webpack --mode production",
|
|
15
15
|
"gui:build:check": "exit 0",
|
|
16
16
|
"server:build": "rm -rf lib && npx tsc",
|
|
17
17
|
"server:build:check": "npx tsc --noEmit",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n1k1t/mock-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.48",
|
|
4
4
|
"description": "Powerful util to setup mocks over HTTP APIs",
|
|
5
5
|
"main": "lib/src/index.js",
|
|
6
6
|
"types": "lib/src/index.d.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"test": "NODE_ENV=test TZ=UTC npx jest",
|
|
12
12
|
"start": "node lib/src/index",
|
|
13
13
|
"start:dev": "npx webpack watch --mode development",
|
|
14
|
-
"gui:build": "
|
|
14
|
+
"gui:build": "npx webpack --mode production",
|
|
15
15
|
"gui:build:check": "exit 0",
|
|
16
16
|
"server:build": "rm -rf lib && npx tsc",
|
|
17
17
|
"server:build:check": "npx tsc --noEmit",
|