wgc 0.97.1 → 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.97.1",
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/"
@@ -40,72 +40,73 @@
40
40
  ],
41
41
  "license": "Apache-2.0",
42
42
  "dependencies": {
43
- "@bufbuild/protobuf": "^1.9.0",
44
- "@connectrpc/connect": "^1.4.0",
45
- "@connectrpc/connect-node": "^1.4.0",
46
- "@graphql-tools/utils": "^10.2.2",
47
- "@modelcontextprotocol/sdk": "^1.9.0",
48
- "@octokit/rest": "^22.0.0",
43
+ "@bufbuild/protobuf": "1.9.0",
44
+ "@connectrpc/connect": "1.4.0",
45
+ "@connectrpc/connect-node": "1.4.0",
46
+ "@graphql-tools/utils": "10.2.2",
47
+ "@modelcontextprotocol/sdk": "1.9.0",
48
+ "@octokit/rest": "22.0.0",
49
49
  "@wundergraph/composition": "workspace:*",
50
50
  "@wundergraph/cosmo-connect": "workspace:*",
51
51
  "@wundergraph/cosmo-shared": "workspace:*",
52
52
  "@wundergraph/protographic": "workspace:*",
53
- "ajv": "^8.17.1",
54
- "axios": "^1.12.2",
55
- "boxen": "^7.1.1",
56
- "cli-progress": "^3.12.0",
57
- "cli-table3": "^0.6.3",
58
- "commander": "^11.1.0",
59
- "date-fns": "^3.6.0",
60
- "decompress": "^4.2.1",
61
- "dotenv": "^16.6.0",
62
- "env-ci": "^11.1.0",
63
- "env-paths": "^3.0.0",
64
- "execa": "^9.5.2",
65
- "fs-extra": "^11.3.0",
66
- "graphql": "^16.9.0",
67
- "https-proxy-agent": "^7.0.5",
68
- "inquirer": "^9.2.7",
69
- "js-yaml": "^4.1.0",
70
- "jwt-decode": "^3.1.2",
53
+ "ajv": "8.17.1",
54
+ "axios": "1.12.2",
55
+ "boxen": "7.1.1",
56
+ "cli-progress": "3.12.0",
57
+ "cli-table3": "0.6.3",
58
+ "commander": "11.1.0",
59
+ "date-fns": "3.6.0",
60
+ "decompress": "4.2.1",
61
+ "dotenv": "16.6.0",
62
+ "env-ci": "11.1.0",
63
+ "env-paths": "3.0.0",
64
+ "execa": "9.5.2",
65
+ "fs-extra": "11.3.0",
66
+ "graphql": "16.9.0",
67
+ "https-proxy-agent": "7.0.5",
68
+ "inquirer": "9.2.7",
69
+ "js-yaml": "4.1.0",
70
+ "jwt-decode": "3.1.2",
71
71
  "lodash-es": "4.17.21",
72
- "log-symbols": "^5.1.0",
73
- "octokit": "^4.1.3",
74
- "open": "^9.1.0",
75
- "ora": "^8.2.0",
76
- "pathe": "^1.1.1",
77
- "picocolors": "^1.0.0",
78
- "posthog-node": "^4.18.0",
79
- "prompts": "^2.4.2",
80
- "pupa": "^3.1.0",
81
- "semver": "^7.7.1",
82
- "tar": "^7.4.3",
83
- "trieve-ts-sdk": "^0.0.80",
84
- "undici": "^6.21.1",
85
- "zod": "^3.22.4"
72
+ "log-symbols": "5.1.0",
73
+ "octokit": "4.1.3",
74
+ "open": "9.1.0",
75
+ "ora": "8.2.0",
76
+ "pathe": "1.1.1",
77
+ "picocolors": "1.0.0",
78
+ "posthog-node": "4.18.0",
79
+ "prompts": "2.4.2",
80
+ "pupa": "3.1.0",
81
+ "semver": "7.7.1",
82
+ "tar": "7.4.3",
83
+ "trieve-ts-sdk": "0.0.80",
84
+ "undici": "6.21.2",
85
+ "zod": "3.24.2"
86
86
  },
87
87
  "devDependencies": {
88
- "@types/bun": "^1.2.3",
89
- "@types/cli-progress": "^3.11.5",
90
- "@types/cli-table": "^0.3.1",
91
- "@types/decompress": "^4.2.7",
92
- "@types/env-ci": "^3.1.4",
93
- "@types/fs-extra": "^11.0.4",
94
- "@types/inquirer": "^9.0.3",
95
- "@types/js-yaml": "^4.0.5",
88
+ "@types/bun": "1.2.3",
89
+ "@types/cli-progress": "3.11.5",
90
+ "@types/cli-table": "0.3.1",
91
+ "@types/decompress": "4.2.7",
92
+ "@types/env-ci": "3.1.4",
93
+ "@types/fs-extra": "11.0.4",
94
+ "@types/inquirer": "9.0.3",
95
+ "@types/js-yaml": "4.0.5",
96
96
  "@types/lodash-es": "4.17.12",
97
- "@types/node": "^20.3.1",
98
- "@types/prompts": "^2.4.9",
99
- "@types/semver": "^7.7.0",
100
- "@types/tar": "^6.1.13",
101
- "del-cli": "^5.0.0",
102
- "eslint": "^8.57.1",
103
- "eslint-config-unjs": "^0.2.1",
104
- "eslint-plugin-require-extensions": "^0.1.3",
105
- "prettier": "^3.5.2",
106
- "tsx": "^4.19.4",
97
+ "@types/node": "20.12.12",
98
+ "@types/prompts": "2.4.9",
99
+ "@types/semver": "7.7.0",
100
+ "@types/tar": "6.1.13",
101
+ "@vitest/coverage-v8": "3.2.4",
102
+ "del-cli": "5.0.0",
103
+ "eslint": "8.57.1",
104
+ "eslint-config-unjs": "0.2.1",
105
+ "eslint-plugin-require-extensions": "0.1.3",
106
+ "prettier": "3.5.2",
107
+ "tsx": "4.19.4",
107
108
  "typescript": "5.5.2",
108
- "vitest": "^3.2.4"
109
+ "vitest": "3.2.4"
109
110
  },
110
111
  "gitHead": "c37aed755e1b19ed91d30f9b5f7041e15c56901a"
111
112
  }