@marsson/ciutils 0.1.0 → 0.2.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.
@@ -311,6 +311,14 @@
311
311
  "hasDynamicHelp": false,
312
312
  "multiple": false,
313
313
  "type": "option"
314
+ },
315
+ "debug": {
316
+ "char": "d",
317
+ "name": "debug",
318
+ "required": false,
319
+ "summary": "Show debug logs",
320
+ "allowNo": false,
321
+ "type": "boolean"
314
322
  }
315
323
  },
316
324
  "hasDynamicHelp": true,
@@ -341,5 +349,5 @@
341
349
  ]
342
350
  }
343
351
  },
344
- "version": "0.1.0"
352
+ "version": "0.2.1"
345
353
  }
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@marsson/ciutils",
3
3
  "description": " Utilities for enabling continuous integration for Salesforce development under SF CLI",
4
- "version": "0.1.0",
4
+ "version": "0.2.1",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^4",
7
- "@salesforce/core": "^8",
7
+ "@salesforce/core": "^8.11.0",
8
8
  "@salesforce/plugin-deploy-retrieve": "^3.19.0",
9
9
  "@salesforce/sf-plugins-core": "^12",
10
10
  "cli-progress": "^3.12.0",
11
11
  "cli-table3": "^0.6.3",
12
12
  "form-data": "^4.0.0",
13
- "jsforce": "2.0.0-beta.29",
13
+ "jsforce": "3.8.1",
14
14
  "moment": "^2.30.1",
15
15
  "yarn": "^1.22.22"
16
16
  },