@ds-sfdc/sfparty 1.3.7 → 1.3.9

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/.prettierrc ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "semi": false,
3
+ "useTabs": true,
4
+ "tabWidth": 4,
5
+ "singleQuote": true,
6
+ "trailingComma": "all",
7
+ "printWidth": 80
8
+ }
9
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-sfdc/sfparty",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "description": "Salesforce metadata XML splitter for CI/CD",
5
5
  "type": "module",
6
6
  "repository": {
@@ -33,6 +33,7 @@
33
33
  "marked": "^4.2.12",
34
34
  "marked-terminal": "^5.1.1",
35
35
  "pinst": "^3.0.0",
36
+ "pretty-quick": "^3.1.3",
36
37
  "semver": "^7.3.8",
37
38
  "util": "^0.10.3",
38
39
  "winston": "^3.8.2",
@@ -49,6 +50,7 @@
49
50
  "jest": "^29.3.1",
50
51
  "mocha": "^10.2.0",
51
52
  "nodemon": "^2.0.20",
53
+ "prettier": "^2.8.3",
52
54
  "should": "^7.1.0"
53
55
  },
54
56
  "engines": {
package/pre-commit ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env sh
2
+ . "$(dirname -- "$0")/_/husky.sh"
3
+
4
+ npx pretty-quick --staged