sfdx-plugin-update-notifier 1.2.153 → 1.2.155
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 +14 -0
- package/README.md +1 -1
- package/npm-shrinkwrap.json +783 -721
- package/oclif.lock +805 -780
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.2.155](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.154...v1.2.155) (2026-02-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.150 to 1.5.152 ([#1138](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1138)) ([fc607c4](https://github.com/jayree/sfdx-plugin-update-notifier/commit/fc607c43124543e324509f93061ca31988c1b172))
|
|
7
|
+
|
|
8
|
+
## [1.2.154](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.153...v1.2.154) (2026-01-09)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.149 to 1.5.150 ([#1124](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1124)) ([511d530](https://github.com/jayree/sfdx-plugin-update-notifier/commit/511d5307a1dac5e8599ae7aa229755520056c097))
|
|
14
|
+
|
|
1
15
|
## [1.2.153](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.152...v1.2.153) (2026-01-06)
|
|
2
16
|
|
|
3
17
|
|
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.155 linux-x64 node-v24.13.0
|
|
25
25
|
$ sfdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx COMMAND
|