@ds-sfdc/sfparty 1.3.12 → 1.3.13

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-sfdc/sfparty",
3
- "version": "1.3.12",
3
+ "version": "1.3.13",
4
4
  "description": "Salesforce metadata XML splitter for CI/CD",
5
5
  "type": "module",
6
6
  "repository": {
package/src/index.js CHANGED
@@ -268,7 +268,6 @@ yargs(hideBin(process.argv))
268
268
  ['$0 combine --type=permset --all'],
269
269
  ['$0 combine --type=permset --name="Permission Set Name"'],
270
270
  ])
271
- .argv()
272
271
  .parse()
273
272
  .help(false)
274
273
  .version(false)