sfdx-plugin-update-notifier 1.2.169 → 1.2.170
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 +338 -645
- package/oclif.lock +256 -346
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [1.2.170](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.169...v1.2.170) (2026-06-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.34 to 1.2.35 ([#1222](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1222)) ([f04589a](https://github.com/jayree/sfdx-plugin-update-notifier/commit/f04589a7d784dc72f848cf5fb86aa279dfbd130e))
|
|
7
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.165 to 1.5.166 ([#1220](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1220)) ([4fca52c](https://github.com/jayree/sfdx-plugin-update-notifier/commit/4fca52cb8a6a26da43856674bccc24446258a5ea))
|
|
8
|
+
|
|
1
9
|
## [1.2.169](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.168...v1.2.169) (2026-06-05)
|
|
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.170 linux-x64 node-v24.16.0
|
|
25
25
|
$ sfdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx COMMAND
|