sfdx-plugin-update-notifier 1.2.149 → 1.2.150
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 +7 -0
- package/README.md +1 -1
- package/npm-shrinkwrap.json +435 -958
- package/oclif.lock +467 -694
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.2.150](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.149...v1.2.150) (2025-12-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.146 to 1.5.147 ([#1114](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1114)) ([9459d95](https://github.com/jayree/sfdx-plugin-update-notifier/commit/9459d95a571936e029b5a982c77ad62d507e29a9))
|
|
7
|
+
|
|
1
8
|
## [1.2.149](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.148...v1.2.149) (2025-11-28)
|
|
2
9
|
|
|
3
10
|
|
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.150 linux-x64 node-v24.11.1
|
|
25
25
|
$ sfdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx COMMAND
|