@oclif/plugin-update 4.2.6-qa.0 → 4.2.6

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -55,7 +55,7 @@ EXAMPLES
55
55
  $ oclif-example update --available
56
56
  ```
57
57
 
58
- _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.2.6-qa.0/src/commands/update.ts)_
58
+ _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.2.6/src/commands/update.ts)_
59
59
  <!-- commandsstop -->
60
60
 
61
61
  # Contributing
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.2.6-qa.0",
3
+ "version": "4.2.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@oclif/plugin-update",
9
- "version": "4.2.6-qa.0",
9
+ "version": "4.2.6",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@inquirer/select": "^2.3.1",
@@ -88,5 +88,5 @@
88
88
  ]
89
89
  }
90
90
  },
91
- "version": "4.2.6-qa.0"
91
+ "version": "4.2.6"
92
92
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.2.6-qa.0",
3
+ "version": "4.2.6",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {