wgc 0.98.0 → 0.99.0

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wgc",
3
- "version": "0.98.0",
3
+ "version": "0.99.0",
4
4
  "description": "The official CLI tool to manage the GraphQL Federation Platform Cosmo",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -26,7 +26,7 @@
26
26
  "build:bun": "bun build --compile --production --outfile wgc src/index.ts",
27
27
  "wgc": "tsx --env-file .env src/index.ts",
28
28
  "test": "pnpm lint && vitest run test/",
29
- "coverage": "vitest run --coverage",
29
+ "coverage": "vitest run test/ --coverage",
30
30
  "lint": "eslint --cache --ext .ts,.mjs,.cjs . && prettier -c src",
31
31
  "lint:fix": "eslint --cache --fix --ext .ts,.mjs,.cjs . && prettier --write -c src",
32
32
  "e2e": "bun test e2e/"
@@ -98,6 +98,7 @@
98
98
  "@types/prompts": "2.4.9",
99
99
  "@types/semver": "7.7.0",
100
100
  "@types/tar": "6.1.13",
101
+ "@vitest/coverage-v8": "3.2.4",
101
102
  "del-cli": "5.0.0",
102
103
  "eslint": "8.57.1",
103
104
  "eslint-config-unjs": "0.2.1",