sfdx-git-delta 6.23.0-dev-1148.18648292615-1 → 6.23.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
@@ -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.23.0-dev-1148.18648292615-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.23.0/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.23.0-dev-1148.18648292615-1",
3
+ "version": "6.23.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-git-delta",
9
- "version": "6.23.0-dev-1148.18648292615-1",
9
+ "version": "6.23.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.5.6",
@@ -183,5 +183,5 @@
183
183
  ]
184
184
  }
185
185
  },
186
- "version": "6.23.0-dev-1148.18648292615-1"
186
+ "version": "6.23.0"
187
187
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfdx-git-delta",
3
- "version": "6.23.0-dev-1148.18648292615-1",
3
+ "version": "6.23.0",
4
4
  "description": "Generate the sfdx content in source format and destructive change from two git commits",
5
5
  "keywords": [
6
6
  "salesforce",