whistle.mockbubu 2.0.0-beta.0 → 2.0.0-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whistle.mockbubu",
3
- "version": "2.0.0-beta.0",
3
+ "version": "2.0.0-beta.1",
4
4
  "description": "mock response data",
5
5
  "scripts": {
6
6
  "lint": "eslint . --ext .js",
@@ -25,7 +25,7 @@
25
25
  ".gitignore",
26
26
  "index.js",
27
27
  "package.json",
28
- "*.md",
28
+ "README.md",
29
29
  "step1.png",
30
30
  "step2.png"
31
31
  ],
package/public/js/app.js CHANGED
@@ -1068,7 +1068,7 @@ const __default__ = {
1068
1068
  const deleteVersionHandler = (item, index) => {
1069
1069
  (0,_service__WEBPACK_IMPORTED_MODULE_11__.deleteVersion)({
1070
1070
  name: props.api.name,
1071
- versionName: item.filename
1071
+ versionId: item.id
1072
1072
  }).then(res => {
1073
1073
  const {
1074
1074
  code