oclif-plugin-update-notifier 1.5.142 → 1.5.143
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/CHANGELOG.md +8 -0
- package/README.md +2 -2
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +536 -44
- package/oclif.lock +394 -46
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [1.5.143](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.142...v1.5.143) (2025-11-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.18 to 1.2.19 ([#1025](https://github.com/jayree/oclif-plugin-update-notifier/issues/1025)) ([f4b9523](https://github.com/jayree/oclif-plugin-update-notifier/commit/f4b95238544ffe48383369e819fffc6b968ac6af))
|
|
7
|
+
* **deps:** bump got from 14.6.1 to 14.6.2 ([#1023](https://github.com/jayree/oclif-plugin-update-notifier/issues/1023)) ([5541bd7](https://github.com/jayree/oclif-plugin-update-notifier/commit/5541bd7d555a6e27be67b27559d9301da8e553f1))
|
|
8
|
+
|
|
1
9
|
## [1.5.142](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.141...v1.5.142) (2025-10-31)
|
|
2
10
|
|
|
3
11
|
|
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ $ npm install -g oclif-plugin-update-notifier
|
|
|
19
19
|
$ oclif-example COMMAND
|
|
20
20
|
running command...
|
|
21
21
|
$ oclif-example (--version)
|
|
22
|
-
oclif-plugin-update-notifier/1.5.
|
|
22
|
+
oclif-plugin-update-notifier/1.5.143 linux-x64 node-v24.11.0
|
|
23
23
|
$ oclif-example --help [COMMAND]
|
|
24
24
|
USAGE
|
|
25
25
|
$ oclif-example COMMAND
|
|
@@ -57,5 +57,5 @@ DESCRIPTION
|
|
|
57
57
|
check installed plugins for updates
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
-
_See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.
|
|
60
|
+
_See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.143/src/commands/plugins/update/check.ts)_
|
|
61
61
|
<!-- commandsstop -->
|