sfdx-plugin-update-notifier 1.2.156 → 1.2.158
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 +3231 -725
- package/oclif.lock +1050 -713
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [1.2.158](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.157...v1.2.158) (2026-03-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 4.8.3 to 4.9.0 ([#1151](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1151)) ([9eaf008](https://github.com/jayree/sfdx-plugin-update-notifier/commit/9eaf0081c7a23ba85b166096599430365bd0ce46))
|
|
7
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.154 to 1.5.155 ([#1152](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1152)) ([6cf01e3](https://github.com/jayree/sfdx-plugin-update-notifier/commit/6cf01e3befbcf38ba464c52349c62d5985af2e9d))
|
|
8
|
+
|
|
9
|
+
## [1.2.157](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.156...v1.2.157) (2026-03-06)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **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))
|
|
15
|
+
* **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))
|
|
16
|
+
|
|
1
17
|
## [1.2.156](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.155...v1.2.156) (2026-02-27)
|
|
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.158 linux-x64 node-v24.14.0
|
|
25
25
|
$ sfdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx COMMAND
|