@salesforce/source-tracking 2.2.15 → 2.2.16-dev.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.
@@ -27,7 +27,7 @@ class ShadowRepo {
27
27
  this.projectPath = options.projectPath;
28
28
  this.packageDirs = options.packageDirs;
29
29
  this.isWindows = os.type() === 'Windows_NT';
30
- this.maxFileAdd = this.isWindows ? 8000 : 15000;
30
+ this.maxFileAdd = 8000;
31
31
  }
32
32
  // think of singleton behavior but unique to the projectPath
33
33
  static async getInstance(options) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/source-tracking",
3
3
  "description": "API for tracking local and remote Salesforce metadata changes",
4
- "version": "2.2.15",
4
+ "version": "2.2.16-dev.1",
5
5
  "author": "Salesforce",
6
6
  "license": "BSD-3-Clause",
7
7
  "main": "lib/index.js",
@@ -71,7 +71,7 @@
71
71
  "husky": "^7.0.4",
72
72
  "mocha": "^9.2.2",
73
73
  "nyc": "^15.1.0",
74
- "prettier": "^2.7.1",
74
+ "prettier": "^2.8.1",
75
75
  "pretty-quick": "^3.1.3",
76
76
  "shelljs": "^0.8.5",
77
77
  "shx": "^0.3.4",