sfdx-git-delta 6.33.1 → 6.34.0
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/README.md +1 -1
- package/npm-shrinkwrap.json +6 -42
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -201,7 +201,7 @@ FLAG DESCRIPTIONS
|
|
|
201
201
|
of a diff, in which case changes may still be picked up.
|
|
202
202
|
```
|
|
203
203
|
|
|
204
|
-
_See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v6.
|
|
204
|
+
_See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v6.34.0/src/commands/sgd/source/delta.ts)_
|
|
205
205
|
<!-- commandsstop -->
|
|
206
206
|
|
|
207
207
|
### Windows users
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-git-delta",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.34.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sfdx-git-delta",
|
|
9
|
-
"version": "6.
|
|
9
|
+
"version": "6.34.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4.8.3",
|
|
13
13
|
"@salesforce/core": "^8.26.3",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
15
|
-
"@salesforce/source-deploy-retrieve": "^12.31.
|
|
15
|
+
"@salesforce/source-deploy-retrieve": "^12.31.19",
|
|
16
16
|
"async": "^3.2.6",
|
|
17
17
|
"fast-equals": "^6.0.0",
|
|
18
18
|
"fast-xml-parser": "^5.4.2",
|
|
@@ -1870,9 +1870,6 @@
|
|
|
1870
1870
|
"arm64"
|
|
1871
1871
|
],
|
|
1872
1872
|
"dev": true,
|
|
1873
|
-
"libc": [
|
|
1874
|
-
"glibc"
|
|
1875
|
-
],
|
|
1876
1873
|
"license": "MIT OR Apache-2.0",
|
|
1877
1874
|
"optional": true,
|
|
1878
1875
|
"os": [
|
|
@@ -1890,9 +1887,6 @@
|
|
|
1890
1887
|
"arm64"
|
|
1891
1888
|
],
|
|
1892
1889
|
"dev": true,
|
|
1893
|
-
"libc": [
|
|
1894
|
-
"musl"
|
|
1895
|
-
],
|
|
1896
1890
|
"license": "MIT OR Apache-2.0",
|
|
1897
1891
|
"optional": true,
|
|
1898
1892
|
"os": [
|
|
@@ -1910,9 +1904,6 @@
|
|
|
1910
1904
|
"x64"
|
|
1911
1905
|
],
|
|
1912
1906
|
"dev": true,
|
|
1913
|
-
"libc": [
|
|
1914
|
-
"glibc"
|
|
1915
|
-
],
|
|
1916
1907
|
"license": "MIT OR Apache-2.0",
|
|
1917
1908
|
"optional": true,
|
|
1918
1909
|
"os": [
|
|
@@ -1930,9 +1921,6 @@
|
|
|
1930
1921
|
"x64"
|
|
1931
1922
|
],
|
|
1932
1923
|
"dev": true,
|
|
1933
|
-
"libc": [
|
|
1934
|
-
"musl"
|
|
1935
|
-
],
|
|
1936
1924
|
"license": "MIT OR Apache-2.0",
|
|
1937
1925
|
"optional": true,
|
|
1938
1926
|
"os": [
|
|
@@ -5772,9 +5760,6 @@
|
|
|
5772
5760
|
"arm64"
|
|
5773
5761
|
],
|
|
5774
5762
|
"dev": true,
|
|
5775
|
-
"libc": [
|
|
5776
|
-
"glibc"
|
|
5777
|
-
],
|
|
5778
5763
|
"license": "MIT",
|
|
5779
5764
|
"optional": true,
|
|
5780
5765
|
"os": [
|
|
@@ -5789,9 +5774,6 @@
|
|
|
5789
5774
|
"arm64"
|
|
5790
5775
|
],
|
|
5791
5776
|
"dev": true,
|
|
5792
|
-
"libc": [
|
|
5793
|
-
"musl"
|
|
5794
|
-
],
|
|
5795
5777
|
"license": "MIT",
|
|
5796
5778
|
"optional": true,
|
|
5797
5779
|
"os": [
|
|
@@ -5806,9 +5788,6 @@
|
|
|
5806
5788
|
"ppc64"
|
|
5807
5789
|
],
|
|
5808
5790
|
"dev": true,
|
|
5809
|
-
"libc": [
|
|
5810
|
-
"glibc"
|
|
5811
|
-
],
|
|
5812
5791
|
"license": "MIT",
|
|
5813
5792
|
"optional": true,
|
|
5814
5793
|
"os": [
|
|
@@ -5823,9 +5802,6 @@
|
|
|
5823
5802
|
"riscv64"
|
|
5824
5803
|
],
|
|
5825
5804
|
"dev": true,
|
|
5826
|
-
"libc": [
|
|
5827
|
-
"glibc"
|
|
5828
|
-
],
|
|
5829
5805
|
"license": "MIT",
|
|
5830
5806
|
"optional": true,
|
|
5831
5807
|
"os": [
|
|
@@ -5840,9 +5816,6 @@
|
|
|
5840
5816
|
"riscv64"
|
|
5841
5817
|
],
|
|
5842
5818
|
"dev": true,
|
|
5843
|
-
"libc": [
|
|
5844
|
-
"musl"
|
|
5845
|
-
],
|
|
5846
5819
|
"license": "MIT",
|
|
5847
5820
|
"optional": true,
|
|
5848
5821
|
"os": [
|
|
@@ -5857,9 +5830,6 @@
|
|
|
5857
5830
|
"s390x"
|
|
5858
5831
|
],
|
|
5859
5832
|
"dev": true,
|
|
5860
|
-
"libc": [
|
|
5861
|
-
"glibc"
|
|
5862
|
-
],
|
|
5863
5833
|
"license": "MIT",
|
|
5864
5834
|
"optional": true,
|
|
5865
5835
|
"os": [
|
|
@@ -5874,9 +5844,6 @@
|
|
|
5874
5844
|
"x64"
|
|
5875
5845
|
],
|
|
5876
5846
|
"dev": true,
|
|
5877
|
-
"libc": [
|
|
5878
|
-
"glibc"
|
|
5879
|
-
],
|
|
5880
5847
|
"license": "MIT",
|
|
5881
5848
|
"optional": true,
|
|
5882
5849
|
"os": [
|
|
@@ -5891,9 +5858,6 @@
|
|
|
5891
5858
|
"x64"
|
|
5892
5859
|
],
|
|
5893
5860
|
"dev": true,
|
|
5894
|
-
"libc": [
|
|
5895
|
-
"musl"
|
|
5896
|
-
],
|
|
5897
5861
|
"license": "MIT",
|
|
5898
5862
|
"optional": true,
|
|
5899
5863
|
"os": [
|
|
@@ -6191,9 +6155,9 @@
|
|
|
6191
6155
|
}
|
|
6192
6156
|
},
|
|
6193
6157
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6194
|
-
"version": "12.31.
|
|
6195
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.
|
|
6196
|
-
"integrity": "sha512-
|
|
6158
|
+
"version": "12.31.19",
|
|
6159
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.19.tgz",
|
|
6160
|
+
"integrity": "sha512-ITf0KQOWS4OfNGE8SYerwaB9PnVZS2aXgctM9EjINmRiMJBVgQ5Pjm71IIJiR6yiEsAGfnn0S7Efir2RgtmL7Q==",
|
|
6197
6161
|
"license": "Apache-2.0",
|
|
6198
6162
|
"dependencies": {
|
|
6199
6163
|
"@salesforce/core": "^8.26.3",
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-git-delta",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.34.0",
|
|
4
4
|
"description": "Generate the sfdx content in source format and destructive change from two git commits",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"salesforce",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@oclif/core": "^4.8.3",
|
|
52
52
|
"@salesforce/core": "^8.26.3",
|
|
53
53
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
54
|
-
"@salesforce/source-deploy-retrieve": "^12.31.
|
|
54
|
+
"@salesforce/source-deploy-retrieve": "^12.31.19",
|
|
55
55
|
"async": "^3.2.6",
|
|
56
56
|
"fast-equals": "^6.0.0",
|
|
57
57
|
"fast-xml-parser": "^5.4.2",
|