sfdx-git-delta 6.36.0 → 6.37.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 -6
- 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.37.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.37.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.37.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.23",
|
|
16
16
|
"async": "^3.2.6",
|
|
17
17
|
"fast-equals": "^6.0.0",
|
|
18
18
|
"fast-xml-parser": "^5.4.2",
|
|
@@ -6155,9 +6155,9 @@
|
|
|
6155
6155
|
}
|
|
6156
6156
|
},
|
|
6157
6157
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6158
|
-
"version": "12.31.
|
|
6159
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.
|
|
6160
|
-
"integrity": "sha512-
|
|
6158
|
+
"version": "12.31.23",
|
|
6159
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.23.tgz",
|
|
6160
|
+
"integrity": "sha512-ODyPfTZvotEXhYzsAqgUIHvQdpfSvFQVhUv+NFjr0AZgxylQy+bZ3wiiyobOPOGhkHY0D8GcQK4K8qtJmBH4Kw==",
|
|
6161
6161
|
"license": "Apache-2.0",
|
|
6162
6162
|
"dependencies": {
|
|
6163
6163
|
"@salesforce/core": "^8.27.0",
|
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.37.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.23",
|
|
55
55
|
"async": "^3.2.6",
|
|
56
56
|
"fast-equals": "^6.0.0",
|
|
57
57
|
"fast-xml-parser": "^5.4.2",
|