@scalar/mock-server 0.12.5 → 0.12.6
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 +6 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @scalar/mock-server
|
|
2
2
|
|
|
3
|
+
## 0.12.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#9710](https://github.com/scalar/scalar/pull/9710): Republish so the updated README (with the Scalar platform overview) reaches npm. Also renames the README generator metadata in package.json from `readme` to `scalarReadme`: npm treats a `readme` field as the readme text itself, so affected packages were published with a literal `[object Object]` readme on the registry instead of README.md.
|
|
8
|
+
|
|
3
9
|
## 0.12.5
|
|
4
10
|
|
|
5
11
|
## 0.12.4
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"swagger",
|
|
17
17
|
"cli"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.12.
|
|
19
|
+
"version": "0.12.6",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=22"
|
|
22
22
|
},
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"./dist",
|
|
36
36
|
"CHANGELOG.md"
|
|
37
37
|
],
|
|
38
|
-
"
|
|
38
|
+
"scalarReadme": {
|
|
39
39
|
"title": "Scalar Mock Server",
|
|
40
40
|
"badges": [
|
|
41
41
|
{
|
|
@@ -57,12 +57,12 @@
|
|
|
57
57
|
"ajv-formats": "^3.0.1",
|
|
58
58
|
"hono": "^4.12.7",
|
|
59
59
|
"yaml": "^2.8.3",
|
|
60
|
-
"@scalar/helpers": "0.9.
|
|
61
|
-
"@scalar/json-magic": "0.12.
|
|
62
|
-
"@scalar/openapi-types": "0.9.
|
|
63
|
-
"@scalar/openapi-upgrader": "0.2.
|
|
64
|
-
"@scalar/types": "0.16.
|
|
65
|
-
"@scalar/workspace-store": "0.55.
|
|
60
|
+
"@scalar/helpers": "0.9.1",
|
|
61
|
+
"@scalar/json-magic": "0.12.18",
|
|
62
|
+
"@scalar/openapi-types": "0.9.2",
|
|
63
|
+
"@scalar/openapi-upgrader": "0.2.10",
|
|
64
|
+
"@scalar/types": "0.16.3",
|
|
65
|
+
"@scalar/workspace-store": "0.55.5"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/node": "^24.1.0",
|