sfdx-plugin-update-notifier 1.2.156 → 1.2.157
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 +1 -1
- package/npm-shrinkwrap.json +1919 -537
- package/oclif.lock +698 -407
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [1.2.157](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.156...v1.2.157) (2026-03-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.25 to 1.2.26 ([#1148](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1148)) ([49cf7d7](https://github.com/jayree/sfdx-plugin-update-notifier/commit/49cf7d7f1cb52d64f1cf169692ca42801ef702f8))
|
|
7
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.153 to 1.5.154 ([#1146](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1146)) ([3090a30](https://github.com/jayree/sfdx-plugin-update-notifier/commit/3090a30da79de2cf74898c57ef011844764e8007))
|
|
8
|
+
|
|
1
9
|
## [1.2.156](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.155...v1.2.156) (2026-02-27)
|
|
2
10
|
|
|
3
11
|
|
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.157 linux-x64 node-v24.14.0
|
|
25
25
|
$ sfdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx COMMAND
|