@scalar/mock-server 0.8.37 → 0.8.41

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 +65 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,70 @@
1
1
  # @scalar/mock-server
2
2
 
3
+ ## 0.8.41
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/oas-utils@0.6.46**
10
+
11
+ ## 0.8.40
12
+
13
+ ### Patch Changes
14
+
15
+ #### Updated Dependencies
16
+
17
+ - **@scalar/helpers@0.2.15**
18
+ - [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
19
+
20
+ - **@scalar/json-magic@0.11.4**
21
+ - [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
22
+
23
+ - **@scalar/oas-utils@0.6.45**
24
+ - [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
25
+
26
+ - **@scalar/openapi-parser@0.24.13**
27
+
28
+ - **@scalar/openapi-upgrader@0.1.8**
29
+
30
+ ## 0.8.39
31
+
32
+ ### Patch Changes
33
+
34
+ #### Updated Dependencies
35
+
36
+ - **@scalar/helpers@0.2.14**
37
+ - [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
38
+
39
+ - **@scalar/json-magic@0.11.3**
40
+ - [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
41
+
42
+ - **@scalar/oas-utils@0.6.44**
43
+ - [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
44
+
45
+ - **@scalar/openapi-parser@0.24.12**
46
+
47
+ - **@scalar/openapi-upgrader@0.1.8**
48
+
49
+ ## 0.8.38
50
+
51
+ ### Patch Changes
52
+
53
+ #### Updated Dependencies
54
+
55
+ - **@scalar/json-magic@0.11.2**
56
+ - [#8151](https://github.com/scalar/scalar/pull/8151): fix: resolve external references on windows
57
+
58
+ - **@scalar/oas-utils@0.6.43**
59
+ - [#7826](https://github.com/scalar/scalar/pull/7826): feat: added migrator for v1 local storage to v2 indexdb
60
+
61
+ - **@scalar/helpers@0.2.13**
62
+ - [#7826](https://github.com/scalar/scalar/pull/7826): feat: added migrator for v1 local storage to v2 indexdb
63
+
64
+ - **@scalar/openapi-parser@0.24.11**
65
+
66
+ - **@scalar/openapi-upgrader@0.1.8**
67
+
3
68
  ## 0.8.37
4
69
 
5
70
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "swagger",
17
17
  "cli"
18
18
  ],
19
- "version": "0.8.37",
19
+ "version": "0.8.41",
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.11.1",
57
- "@scalar/helpers": "0.2.12",
58
- "@scalar/openapi-parser": "0.24.10",
59
- "@scalar/openapi-types": "0.5.3",
60
- "@scalar/oas-utils": "0.6.42",
61
- "@scalar/openapi-upgrader": "0.1.8"
56
+ "@scalar/json-magic": "0.11.4",
57
+ "@scalar/oas-utils": "0.6.46",
58
+ "@scalar/helpers": "0.2.15",
59
+ "@scalar/openapi-parser": "0.24.13",
60
+ "@scalar/openapi-upgrader": "0.1.8",
61
+ "@scalar/openapi-types": "0.5.3"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/node": "^22.19.3",