@scalar/mock-server 0.8.21 → 0.8.23

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 +31 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @scalar/mock-server
2
2
 
3
+ ## 0.8.23
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/json-magic@0.9.4**
10
+ - [#7922](https://github.com/scalar/scalar/pull/7922): fix: resolve $ref entries inside arrays (e.g. oneOf, allOf) in prefixInternalRefRecursive
11
+
12
+ - **@scalar/oas-utils@0.6.28**
13
+
14
+ - **@scalar/openapi-parser@0.24.5**
15
+
16
+ ## 0.8.22
17
+
18
+ ### Patch Changes
19
+
20
+ #### Updated Dependencies
21
+
22
+ - **@scalar/oas-utils@0.6.27**
23
+ - [#7894](https://github.com/scalar/scalar/pull/7894): fix: the import and export of redirect to proxy
24
+
25
+ - **@scalar/helpers@0.2.9**
26
+ - [#7894](https://github.com/scalar/scalar/pull/7894): fix: the import and export of redirect to proxy
27
+
28
+ - **@scalar/json-magic@0.9.3**
29
+
30
+ - **@scalar/openapi-parser@0.24.4**
31
+
32
+ - **@scalar/openapi-upgrader@0.1.8**
33
+
3
34
  ## 0.8.21
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "swagger",
17
17
  "cli"
18
18
  ],
19
- "version": "0.8.21",
19
+ "version": "0.8.23",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -53,12 +53,12 @@
53
53
  "dependencies": {
54
54
  "@faker-js/faker": "^10.2.0",
55
55
  "hono": "4.11.4",
56
- "@scalar/json-magic": "0.9.2",
57
- "@scalar/oas-utils": "0.6.26",
58
- "@scalar/openapi-types": "0.5.3",
59
- "@scalar/helpers": "0.2.8",
56
+ "@scalar/helpers": "0.2.9",
57
+ "@scalar/json-magic": "0.9.4",
58
+ "@scalar/openapi-parser": "0.24.5",
60
59
  "@scalar/openapi-upgrader": "0.1.8",
61
- "@scalar/openapi-parser": "0.24.3"
60
+ "@scalar/openapi-types": "0.5.3",
61
+ "@scalar/oas-utils": "0.6.28"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/node": "^22.19.3",