react-native-update-cli 1.45.0 → 1.45.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/cli.json +3 -0
  2. package/package.json +1 -1
package/cli.json CHANGED
@@ -87,6 +87,9 @@
87
87
  "maxPackageVersion": {
88
88
  "hasValue": true
89
89
  },
90
+ "semverRange": {
91
+ "hasValue": true
92
+ },
90
93
  "rollout": {
91
94
  "hasValue": true
92
95
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-update-cli",
3
- "version": "1.45.0",
3
+ "version": "1.45.1",
4
4
  "description": "command line tool for react-native-update (remote updates for react native)",
5
5
  "main": "index.js",
6
6
  "bin": {