sfdx-plugin-update-notifier 1.2.150 → 1.2.152
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 +621 -621
- package/oclif.lock +701 -701
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.2.152](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.151...v1.2.152) (2025-12-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.148 to 1.5.149 ([#1120](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1120)) ([61c80af](https://github.com/jayree/sfdx-plugin-update-notifier/commit/61c80afd09640e98af6d6c0a8ca5b18f62a86370))
|
|
7
|
+
|
|
8
|
+
## [1.2.151](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.150...v1.2.151) (2025-12-12)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.147 to 1.5.148 ([#1117](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1117)) ([9123233](https://github.com/jayree/sfdx-plugin-update-notifier/commit/9123233f5dfee560459dcfff3c415502f95ce36e))
|
|
14
|
+
|
|
1
15
|
## [1.2.150](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.149...v1.2.150) (2025-12-05)
|
|
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.152 linux-x64 node-v24.12.0
|
|
25
25
|
$ sfdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx COMMAND
|