@apollo/rover 0.38.0 → 0.39.0-prerelease-test.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 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
# Rover
|
|
2
2
|
|
|
3
|
-
[](https://app.circleci.com/pipelines/github/apollographql/rover?branch=main)
|
|
4
3
|
[](https://github.com/apollographql/rover/releases/latest)
|
|
4
|
+
[](https://github.com/apollographql/rover/actions/workflows/checks.yml)
|
|
5
|
+
[](https://github.com/apollographql/rover/actions/workflows/run-smokes-on-pr.yml)
|
|
6
|
+
[](https://github.com/apollographql/rover/actions/workflows/run-commands-e2e.yml)
|
|
5
7
|
|
|
6
8
|
This is the home of Rover, the new CLI for Apollo's suite of GraphQL developer productivity tools.
|
|
7
9
|
|
|
@@ -203,7 +205,7 @@ iwr 'https://rover.apollo.dev/win/v0.10.0' | iex
|
|
|
203
205
|
|
|
204
206
|
#### npm installer
|
|
205
207
|
|
|
206
|
-
Rover is distributed on npm for easy integration with your JavaScript projects.
|
|
208
|
+
Rover is distributed on npm for easy integration with your JavaScript projects. Rover's Node dependency will follow LTS versions where possible unless security concerns justify an earlier upgrade.
|
|
207
209
|
|
|
208
210
|
##### devDependency install
|
|
209
211
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apollo/rover",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.0-prerelease-test.0",
|
|
4
4
|
"description": "The new Apollo CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"jest": "30.3.0",
|
|
45
|
-
"jest-junit": "
|
|
46
|
-
"prettier": "3.8.
|
|
45
|
+
"jest-junit": "17.0.0",
|
|
46
|
+
"prettier": "3.8.3"
|
|
47
47
|
}
|
|
48
48
|
}
|