oclif-plugin-update-notifier 1.5.135 → 1.5.136
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 +9 -0
- package/README.md +2 -2
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +2731 -5201
- package/oclif.lock +503 -1341
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [1.5.136](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.135...v1.5.136) (2025-09-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump debug from 4.4.1 to 4.4.3 ([#996](https://github.com/jayree/oclif-plugin-update-notifier/issues/996)) ([c5c5411](https://github.com/jayree/oclif-plugin-update-notifier/commit/c5c541129c96289e0b6120d42b3070c8aceb7826))
|
|
7
|
+
* **deps:** bump fs-extra from 11.3.1 to 11.3.2 ([#993](https://github.com/jayree/oclif-plugin-update-notifier/issues/993)) ([81ea96d](https://github.com/jayree/oclif-plugin-update-notifier/commit/81ea96d01b24fb2e6d12e0b1fada1c2935cb5b55))
|
|
8
|
+
* **deps:** bump got from 14.4.8 to 14.4.9 ([#999](https://github.com/jayree/oclif-plugin-update-notifier/issues/999)) ([e391469](https://github.com/jayree/oclif-plugin-update-notifier/commit/e39146940977ab05dde17dd7852a0b634923cb84))
|
|
9
|
+
|
|
1
10
|
## [1.5.135](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.134...v1.5.135) (2025-09-12)
|
|
2
11
|
|
|
3
12
|
|
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.136 linux-x64 node-v22.19.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.136/src/commands/plugins/update/check.ts)_
|
|
61
61
|
<!-- commandsstop -->
|