@apollo/rover 0.38.0 → 0.38.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -203,7 +203,7 @@ iwr 'https://rover.apollo.dev/win/v0.10.0' | iex
203
203
 
204
204
  #### npm installer
205
205
 
206
- Rover is distributed on npm for easy integration with your JavaScript projects.
206
+ 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
207
 
208
208
  ##### devDependency install
209
209
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollo/rover",
3
- "version": "0.38.0",
3
+ "version": "0.38.1",
4
4
  "description": "The new Apollo CLI",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -43,6 +43,6 @@
43
43
  "devDependencies": {
44
44
  "jest": "30.3.0",
45
45
  "jest-junit": "16.0.0",
46
- "prettier": "3.8.1"
46
+ "prettier": "3.8.3"
47
47
  }
48
48
  }