@scalar/mock-server 0.8.32 → 0.8.34

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 +22 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @scalar/mock-server
2
2
 
3
+ ## 0.8.34
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/oas-utils@0.6.39**
10
+
11
+ ## 0.8.33
12
+
13
+ ### Patch Changes
14
+
15
+ #### Updated Dependencies
16
+
17
+ - **@scalar/json-magic@0.11.0**
18
+ - [#8095](https://github.com/scalar/scalar/pull/8095): feat: support loading files into the store
19
+ - [#8096](https://github.com/scalar/scalar/pull/8096): feat: store relative urls/paths against base under the url mappings
20
+
21
+ - **@scalar/oas-utils@0.6.38**
22
+
23
+ - **@scalar/openapi-parser@0.24.9**
24
+
3
25
  ## 0.8.32
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "swagger",
17
17
  "cli"
18
18
  ],
19
- "version": "0.8.32",
19
+ "version": "0.8.34",
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.7",
56
- "@scalar/json-magic": "0.10.0",
57
56
  "@scalar/helpers": "0.2.11",
58
- "@scalar/openapi-parser": "0.24.8",
57
+ "@scalar/json-magic": "0.11.0",
58
+ "@scalar/oas-utils": "0.6.39",
59
59
  "@scalar/openapi-types": "0.5.3",
60
- "@scalar/openapi-upgrader": "0.1.8",
61
- "@scalar/oas-utils": "0.6.37"
60
+ "@scalar/openapi-parser": "0.24.9",
61
+ "@scalar/openapi-upgrader": "0.1.8"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/node": "^22.19.3",