sfdx-plugin-update-notifier 1.2.131 → 1.2.133
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 +15 -0
- package/README.md +1 -1
- package/npm-shrinkwrap.json +1095 -128
- package/oclif.lock +770 -123
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [1.2.133](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.132...v1.2.133) (2025-08-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.130 to 1.5.131 ([#1048](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1048)) ([24b197c](https://github.com/jayree/sfdx-plugin-update-notifier/commit/24b197ca9dbe9db96024255554306ca0a67025c1))
|
|
7
|
+
|
|
8
|
+
## [1.2.132](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.131...v1.2.132) (2025-08-08)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump @jayree/changelog from 1.2.12 to 1.2.14 ([#1042](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1042)) ([202bede](https://github.com/jayree/sfdx-plugin-update-notifier/commit/202bedeceb295dab0a3f30a33954dfbf3f7cbee3))
|
|
14
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.129 to 1.5.130 ([#1045](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1045)) ([f385ed4](https://github.com/jayree/sfdx-plugin-update-notifier/commit/f385ed41fb9467890730e9643f16b143ea31cb42))
|
|
15
|
+
|
|
1
16
|
## [1.2.131](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.130...v1.2.131) (2025-08-01)
|
|
2
17
|
|
|
3
18
|
|
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.133 linux-x64 node-v22.18.0
|
|
25
25
|
$ sfdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx COMMAND
|