sfdx-jayree 4.8.30 → 4.8.31

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [4.8.31](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.30...v4.8.31) (2023-09-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump get-func-name from 2.0.0 to 2.0.2 ([#1010](https://github.com/jayree/sfdx-jayree-plugin/issues/1010)) ([5438e9e](https://github.com/jayree/sfdx-jayree-plugin/commit/5438e9ef8bed43a7c1b7bf7f03e23ffa852624bf))
7
+
1
8
  ## [4.8.30](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.29...v4.8.30) (2023-09-22)
2
9
 
3
10
 
package/oclif.lock CHANGED
@@ -4030,9 +4030,9 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
4030
4030
  integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
4031
4031
 
4032
4032
  get-func-name@^2.0.0:
4033
- version "2.0.0"
4034
- resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41"
4035
- integrity sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==
4033
+ version "2.0.2"
4034
+ resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
4035
+ integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==
4036
4036
 
4037
4037
  get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.0:
4038
4038
  version "1.2.0"
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "4.8.30",
2
+ "version": "4.8.31",
3
3
  "commands": {}
4
4
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
3
  "description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
4
- "version": "4.8.30",
4
+ "version": "4.8.31",
5
5
  "author": "jayree <jayree.git@icloud.com>",
6
6
  "bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
7
7
  "type": "module",