@apollo/rover 0.27.0 → 0.27.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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
@@ -45,7 +45,7 @@ Commands:
|
|
45
45
|
contract
|
46
46
|
Contract configuration commands
|
47
47
|
dev
|
48
|
-
|
48
|
+
This command starts a local router that can query across one or more running GraphQL APIs (subgraphs) through one endpoint (supergraph). As you add, edit, and remove subgraphs, `rover dev` automatically composes all of their schemas into a new supergraph schema, and the router reloads
|
49
49
|
supergraph
|
50
50
|
Supergraph schema commands
|
51
51
|
graph
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@apollo/rover",
|
3
|
-
"version": "0.27.
|
3
|
+
"version": "0.27.1",
|
4
4
|
"description": "The new Apollo CLI",
|
5
5
|
"main": "index.js",
|
6
6
|
"bin": {
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"npm": ">=6"
|
34
34
|
},
|
35
35
|
"volta": {
|
36
|
-
"node": "20.18.
|
36
|
+
"node": "20.18.3",
|
37
37
|
"npm": "11.1.0"
|
38
38
|
},
|
39
39
|
"homepage": "https://github.com/apollographql/rover#readme",
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"tar": "^7.0.0"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
|
-
"prettier": "3.
|
48
|
+
"prettier": "3.5.1",
|
49
49
|
"jest": "29.7.0",
|
50
50
|
"axios-mock-adapter": "2.1.0",
|
51
51
|
"jest-junit": "16.0.0"
|