@scalar/mock-server 0.8.8 → 0.8.10
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 +28 -0
- package/README.md +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @scalar/mock-server
|
|
2
2
|
|
|
3
|
+
## 0.8.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/openapi-parser@0.23.12**
|
|
10
|
+
- [#7719](https://github.com/scalar/scalar/pull/7719): fix: self-referencing causes infinite loop in `dereference`
|
|
11
|
+
|
|
12
|
+
- **@scalar/oas-utils@0.6.15**
|
|
13
|
+
|
|
14
|
+
## 0.8.9
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
#### Updated Dependencies
|
|
19
|
+
|
|
20
|
+
- **@scalar/helpers@0.2.6**
|
|
21
|
+
- [#7661](https://github.com/scalar/scalar/pull/7661): fix: all issues for client modal v2 preparation
|
|
22
|
+
|
|
23
|
+
- **@scalar/oas-utils@0.6.14**
|
|
24
|
+
|
|
25
|
+
- **@scalar/json-magic@0.8.10**
|
|
26
|
+
|
|
27
|
+
- **@scalar/openapi-parser@0.23.11**
|
|
28
|
+
|
|
29
|
+
- **@scalar/openapi-upgrader@0.1.6**
|
|
30
|
+
|
|
3
31
|
## 0.8.8
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ A powerful Node.js mock server that automatically generates realistic API respon
|
|
|
16
16
|
|
|
17
17
|
## Documentation
|
|
18
18
|
|
|
19
|
-
[Read the documentation here](https://guides.scalar.com/
|
|
19
|
+
[Read the documentation here](https://guides.scalar.com/products/mock-server/getting-started)
|
|
20
20
|
|
|
21
21
|
## Changelog
|
|
22
22
|
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"swagger",
|
|
17
17
|
"cli"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.8.
|
|
19
|
+
"version": "0.8.10",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20"
|
|
22
22
|
},
|
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
"type": "npm-license"
|
|
49
49
|
}
|
|
50
50
|
],
|
|
51
|
-
"documentation": "https://guides.scalar.com/
|
|
51
|
+
"documentation": "https://guides.scalar.com/products/mock-server/getting-started"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@faker-js/faker": "^9.0.0",
|
|
55
55
|
"hono": "4.10.3",
|
|
56
|
-
"@scalar/
|
|
57
|
-
"@scalar/
|
|
58
|
-
"@scalar/oas-utils": "0.6.
|
|
56
|
+
"@scalar/json-magic": "0.8.10",
|
|
57
|
+
"@scalar/helpers": "0.2.6",
|
|
58
|
+
"@scalar/oas-utils": "0.6.15",
|
|
59
|
+
"@scalar/openapi-parser": "0.23.12",
|
|
59
60
|
"@scalar/openapi-types": "0.5.3",
|
|
60
|
-
"@scalar/openapi-upgrader": "0.1.6"
|
|
61
|
-
"@scalar/openapi-parser": "0.23.10"
|
|
61
|
+
"@scalar/openapi-upgrader": "0.1.6"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/node": "^22.9.0",
|