wgc 0.79.5 → 0.80.1
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 +13 -4
- package/dist/src/commands/router/commands/compose.js +179 -89
- package/dist/src/commands/router/commands/compose.js.map +1 -1
- package/dist/src/commands/router/index.js +5 -1
- package/dist/src/commands/router/index.js.map +1 -1
- package/dist/src/commands/router/plugin/commands/build.d.ts +4 -0
- package/dist/src/commands/router/plugin/commands/build.js +76 -0
- package/dist/src/commands/router/plugin/commands/build.js.map +1 -0
- package/dist/src/commands/router/plugin/commands/init.d.ts +4 -0
- package/dist/src/commands/router/plugin/commands/init.js +98 -0
- package/dist/src/commands/router/plugin/commands/init.js.map +1 -0
- package/dist/src/commands/router/plugin/commands/test.d.ts +4 -0
- package/dist/src/commands/router/plugin/commands/test.js +62 -0
- package/dist/src/commands/router/plugin/commands/test.js.map +1 -0
- package/dist/src/commands/router/plugin/helper.d.ts +10 -0
- package/dist/src/commands/router/plugin/helper.js +47 -0
- package/dist/src/commands/router/plugin/helper.js.map +1 -0
- package/dist/src/commands/router/plugin/index.d.ts +4 -0
- package/dist/src/commands/router/plugin/index.js +13 -0
- package/dist/src/commands/router/plugin/index.js.map +1 -0
- package/dist/src/commands/router/plugin/templates/go-plugin.d.ts +5 -0
- package/dist/src/commands/router/plugin/templates/go-plugin.js +342 -0
- package/dist/src/commands/router/plugin/templates/go-plugin.js.map +1 -0
- package/dist/src/commands/router/plugin/toolchain.d.ts +36 -0
- package/dist/src/commands/router/plugin/toolchain.js +413 -0
- package/dist/src/commands/router/plugin/toolchain.js.map +1 -0
- package/dist/src/core/config.d.ts +1 -0
- package/dist/src/core/config.js +1 -0
- package/dist/src/core/config.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +16 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wgc",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.80.1",
|
|
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",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "del dist && tsc",
|
|
23
|
-
"build:bun": "bun build --compile src/index.ts
|
|
23
|
+
"build:bun": "bun build --compile --production --outfile wgc src/index.ts",
|
|
24
24
|
"wgc": "tsx --env-file .env src/index.ts",
|
|
25
25
|
"test": "pnpm lint && vitest run test/",
|
|
26
26
|
"coverage": "vitest run --coverage",
|
|
@@ -43,8 +43,9 @@
|
|
|
43
43
|
"@graphql-tools/utils": "^10.2.2",
|
|
44
44
|
"@modelcontextprotocol/sdk": "^1.9.0",
|
|
45
45
|
"@wundergraph/composition": "0.39.1",
|
|
46
|
-
"@wundergraph/cosmo-connect": "0.
|
|
47
|
-
"@wundergraph/cosmo-shared": "0.
|
|
46
|
+
"@wundergraph/cosmo-connect": "0.105.0",
|
|
47
|
+
"@wundergraph/cosmo-shared": "0.37.0",
|
|
48
|
+
"@wundergraph/protographic": "0.1.0",
|
|
48
49
|
"ajv": "^8.17.1",
|
|
49
50
|
"axios": "^1.8.4",
|
|
50
51
|
"boxen": "^7.1.1",
|
|
@@ -56,18 +57,23 @@
|
|
|
56
57
|
"dotenv": "^16.3.1",
|
|
57
58
|
"env-ci": "^11.1.0",
|
|
58
59
|
"env-paths": "^3.0.0",
|
|
60
|
+
"execa": "^9.5.2",
|
|
59
61
|
"graphql": "^16.9.0",
|
|
60
62
|
"https-proxy-agent": "^7.0.5",
|
|
61
63
|
"inquirer": "^9.2.7",
|
|
62
64
|
"js-yaml": "^4.1.0",
|
|
63
65
|
"jwt-decode": "^3.1.2",
|
|
66
|
+
"lodash-es": "4.17.21",
|
|
64
67
|
"log-symbols": "^5.1.0",
|
|
65
68
|
"octokit": "^4.1.3",
|
|
66
69
|
"open": "^9.1.0",
|
|
67
|
-
"ora": "^8.0
|
|
70
|
+
"ora": "^8.2.0",
|
|
68
71
|
"pathe": "^1.1.1",
|
|
69
72
|
"picocolors": "^1.0.0",
|
|
70
73
|
"posthog-node": "^4.17.1",
|
|
74
|
+
"prompts": "^2.4.2",
|
|
75
|
+
"pupa": "^3.1.0",
|
|
76
|
+
"semver": "^7.7.1",
|
|
71
77
|
"trieve-ts-sdk": "^0.0.80",
|
|
72
78
|
"undici": "^6.21.1",
|
|
73
79
|
"zod": "^3.22.4"
|
|
@@ -80,15 +86,18 @@
|
|
|
80
86
|
"@types/env-ci": "^3.1.4",
|
|
81
87
|
"@types/inquirer": "^9.0.3",
|
|
82
88
|
"@types/js-yaml": "^4.0.5",
|
|
89
|
+
"@types/lodash-es": "4.17.12",
|
|
83
90
|
"@types/node": "^20.3.1",
|
|
91
|
+
"@types/prompts": "^2.4.9",
|
|
92
|
+
"@types/semver": "^7.7.0",
|
|
84
93
|
"del-cli": "^5.0.0",
|
|
85
94
|
"eslint": "^8.57.1",
|
|
86
95
|
"eslint-config-unjs": "^0.2.1",
|
|
87
96
|
"eslint-plugin-require-extensions": "^0.1.3",
|
|
88
97
|
"prettier": "^3.5.2",
|
|
89
|
-
"tsx": "^4.
|
|
98
|
+
"tsx": "^4.19.4",
|
|
90
99
|
"typescript": "5.5.2",
|
|
91
100
|
"vitest": "^3.1.2"
|
|
92
101
|
},
|
|
93
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "e29477dac0aed567ad32ed62ea19233d3524da3a"
|
|
94
103
|
}
|