@scalar/mock-server 0.8.41 → 0.8.42
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.
- package/CHANGELOG.md +20 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @scalar/mock-server
|
|
2
2
|
|
|
3
|
+
## 0.8.42
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/oas-utils@0.6.47**
|
|
10
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
|
|
11
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: remove unnecessary property truncation in example generation
|
|
12
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): chore: map themeId to slug and add default operation to drafts
|
|
13
|
+
|
|
14
|
+
- **@scalar/helpers@0.2.16**
|
|
15
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
|
|
16
|
+
|
|
17
|
+
- **@scalar/json-magic@0.11.5**
|
|
18
|
+
|
|
19
|
+
- **@scalar/openapi-parser@0.24.14**
|
|
20
|
+
|
|
21
|
+
- **@scalar/openapi-upgrader@0.1.8**
|
|
22
|
+
|
|
3
23
|
## 0.8.41
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"swagger",
|
|
17
17
|
"cli"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.8.
|
|
19
|
+
"version": "0.8.42",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20"
|
|
22
22
|
},
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@faker-js/faker": "^10.2.0",
|
|
55
|
-
"hono": "4.11.
|
|
56
|
-
"@scalar/json-magic": "0.11.
|
|
57
|
-
"@scalar/oas-utils": "0.6.
|
|
58
|
-
"@scalar/helpers": "0.2.
|
|
59
|
-
"@scalar/openapi-
|
|
55
|
+
"hono": "4.11.10",
|
|
56
|
+
"@scalar/json-magic": "0.11.5",
|
|
57
|
+
"@scalar/oas-utils": "0.6.47",
|
|
58
|
+
"@scalar/helpers": "0.2.16",
|
|
59
|
+
"@scalar/openapi-types": "0.5.3",
|
|
60
60
|
"@scalar/openapi-upgrader": "0.1.8",
|
|
61
|
-
"@scalar/openapi-
|
|
61
|
+
"@scalar/openapi-parser": "0.24.14"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/node": "^22.19.3",
|