oclif-plugin-update-notifier 1.5.111 → 1.5.113
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 +16 -0
- package/README.md +2 -2
- package/npm-shrinkwrap.json +512 -973
- package/oclif.lock +560 -846
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [1.5.113](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.112...v1.5.113) (2025-02-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.4 to 1.2.5 ([#871](https://github.com/jayree/oclif-plugin-update-notifier/issues/871)) ([7f136bd](https://github.com/jayree/oclif-plugin-update-notifier/commit/7f136bd4dc3326d9211ac030560f3ed8e6012592))
|
|
7
|
+
* **deps:** bump got from 14.4.5 to 14.4.6 ([#870](https://github.com/jayree/oclif-plugin-update-notifier/issues/870)) ([25a0154](https://github.com/jayree/oclif-plugin-update-notifier/commit/25a01549061fbc9e6ca0561a5e57d9205cc745a1))
|
|
8
|
+
|
|
9
|
+
## [1.5.112](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.111...v1.5.112) (2025-02-07)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump @oclif/core from 4.2.5 to 4.2.6 ([#862](https://github.com/jayree/oclif-plugin-update-notifier/issues/862)) ([5a8bd04](https://github.com/jayree/oclif-plugin-update-notifier/commit/5a8bd0446225fadcdb5d99cd8afdf4ac514dd65c))
|
|
15
|
+
* **deps:** bump semver from 7.7.0 to 7.7.1 ([#864](https://github.com/jayree/oclif-plugin-update-notifier/issues/864)) ([de307a7](https://github.com/jayree/oclif-plugin-update-notifier/commit/de307a7d2de1d89f3b04ef448973ce5f41a57aa7))
|
|
16
|
+
|
|
1
17
|
## [1.5.111](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.110...v1.5.111) (2025-01-31)
|
|
2
18
|
|
|
3
19
|
|
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.113 linux-x64 node-v22.13.1
|
|
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.113/src/commands/plugins/update/check.ts)_
|
|
61
61
|
<!-- commandsstop -->
|