sfdx-git-delta 6.25.0-dev-1165.20857094596-1 → 6.25.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 CHANGED
@@ -199,7 +199,7 @@ FLAG DESCRIPTIONS
199
199
  of a diff, in which case changes may still be picked up.
200
200
  ```
201
201
 
202
- _See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v6.25.0-dev-1165.20857094596-1/src/commands/sgd/source/delta.ts)_
202
+ _See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v6.25.0/src/commands/sgd/source/delta.ts)_
203
203
  <!-- commandsstop -->
204
204
 
205
205
  ### Windows users
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sfdx-git-delta",
3
- "version": "6.25.0-dev-1165.20857094596-1",
3
+ "version": "6.25.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-git-delta",
9
- "version": "6.25.0-dev-1165.20857094596-1",
9
+ "version": "6.25.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.8.0",
@@ -183,5 +183,5 @@
183
183
  ]
184
184
  }
185
185
  },
186
- "version": "6.25.0-dev-1165.20857094596-1"
186
+ "version": "6.25.0"
187
187
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfdx-git-delta",
3
- "version": "6.25.0-dev-1165.20857094596-1",
3
+ "version": "6.25.0",
4
4
  "description": "Generate the sfdx content in source format and destructive change from two git commits",
5
5
  "keywords": [
6
6
  "salesforce",