@scalar/mock-server 0.8.43 → 0.8.46

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 +38 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @scalar/mock-server
2
2
 
3
+ ## 0.8.46
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/helpers@0.2.17**
10
+ - [#8310](https://github.com/scalar/scalar/pull/8310): refactor: move helpers to the helpers package to share primitive helpers
11
+
12
+ - **@scalar/openapi-upgrader@0.1.10**
13
+ - [#8272](https://github.com/scalar/scalar/pull/8272): feat: migrate swagger 2.0 response examples
14
+
15
+ - **@scalar/json-magic@0.11.6**
16
+ - [#8310](https://github.com/scalar/scalar/pull/8310): fix: properly parse json pointers
17
+
18
+ - **@scalar/oas-utils@0.8.1**
19
+ - [#8310](https://github.com/scalar/scalar/pull/8310): fix: correctly handle circular documents during the migration to indexdb
20
+
21
+ - **@scalar/openapi-parser@0.24.16**
22
+
23
+ ## 0.8.45
24
+
25
+ ### Patch Changes
26
+
27
+ #### Updated Dependencies
28
+
29
+ - **@scalar/oas-utils@0.8.0**
30
+ - [#8290](https://github.com/scalar/scalar/pull/8290): chore: update deps
31
+
32
+ ## 0.8.44
33
+
34
+ ### Patch Changes
35
+
36
+ #### Updated Dependencies
37
+
38
+ - **@scalar/oas-utils@0.7.0**
39
+ - [#8234](https://github.com/scalar/scalar/pull/8234): support operation level authentication and servers
40
+
3
41
  ## 0.8.43
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "swagger",
17
17
  "cli"
18
18
  ],
19
- "version": "0.8.43",
19
+ "version": "0.8.46",
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.10",
56
- "@scalar/helpers": "0.2.16",
57
- "@scalar/oas-utils": "0.6.48",
58
- "@scalar/json-magic": "0.11.5",
59
- "@scalar/openapi-parser": "0.24.15",
56
+ "@scalar/helpers": "0.2.17",
57
+ "@scalar/json-magic": "0.11.6",
58
+ "@scalar/oas-utils": "0.8.1",
59
+ "@scalar/openapi-parser": "0.24.16",
60
60
  "@scalar/openapi-types": "0.5.3",
61
- "@scalar/openapi-upgrader": "0.1.9"
61
+ "@scalar/openapi-upgrader": "0.1.10"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/node": "^22.19.3",