@scalar/mock-server 0.8.10 → 0.8.12

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/CHANGELOG.md +28 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @scalar/mock-server
2
2
 
3
+ ## 0.8.12
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/oas-utils@0.6.17**
10
+
11
+ ## 0.8.11
12
+
13
+ ### Patch Changes
14
+
15
+ #### Updated Dependencies
16
+
17
+ - **@scalar/helpers@0.2.7**
18
+ - [#7720](https://github.com/scalar/scalar/pull/7720): feat: escape XML in json2xml
19
+
20
+ - **@scalar/openapi-upgrader@0.1.7**
21
+ - [#7739](https://github.com/scalar/scalar/pull/7739): fix: upgrade form to multipart/form
22
+ - [#7694](https://github.com/scalar/scalar/pull/7694): feat: migrate x-example and x-examples
23
+
24
+ - **@scalar/json-magic@0.9.0**
25
+ - [#7701](https://github.com/scalar/scalar/pull/7701): Made bundle external document extensions configurable
26
+
27
+ - **@scalar/oas-utils@0.6.16**
28
+
29
+ - **@scalar/openapi-parser@0.23.13**
30
+
3
31
  ## 0.8.10
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "swagger",
17
17
  "cli"
18
18
  ],
19
- "version": "0.8.10",
19
+ "version": "0.8.12",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -52,17 +52,17 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@faker-js/faker": "^9.0.0",
55
- "hono": "4.10.3",
56
- "@scalar/json-magic": "0.8.10",
57
- "@scalar/helpers": "0.2.6",
58
- "@scalar/oas-utils": "0.6.15",
59
- "@scalar/openapi-parser": "0.23.12",
55
+ "hono": "4.11.4",
56
+ "@scalar/helpers": "0.2.7",
57
+ "@scalar/json-magic": "0.9.0",
60
58
  "@scalar/openapi-types": "0.5.3",
61
- "@scalar/openapi-upgrader": "0.1.6"
59
+ "@scalar/openapi-upgrader": "0.1.7",
60
+ "@scalar/openapi-parser": "0.23.13",
61
+ "@scalar/oas-utils": "0.6.17"
62
62
  },
63
63
  "devDependencies": {
64
- "@types/node": "^22.9.0",
65
- "vite": "7.1.11",
64
+ "@types/node": "^22.19.3",
65
+ "vite": "7.3.0",
66
66
  "@scalar/build-tooling": "0.4.1"
67
67
  },
68
68
  "scripts": {