@apollo/rover 0.36.0-preview.2 → 0.36.1-rc.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/README.md +4 -0
- package/package.json +4 -4
package/README.md
CHANGED
@@ -41,8 +41,12 @@ Usage: rover [OPTIONS] <COMMAND>
|
|
41
41
|
Commands:
|
42
42
|
init
|
43
43
|
Initialize a federated graph in your current directory
|
44
|
+
api-keys
|
45
|
+
API Key Related Commands
|
44
46
|
cloud
|
45
47
|
Cloud configuration commands
|
48
|
+
connector
|
49
|
+
Work with Apollo Connectors
|
46
50
|
config
|
47
51
|
Configuration profile commands
|
48
52
|
contract
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@apollo/rover",
|
3
|
-
"version": "0.36.
|
3
|
+
"version": "0.36.1-rc.0",
|
4
4
|
"description": "The new Apollo CLI",
|
5
5
|
"main": "index.js",
|
6
6
|
"bin": {
|
@@ -33,8 +33,8 @@
|
|
33
33
|
"npm": ">=6"
|
34
34
|
},
|
35
35
|
"volta": {
|
36
|
-
"node": "20.19.
|
37
|
-
"npm": "11.
|
36
|
+
"node": "20.19.5",
|
37
|
+
"npm": "11.6.0"
|
38
38
|
},
|
39
39
|
"homepage": "https://github.com/apollographql/rover#readme",
|
40
40
|
"dependencies": {
|
@@ -46,7 +46,7 @@
|
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
48
|
"prettier": "3.6.2",
|
49
|
-
"jest": "30.
|
49
|
+
"jest": "30.1.3",
|
50
50
|
"axios-mock-adapter": "2.1.0",
|
51
51
|
"jest-junit": "16.0.0"
|
52
52
|
}
|