sfdx-jayree 4.8.106 → 4.8.107
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 +3 -3
- package/npm-shrinkwrap.json +24 -17
- package/oclif.lock +24 -18
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.8.107](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.106...v4.8.107) (2024-11-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.6.10 to 3.6.14 ([#1499](https://github.com/jayree/sfdx-jayree-plugin/issues/1499)) ([1b575a1](https://github.com/jayree/sfdx-jayree-plugin/commit/1b575a195c508310b744d2778fc23d0fe1350c22))
|
|
7
|
+
|
|
1
8
|
## [4.8.106](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.105...v4.8.106) (2024-11-29)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ EXAMPLES
|
|
|
90
90
|
$ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.
|
|
93
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.14/src/commands/jayree/manifest/cleanup.ts)_
|
|
94
94
|
|
|
95
95
|
### `sfdx jayree manifest generate`
|
|
96
96
|
|
|
@@ -128,7 +128,7 @@ EXAMPLES
|
|
|
128
128
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
129
129
|
```
|
|
130
130
|
|
|
131
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.
|
|
131
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.14/src/commands/jayree/manifest/generate.ts)_
|
|
132
132
|
|
|
133
133
|
### `sfdx jayree manifest git diff REF1 [REF2]`
|
|
134
134
|
|
|
@@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
|
|
|
211
211
|
The location can be an absolute path or relative to the current working directory.
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.
|
|
214
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.14/src/commands/jayree/manifest/git/diff.ts)_
|
|
215
215
|
|
|
216
216
|
### `sfdx jayree org configure`
|
|
217
217
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.107",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sfdx-jayree",
|
|
9
|
-
"version": "4.8.
|
|
9
|
+
"version": "4.8.107",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/sfdx-plugin-manifest": "^3.6.
|
|
12
|
+
"@jayree/sfdx-plugin-manifest": "^3.6.14",
|
|
13
13
|
"@jayree/sfdx-plugin-org": "^1.2.83",
|
|
14
14
|
"@jayree/sfdx-plugin-prettier": "^1.3.91",
|
|
15
15
|
"@jayree/sfdx-plugin-source": "^1.3.87"
|
|
@@ -4818,38 +4818,38 @@
|
|
|
4818
4818
|
}
|
|
4819
4819
|
},
|
|
4820
4820
|
"node_modules/@jayree/sfdx-plugin-manifest": {
|
|
4821
|
-
"version": "3.6.
|
|
4822
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.
|
|
4823
|
-
"integrity": "sha512
|
|
4821
|
+
"version": "3.6.14",
|
|
4822
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.14.tgz",
|
|
4823
|
+
"integrity": "sha512-ldd7xD1x3MXT+jqJ1gH0qkp9cnZGhzyDz/OMvaCcUVu0LzVtEZmmiAkV4gGZAif7TEmRVyQPBTY5ayRV9xGTRw==",
|
|
4824
4824
|
"license": "BSD-3-Clause",
|
|
4825
4825
|
"dependencies": {
|
|
4826
4826
|
"@jayree/changelog": "^1.2.4",
|
|
4827
|
-
"@oclif/core": "^4.0.
|
|
4827
|
+
"@oclif/core": "^4.0.33",
|
|
4828
4828
|
"@salesforce/core": "^8.6.4",
|
|
4829
4829
|
"@salesforce/kit": "^3.2.3",
|
|
4830
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
4830
|
+
"@salesforce/sf-plugins-core": "^12.0.13",
|
|
4831
4831
|
"@salesforce/source-deploy-retrieve": "^12.10.0",
|
|
4832
|
-
"@salesforce/source-tracking": "^7.1.
|
|
4832
|
+
"@salesforce/source-tracking": "^7.1.25",
|
|
4833
4833
|
"@salesforce/ts-types": "^2.0.12",
|
|
4834
4834
|
"fast-deep-equal": "^3.1.3",
|
|
4835
4835
|
"fast-xml-parser": "^4.5.0",
|
|
4836
4836
|
"fs-extra": "^11.2.0",
|
|
4837
4837
|
"graceful-fs": "^4.2.11",
|
|
4838
|
-
"isomorphic-git": "1.27.
|
|
4838
|
+
"isomorphic-git": "1.27.2"
|
|
4839
4839
|
},
|
|
4840
4840
|
"engines": {
|
|
4841
4841
|
"node": ">=16.0.0"
|
|
4842
4842
|
}
|
|
4843
4843
|
},
|
|
4844
4844
|
"node_modules/@jayree/sfdx-plugin-manifest/node_modules/@salesforce/sf-plugins-core": {
|
|
4845
|
-
"version": "12.0
|
|
4846
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
|
4847
|
-
"integrity": "sha512-
|
|
4845
|
+
"version": "12.1.0",
|
|
4846
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.0.tgz",
|
|
4847
|
+
"integrity": "sha512-xJXF0WE+4lq2kb/w24wcZc+76EUCIKv7dj1oATugk9JFzYKySdC1smzCY/BhPGzMQGvXcbkWo5PG5iXDBrtwYQ==",
|
|
4848
4848
|
"license": "BSD-3-Clause",
|
|
4849
4849
|
"dependencies": {
|
|
4850
4850
|
"@inquirer/confirm": "^3.1.22",
|
|
4851
4851
|
"@inquirer/password": "^2.2.0",
|
|
4852
|
-
"@oclif/core": "^4.0.
|
|
4852
|
+
"@oclif/core": "^4.0.32",
|
|
4853
4853
|
"@oclif/table": "^0.3.2",
|
|
4854
4854
|
"@salesforce/core": "^8.5.1",
|
|
4855
4855
|
"@salesforce/kit": "^3.2.3",
|
|
@@ -12605,9 +12605,9 @@
|
|
|
12605
12605
|
"license": "ISC"
|
|
12606
12606
|
},
|
|
12607
12607
|
"node_modules/isomorphic-git": {
|
|
12608
|
-
"version": "1.27.
|
|
12609
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.
|
|
12610
|
-
"integrity": "sha512-
|
|
12608
|
+
"version": "1.27.2",
|
|
12609
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.2.tgz",
|
|
12610
|
+
"integrity": "sha512-nCiz+ieOkWb5kDJSSckDTiMjTcgkxqH2xuiQmw1Y6O/spwx4d6TKYSfGCd4f71HGvUYcRSUGqJEI+3uN6UQlOw==",
|
|
12611
12611
|
"license": "MIT",
|
|
12612
12612
|
"dependencies": {
|
|
12613
12613
|
"async-lock": "^1.4.1",
|
|
@@ -12617,6 +12617,7 @@
|
|
|
12617
12617
|
"ignore": "^5.1.4",
|
|
12618
12618
|
"minimisted": "^2.0.0",
|
|
12619
12619
|
"pako": "^1.0.10",
|
|
12620
|
+
"path-browserify": "^1.0.1",
|
|
12620
12621
|
"pify": "^4.0.1",
|
|
12621
12622
|
"readable-stream": "^3.4.0",
|
|
12622
12623
|
"sha.js": "^2.4.9",
|
|
@@ -15245,6 +15246,12 @@
|
|
|
15245
15246
|
"rimraf": "bin.js"
|
|
15246
15247
|
}
|
|
15247
15248
|
},
|
|
15249
|
+
"node_modules/path-browserify": {
|
|
15250
|
+
"version": "1.0.1",
|
|
15251
|
+
"resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
|
|
15252
|
+
"integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
|
|
15253
|
+
"license": "MIT"
|
|
15254
|
+
},
|
|
15248
15255
|
"node_modules/path-case": {
|
|
15249
15256
|
"version": "3.0.4",
|
|
15250
15257
|
"resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1737,24 +1737,24 @@
|
|
|
1737
1737
|
semver "^7.6.3"
|
|
1738
1738
|
semver-compare "^1.0.0"
|
|
1739
1739
|
|
|
1740
|
-
"@jayree/sfdx-plugin-manifest@^3.6.
|
|
1741
|
-
version "3.6.
|
|
1742
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.
|
|
1743
|
-
integrity sha512
|
|
1740
|
+
"@jayree/sfdx-plugin-manifest@^3.6.14":
|
|
1741
|
+
version "3.6.14"
|
|
1742
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.14.tgz"
|
|
1743
|
+
integrity sha512-ldd7xD1x3MXT+jqJ1gH0qkp9cnZGhzyDz/OMvaCcUVu0LzVtEZmmiAkV4gGZAif7TEmRVyQPBTY5ayRV9xGTRw==
|
|
1744
1744
|
dependencies:
|
|
1745
1745
|
"@jayree/changelog" "^1.2.4"
|
|
1746
|
-
"@oclif/core" "^4.0.
|
|
1746
|
+
"@oclif/core" "^4.0.33"
|
|
1747
1747
|
"@salesforce/core" "^8.6.4"
|
|
1748
1748
|
"@salesforce/kit" "^3.2.3"
|
|
1749
|
-
"@salesforce/sf-plugins-core" "^12.0.
|
|
1749
|
+
"@salesforce/sf-plugins-core" "^12.0.13"
|
|
1750
1750
|
"@salesforce/source-deploy-retrieve" "^12.10.0"
|
|
1751
|
-
"@salesforce/source-tracking" "^7.1.
|
|
1751
|
+
"@salesforce/source-tracking" "^7.1.25"
|
|
1752
1752
|
"@salesforce/ts-types" "^2.0.12"
|
|
1753
1753
|
fast-deep-equal "^3.1.3"
|
|
1754
1754
|
fast-xml-parser "^4.5.0"
|
|
1755
1755
|
fs-extra "^11.2.0"
|
|
1756
1756
|
graceful-fs "^4.2.11"
|
|
1757
|
-
isomorphic-git "1.27.
|
|
1757
|
+
isomorphic-git "1.27.2"
|
|
1758
1758
|
|
|
1759
1759
|
"@jayree/sfdx-plugin-org@^1.2.83":
|
|
1760
1760
|
version "1.2.83"
|
|
@@ -2117,14 +2117,14 @@
|
|
|
2117
2117
|
string-width "^7.2.0"
|
|
2118
2118
|
terminal-link "^3.0.0"
|
|
2119
2119
|
|
|
2120
|
-
"@salesforce/sf-plugins-core@^12.0.
|
|
2121
|
-
version "12.0
|
|
2122
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
|
2123
|
-
integrity sha512-
|
|
2120
|
+
"@salesforce/sf-plugins-core@^12.0.13":
|
|
2121
|
+
version "12.1.0"
|
|
2122
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.0.tgz"
|
|
2123
|
+
integrity sha512-xJXF0WE+4lq2kb/w24wcZc+76EUCIKv7dj1oATugk9JFzYKySdC1smzCY/BhPGzMQGvXcbkWo5PG5iXDBrtwYQ==
|
|
2124
2124
|
dependencies:
|
|
2125
2125
|
"@inquirer/confirm" "^3.1.22"
|
|
2126
2126
|
"@inquirer/password" "^2.2.0"
|
|
2127
|
-
"@oclif/core" "^4.0.
|
|
2127
|
+
"@oclif/core" "^4.0.32"
|
|
2128
2128
|
"@oclif/table" "^0.3.2"
|
|
2129
2129
|
"@salesforce/core" "^8.5.1"
|
|
2130
2130
|
"@salesforce/kit" "^3.2.3"
|
|
@@ -2152,7 +2152,7 @@
|
|
|
2152
2152
|
minimatch "^9.0.5"
|
|
2153
2153
|
proxy-agent "^6.4.0"
|
|
2154
2154
|
|
|
2155
|
-
"@salesforce/source-tracking@^7.1.
|
|
2155
|
+
"@salesforce/source-tracking@^7.1.25", "@salesforce/source-tracking@^7.2.0":
|
|
2156
2156
|
version "7.2.0"
|
|
2157
2157
|
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.2.0.tgz"
|
|
2158
2158
|
integrity sha512-PK/j/OOH6EBaHZQOXyheqvYmDbm960dP8Iwp2zbxFcHRHCKQIcIT1rLMtdSX8bBonVC6bGyBLaEae8Ak7Pmhcg==
|
|
@@ -6109,10 +6109,10 @@ isexe@^2.0.0:
|
|
|
6109
6109
|
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
|
|
6110
6110
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
6111
6111
|
|
|
6112
|
-
isomorphic-git@^1.27.1, isomorphic-git@1.27.
|
|
6113
|
-
version "1.27.
|
|
6114
|
-
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.
|
|
6115
|
-
integrity sha512-
|
|
6112
|
+
isomorphic-git@^1.27.1, isomorphic-git@1.27.2:
|
|
6113
|
+
version "1.27.2"
|
|
6114
|
+
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.2.tgz"
|
|
6115
|
+
integrity sha512-nCiz+ieOkWb5kDJSSckDTiMjTcgkxqH2xuiQmw1Y6O/spwx4d6TKYSfGCd4f71HGvUYcRSUGqJEI+3uN6UQlOw==
|
|
6116
6116
|
dependencies:
|
|
6117
6117
|
async-lock "^1.4.1"
|
|
6118
6118
|
clean-git-ref "^2.0.1"
|
|
@@ -6121,6 +6121,7 @@ isomorphic-git@^1.27.1, isomorphic-git@1.27.1:
|
|
|
6121
6121
|
ignore "^5.1.4"
|
|
6122
6122
|
minimisted "^2.0.0"
|
|
6123
6123
|
pako "^1.0.10"
|
|
6124
|
+
path-browserify "^1.0.1"
|
|
6124
6125
|
pify "^4.0.1"
|
|
6125
6126
|
readable-stream "^3.4.0"
|
|
6126
6127
|
sha.js "^2.4.9"
|
|
@@ -7539,6 +7540,11 @@ patch-package@^8.0.0:
|
|
|
7539
7540
|
tmp "^0.0.33"
|
|
7540
7541
|
yaml "^2.2.2"
|
|
7541
7542
|
|
|
7543
|
+
path-browserify@^1.0.1:
|
|
7544
|
+
version "1.0.1"
|
|
7545
|
+
resolved "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz"
|
|
7546
|
+
integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
|
|
7547
|
+
|
|
7542
7548
|
path-case@^3.0.4:
|
|
7543
7549
|
version "3.0.4"
|
|
7544
7550
|
resolved "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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.
|
|
4
|
+
"version": "4.8.107",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/sfdx-plugin-manifest": "^3.6.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^3.6.14",
|
|
10
10
|
"@jayree/sfdx-plugin-org": "^1.2.83",
|
|
11
11
|
"@jayree/sfdx-plugin-prettier": "^1.3.91",
|
|
12
12
|
"@jayree/sfdx-plugin-source": "^1.3.87"
|