rspack-plugin-mock 0.2.0 → 0.3.0

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/package.json CHANGED
@@ -1,13 +1,15 @@
1
1
  {
2
2
  "name": "rspack-plugin-mock",
3
3
  "type": "module",
4
- "version": "0.2.0",
4
+ "version": "0.3.0",
5
5
  "description": "inject api mock server to development server",
6
6
  "author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo)",
7
7
  "license": "MIT",
8
8
  "keywords": [
9
9
  "mock",
10
10
  "mock server",
11
+ "rspack",
12
+ "rsbuild",
11
13
  "rspack-plugin",
12
14
  "rsbuild-plugin"
13
15
  ],
@@ -97,8 +99,8 @@
97
99
  },
98
100
  "devDependencies": {
99
101
  "@pengzhanbo/eslint-config": "^1.12.0",
100
- "@rsbuild/core": "1.0.1-beta.8",
101
- "@rspack/core": "1.0.0-beta.1",
102
+ "@rsbuild/core": "1.0.1-beta.9",
103
+ "@rspack/core": "1.0.0-beta.2",
102
104
  "@types/co-body": "^6.1.3",
103
105
  "@types/cookies": "^0.9.0",
104
106
  "@types/cors": "^2.8.17",
@@ -106,15 +108,14 @@
106
108
  "@types/formidable": "2.0.6",
107
109
  "@types/is-core-module": "^2.2.2",
108
110
  "@types/mime-types": "^2.1.4",
109
- "@types/node": "^22.0.2",
111
+ "@types/node": "^22.1.0",
110
112
  "@types/ws": "^8.5.12",
111
- "bumpp": "^9.4.1",
113
+ "bumpp": "^9.4.2",
112
114
  "conventional-changelog-cli": "^5.0.0",
113
- "esbuild": "^0.23.0",
114
115
  "eslint": "^9.8.0",
115
- "husky": "^9.1.1",
116
- "lint-staged": "^15.2.7",
117
- "tsup": "^8.2.3",
116
+ "husky": "^9.1.4",
117
+ "lint-staged": "^15.2.8",
118
+ "tsup": "^8.2.4",
118
119
  "typescript": "^5.5.4"
119
120
  },
120
121
  "lint-staged": {