@oclif/plugin-update 4.1.9 → 4.1.10
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 +1 -1
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -56,6 +56,6 @@ EXAMPLES
|
|
|
56
56
|
$ oclif-example update --available
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
-
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.
|
|
59
|
+
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.10/src/commands/update.ts)_
|
|
60
60
|
|
|
61
61
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1454,10 +1454,10 @@
|
|
|
1454
1454
|
wordwrap "^1.0.0"
|
|
1455
1455
|
wrap-ansi "^7.0.0"
|
|
1456
1456
|
|
|
1457
|
-
"@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
|
|
1458
|
-
version "3.18.
|
|
1459
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.
|
|
1460
|
-
integrity sha512-
|
|
1457
|
+
"@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
|
|
1458
|
+
version "3.18.2"
|
|
1459
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.2.tgz#3c665ad65d0d5c752a6deb91c4ef60330094625c"
|
|
1460
|
+
integrity sha512-gfWxCS7dTNzdtvlBEEPUXJj+znzDMjSHfgTIx2IuQ9O3JPxWBrlOj9rgyNxyulVWVKKkuwFFkM4NZA+yiKA9ow==
|
|
1461
1461
|
dependencies:
|
|
1462
1462
|
"@types/cli-progress" "^3.11.5"
|
|
1463
1463
|
ansi-escapes "^4.3.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-update",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.10",
|
|
4
4
|
"author": "Salesforce",
|
|
5
5
|
"bugs": "https://github.com/oclif/plugin-update/issues",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@oclif/core": "^3.18.
|
|
7
|
+
"@oclif/core": "^3.18.2",
|
|
8
8
|
"chalk": "^5",
|
|
9
9
|
"cross-spawn": "^7.0.3",
|
|
10
10
|
"debug": "^4.3.1",
|