sfdx-plugin-update-notifier 1.2.77 → 1.2.79
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 +1746 -1802
- package/oclif.lock +720 -1116
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [1.2.79](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.78...v1.2.79) (2024-05-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/kit from 3.1.1 to 3.1.2 ([#707](https://github.com/jayree/sfdx-plugin-update-notifier/issues/707)) ([c8e5f57](https://github.com/jayree/sfdx-plugin-update-notifier/commit/c8e5f57678e9feabda1d4d5b542482a4ca59df68))
|
|
7
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.75 to 1.5.76 ([#709](https://github.com/jayree/sfdx-plugin-update-notifier/issues/709)) ([5ef47f1](https://github.com/jayree/sfdx-plugin-update-notifier/commit/5ef47f1bd88c2b188d65b941268eccf37bf56c50))
|
|
8
|
+
|
|
9
|
+
## [1.2.78](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.77...v1.2.78) (2024-05-24)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.74 to 1.5.75 ([#703](https://github.com/jayree/sfdx-plugin-update-notifier/issues/703)) ([36b9606](https://github.com/jayree/sfdx-plugin-update-notifier/commit/36b96064fdf9ecb5aabe285b941859105dfc5763))
|
|
15
|
+
|
|
1
16
|
## [1.2.77](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.76...v1.2.77) (2024-05-17)
|
|
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.79 linux-x64 node-v20.13.1
|
|
25
25
|
$ sfdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx COMMAND
|