@n1k1t/mock-server 0.1.49 → 0.1.50

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/lib/package.json +1 -8
  2. package/package.json +1 -8
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n1k1t/mock-server",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
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",
@@ -74,11 +74,7 @@
74
74
  "author": "n1k1t",
75
75
  "license": "MIT",
76
76
  "devDependencies": {
77
- "@babel/plugin-transform-typescript": "7.19.3",
78
- "@babel/preset-env": "7.19.4",
79
- "@n1k1t/task-processor": "0.1.21",
80
77
  "@n1k1t/unit-generator": "0.1.3",
81
- "@types/babelify": "7.3.7",
82
78
  "@types/commander": "2.12.2",
83
79
  "@types/express": "4.17.13",
84
80
  "@types/http-proxy": "1.17.9",
@@ -91,7 +87,6 @@
91
87
  "@types/webpack": "5.28.5",
92
88
  "@types/webpack-livereload-plugin": "2.3.6",
93
89
  "@types/ws": "8.5.13",
94
- "babelify": "10.0.0",
95
90
  "chart.js": "4.4.8",
96
91
  "css-loader": "7.1.2",
97
92
  "fnv1a": "1.1.1",
@@ -104,7 +99,6 @@
104
99
  "ts-jest": "29.1.1",
105
100
  "ts-loader": "9.5.2",
106
101
  "ts-node": "10.9.2",
107
- "tsify": "5.0.4",
108
102
  "typescript": "5.7.2",
109
103
  "webpack": "5.98.0",
110
104
  "webpack-cli": "6.0.1",
@@ -121,7 +115,6 @@
121
115
  "deepmerge": "4.3.1",
122
116
  "fast-xml-parser": "4.5.0",
123
117
  "handlebars": "4.7.7",
124
- "http-proxy": "1.18.1",
125
118
  "https-proxy-agent": "7.0.6",
126
119
  "ioredis": "5.4.1",
127
120
  "jsonpath-plus": "7.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n1k1t/mock-server",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
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",
@@ -74,11 +74,7 @@
74
74
  "author": "n1k1t",
75
75
  "license": "MIT",
76
76
  "devDependencies": {
77
- "@babel/plugin-transform-typescript": "7.19.3",
78
- "@babel/preset-env": "7.19.4",
79
- "@n1k1t/task-processor": "0.1.21",
80
77
  "@n1k1t/unit-generator": "0.1.3",
81
- "@types/babelify": "7.3.7",
82
78
  "@types/commander": "2.12.2",
83
79
  "@types/express": "4.17.13",
84
80
  "@types/http-proxy": "1.17.9",
@@ -91,7 +87,6 @@
91
87
  "@types/webpack": "5.28.5",
92
88
  "@types/webpack-livereload-plugin": "2.3.6",
93
89
  "@types/ws": "8.5.13",
94
- "babelify": "10.0.0",
95
90
  "chart.js": "4.4.8",
96
91
  "css-loader": "7.1.2",
97
92
  "fnv1a": "1.1.1",
@@ -104,7 +99,6 @@
104
99
  "ts-jest": "29.1.1",
105
100
  "ts-loader": "9.5.2",
106
101
  "ts-node": "10.9.2",
107
- "tsify": "5.0.4",
108
102
  "typescript": "5.7.2",
109
103
  "webpack": "5.98.0",
110
104
  "webpack-cli": "6.0.1",
@@ -121,7 +115,6 @@
121
115
  "deepmerge": "4.3.1",
122
116
  "fast-xml-parser": "4.5.0",
123
117
  "handlebars": "4.7.7",
124
- "http-proxy": "1.18.1",
125
118
  "https-proxy-agent": "7.0.6",
126
119
  "ioredis": "5.4.1",
127
120
  "jsonpath-plus": "7.2.0",