sfdx-git-delta 6.19.0-dev-1123.17771836442-1 → 6.19.0-dev-1123.17790934245-1

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 CHANGED
@@ -198,7 +198,7 @@ FLAG DESCRIPTIONS
198
198
  of a diff, in which case changes may still be picked up.
199
199
  ```
200
200
 
201
- _See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v6.19.0-dev-1123.17771836442-1/src/commands/sgd/source/delta.ts)_
201
+ _See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v6.19.0-dev-1123.17790934245-1/src/commands/sgd/source/delta.ts)_
202
202
  <!-- commandsstop -->
203
203
 
204
204
  ### Windows users
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sfdx-git-delta",
3
- "version": "6.19.0-dev-1123.17771836442-1",
3
+ "version": "6.19.0-dev-1123.17790934245-1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-git-delta",
9
- "version": "6.19.0-dev-1123.17771836442-1",
9
+ "version": "6.19.0-dev-1123.17790934245-1",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.5.3",
@@ -40,7 +40,7 @@
40
40
  "@types/lodash": "^4.17.20",
41
41
  "@types/lodash-es": "^4.17.12",
42
42
  "@types/mocha": "^10.0.10",
43
- "@types/node": "^24.5.0",
43
+ "@types/node": "^24.5.1",
44
44
  "benchmark": "^2.1.4",
45
45
  "chai": "^6.0.1",
46
46
  "husky": "^9.1.7",
@@ -6776,9 +6776,9 @@
6776
6776
  }
6777
6777
  },
6778
6778
  "node_modules/@types/node": {
6779
- "version": "24.5.0",
6780
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.0.tgz",
6781
- "integrity": "sha512-y1dMvuvJspJiPSDZUQ+WMBvF7dpnEqN4x9DDC9ie5Fs/HUZJA3wFp7EhHoVaKX/iI0cRoECV8X2jL8zi0xrHCg==",
6779
+ "version": "24.5.1",
6780
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.1.tgz",
6781
+ "integrity": "sha512-/SQdmUP2xa+1rdx7VwB9yPq8PaKej8TD5cQ+XfKDPWWC+VDJU4rvVVagXqKUzhKjtFoNA8rXDJAkCxQPAe00+Q==",
6782
6782
  "license": "MIT",
6783
6783
  "dependencies": {
6784
6784
  "undici-types": "~7.12.0"
@@ -183,5 +183,5 @@
183
183
  ]
184
184
  }
185
185
  },
186
- "version": "6.19.0-dev-1123.17771836442-1"
186
+ "version": "6.19.0-dev-1123.17790934245-1"
187
187
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfdx-git-delta",
3
- "version": "6.19.0-dev-1123.17771836442-1",
3
+ "version": "6.19.0-dev-1123.17790934245-1",
4
4
  "description": "Generate the sfdx content in source format and destructive change from two git commits",
5
5
  "keywords": [
6
6
  "salesforce",
@@ -79,7 +79,7 @@
79
79
  "@types/lodash": "^4.17.20",
80
80
  "@types/lodash-es": "^4.17.12",
81
81
  "@types/mocha": "^10.0.10",
82
- "@types/node": "^24.5.0",
82
+ "@types/node": "^24.5.1",
83
83
  "benchmark": "^2.1.4",
84
84
  "chai": "^6.0.1",
85
85
  "husky": "^9.1.7",