@scalar/cli 0.2.219 → 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 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).
@@ -1,3 +1,3 @@
1
- var version = "0.2.219";
1
+ var version = "0.2.221";
2
2
 
3
3
  export { version };
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "swagger",
17
17
  "cli"
18
18
  ],
19
- "version": "0.2.219",
19
+ "version": "0.2.221",
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },
@@ -41,15 +41,15 @@
41
41
  "commander": "^12.0.0",
42
42
  "github-slugger": "^2.0.0",
43
43
  "glob": "^10.3.10",
44
- "hono": "^4.2.7",
44
+ "hono": "^4.6.5",
45
45
  "kleur": "^4.1.5",
46
46
  "prettyjson": "^1.2.5",
47
- "@scalar/api-reference": "1.25.36",
47
+ "@scalar/api-reference": "1.25.38",
48
48
  "@scalar/config": "0.1.1",
49
- "@scalar/mock-server": "0.2.59",
50
- "@scalar/openapi-parser": "0.8.6",
51
- "@scalar/openapi-types": "0.1.2",
52
- "@scalar/oas-utils": "0.2.55",
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
53
  "@scalar/void-server": "2.0.12"
54
54
  },
55
55
  "devDependencies": {