@scalar/mock-server 0.9.16 → 0.9.17
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 +2 -0
- package/README.md +1 -1
- package/dist/routes/respond-with-authorize-page.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
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://scalar.com/
|
|
19
|
+
[Read the documentation here](https://scalar.com/tools/mock-server/getting-started)
|
|
20
20
|
|
|
21
21
|
## Changelog
|
|
22
22
|
|
|
@@ -138,7 +138,7 @@ function generateAuthorizationHtml(redirectUrl, deniedUrl, title = '', scopes =
|
|
|
138
138
|
</div>
|
|
139
139
|
|
|
140
140
|
<p class="text-xs text-gray-400 mt-5 text-center">
|
|
141
|
-
This authorization page is provided by the <a href="https://scalar.com/
|
|
141
|
+
This authorization page is provided by the <a href="https://scalar.com/tools/mock-server/getting-started" target="_blank" class="underline text-gray-600 hover:text-gray-800">Scalar Mock Server</a>.
|
|
142
142
|
</p>
|
|
143
143
|
|
|
144
144
|
</div>
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"swagger",
|
|
17
17
|
"cli"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.9.
|
|
19
|
+
"version": "0.9.17",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=22"
|
|
22
22
|
},
|
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
"type": "npm-license"
|
|
49
49
|
}
|
|
50
50
|
],
|
|
51
|
-
"documentation": "https://scalar.com/
|
|
51
|
+
"documentation": "https://scalar.com/tools/mock-server/getting-started"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@faker-js/faker": "^10.4.0",
|
|
55
55
|
"hono": "^4.12.7",
|
|
56
56
|
"@scalar/helpers": "0.4.3",
|
|
57
57
|
"@scalar/json-magic": "0.12.5",
|
|
58
|
-
"@scalar/oas-utils": "0.10.15",
|
|
59
58
|
"@scalar/openapi-parser": "0.25.8",
|
|
60
|
-
"@scalar/
|
|
61
|
-
"@scalar/openapi-upgrader": "0.2.4"
|
|
59
|
+
"@scalar/oas-utils": "0.10.16",
|
|
60
|
+
"@scalar/openapi-upgrader": "0.2.4",
|
|
61
|
+
"@scalar/openapi-types": "0.7.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/node": "^24.1.0",
|