@scalar/cli 0.2.220 → 0.2.221
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/README.md +8 -0
- package/dist/package.json.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -251,3 +251,11 @@ To symlink the package and use it globally on your machine:
|
|
|
251
251
|
pnpm cli:link
|
|
252
252
|
scalar --version
|
|
253
253
|
```
|
|
254
|
+
|
|
255
|
+
## Community
|
|
256
|
+
|
|
257
|
+
We are API nerds. You too? Let’s chat on Discord: <https://discord.gg/scalar>
|
|
258
|
+
|
|
259
|
+
## License
|
|
260
|
+
|
|
261
|
+
The source code in this repository is licensed under [MIT](https://github.com/scalar/scalar/blob/main/LICENSE).
|
package/dist/package.json.js
CHANGED
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"swagger",
|
|
17
17
|
"cli"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.2.
|
|
19
|
+
"version": "0.2.221",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=18"
|
|
22
22
|
},
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"commander": "^12.0.0",
|
|
42
42
|
"github-slugger": "^2.0.0",
|
|
43
43
|
"glob": "^10.3.10",
|
|
44
|
-
"hono": "^4.
|
|
44
|
+
"hono": "^4.6.5",
|
|
45
45
|
"kleur": "^4.1.5",
|
|
46
46
|
"prettyjson": "^1.2.5",
|
|
47
|
-
"@scalar/api-reference": "1.25.
|
|
47
|
+
"@scalar/api-reference": "1.25.38",
|
|
48
48
|
"@scalar/config": "0.1.1",
|
|
49
|
-
"@scalar/mock-server": "0.2.
|
|
50
|
-
"@scalar/oas-utils": "0.2.
|
|
51
|
-
"@scalar/openapi-
|
|
52
|
-
"@scalar/
|
|
53
|
-
"@scalar/
|
|
49
|
+
"@scalar/mock-server": "0.2.61",
|
|
50
|
+
"@scalar/oas-utils": "0.2.57",
|
|
51
|
+
"@scalar/openapi-types": "0.1.3",
|
|
52
|
+
"@scalar/openapi-parser": "0.8.7",
|
|
53
|
+
"@scalar/void-server": "2.0.12"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@rollup/plugin-json": "^6.1.0",
|