oclif-plugin-update-notifier 1.5.76 → 1.5.78
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/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +2692 -1445
- package/oclif.lock +554 -501
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [1.5.78](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.77...v1.5.78) (2024-06-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.1.12 to 1.2.0 ([#680](https://github.com/jayree/oclif-plugin-update-notifier/issues/680)) ([f8783f0](https://github.com/jayree/oclif-plugin-update-notifier/commit/f8783f039ec3709f9c0710879edfb6931d961c27))
|
|
7
|
+
* **deps:** bump @salesforce/kit from 3.1.2 to 3.1.4 ([#676](https://github.com/jayree/oclif-plugin-update-notifier/issues/676)) ([1512040](https://github.com/jayree/oclif-plugin-update-notifier/commit/15120404d110fe3e76216a8ac2cfde7fb5c89c32))
|
|
8
|
+
|
|
9
|
+
## [1.5.77](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.76...v1.5.77) (2024-06-07)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump got from 14.3.0 to 14.4.1 ([#670](https://github.com/jayree/oclif-plugin-update-notifier/issues/670)) ([ffe550d](https://github.com/jayree/oclif-plugin-update-notifier/commit/ffe550dd4c652d86be640ff2830478b724e823bc))
|
|
15
|
+
* **deps:** bump tslib from 2.6.2 to 2.6.3 ([#669](https://github.com/jayree/oclif-plugin-update-notifier/issues/669)) ([3e7cd8f](https://github.com/jayree/oclif-plugin-update-notifier/commit/3e7cd8f37183361fda22760f2c3814d1d78aa8ed))
|
|
16
|
+
|
|
1
17
|
## [1.5.76](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.75...v1.5.76) (2024-05-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.78 linux-x64 node-v20.14.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.78/src/commands/plugins/update/check.ts)_
|
|
61
61
|
<!-- commandsstop -->
|