@scalar/cli 0.2.343 → 0.2.345

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
@@ -229,7 +229,7 @@ jobs:
229
229
  - name: Use Node.js
230
230
  uses: actions/setup-node@v4
231
231
  with:
232
- node-version: 20
232
+ node-version: 22
233
233
  - name: Validate OpenAPI File
234
234
  # Replace `./my-openapi-file.yaml` with the correct path and filename for your project.
235
235
  # Or: run `npx @scalar/cli init` and add the config file to your repository.
@@ -1,3 +1,3 @@
1
- var version = "0.2.343";
1
+ var version = "0.2.345";
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.343",
19
+ "version": "0.2.345",
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },
@@ -44,13 +44,13 @@
44
44
  "hono": "^4.6.5",
45
45
  "kleur": "^4.1.5",
46
46
  "prettyjson": "^1.2.5",
47
- "@scalar/api-reference": "1.28.25",
48
- "@scalar/mock-server": "0.3.19",
47
+ "@scalar/api-reference": "1.28.27",
48
+ "@scalar/config": "0.1.3",
49
49
  "@scalar/openapi-parser": "0.10.16",
50
- "@scalar/oas-utils": "0.2.135",
50
+ "@scalar/void-server": "2.1.0",
51
51
  "@scalar/openapi-types": "0.2.1",
52
- "@scalar/config": "0.1.3",
53
- "@scalar/void-server": "2.1.0"
52
+ "@scalar/mock-server": "0.3.21",
53
+ "@scalar/oas-utils": "0.2.137"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@rollup/plugin-json": "^6.1.0",
@@ -61,7 +61,7 @@
61
61
  "rollup-plugin-delete": "^2.0.0",
62
62
  "strip-ansi": "^7.1.0",
63
63
  "tslib": "^2.6.2",
64
- "@scalar/build-tooling": "0.1.17"
64
+ "@scalar/build-tooling": "0.1.18"
65
65
  },
66
66
  "scripts": {
67
67
  "@scalar/cli": "pnpm vite-node src/index.ts",