sfdx-plugin-update-notifier 1.2.159 → 1.2.161
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 +1 -1
- package/npm-shrinkwrap.json +1573 -464
- package/oclif.lock +393 -111
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [1.2.161](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.160...v1.2.161) (2026-04-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 4.10.3 to 4.10.4 ([#1169](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1169)) ([e9c638f](https://github.com/jayree/sfdx-plugin-update-notifier/commit/e9c638faa277a712a7056afa1eb8f412beff46a1))
|
|
7
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.157 to 1.5.158 ([#1171](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1171)) ([16f1e61](https://github.com/jayree/sfdx-plugin-update-notifier/commit/16f1e6100225541d106183a6feba74c2ef3c29a1))
|
|
8
|
+
|
|
9
|
+
## [1.2.160](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.159...v1.2.160) (2026-03-27)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump @oclif/core from 4.10.0 to 4.10.3 ([#1163](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1163)) ([7f2e753](https://github.com/jayree/sfdx-plugin-update-notifier/commit/7f2e75308920851cd3d51550d9aa676976596759))
|
|
15
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.156 to 1.5.157 ([#1164](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1164)) ([2fb7658](https://github.com/jayree/sfdx-plugin-update-notifier/commit/2fb765875fdfa65ed551fe16cfa3d6da401c2d5d))
|
|
16
|
+
|
|
1
17
|
## [1.2.159](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.158...v1.2.159) (2026-03-20)
|
|
2
18
|
|
|
3
19
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ $ npm install -g sfdx-plugin-update-notifier
|
|
|
21
21
|
$ sfdx COMMAND
|
|
22
22
|
running command...
|
|
23
23
|
$ sfdx (--version)
|
|
24
|
-
sfdx-plugin-update-notifier/1.2.
|
|
24
|
+
sfdx-plugin-update-notifier/1.2.161 linux-x64 node-v24.14.1
|
|
25
25
|
$ sfdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx COMMAND
|