@salesforce/core 5.0.1-v5-beta.1 → 5.1.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/lib/logger/cleanup.js +1 -1
- package/package.json +3 -3
package/lib/logger/cleanup.js
CHANGED
|
@@ -14,7 +14,7 @@ const logger_1 = require("./logger");
|
|
|
14
14
|
/**
|
|
15
15
|
* the odds of running are 1 in CLEAN_ODDS
|
|
16
16
|
* ex: CLEAN_ODDS=100 implies 1 in 100
|
|
17
|
-
* ex: CLEAN_ODDS=
|
|
17
|
+
* ex: CLEAN_ODDS=1 implies 1 in 1 (run every time)
|
|
18
18
|
* */
|
|
19
19
|
const CLEAN_ODDS = 100;
|
|
20
20
|
const MAX_FILE_AGE_DAYS = 7;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/core",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
|
|
5
5
|
"main": "lib/exported",
|
|
6
6
|
"types": "lib/exported.d.ts",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"chai-string": "^1.5.0",
|
|
76
76
|
"eslint": "^8.44.0",
|
|
77
77
|
"eslint-config-prettier": "^8.8.0",
|
|
78
|
-
"eslint-config-salesforce": "^2.0.
|
|
78
|
+
"eslint-config-salesforce": "^2.0.2",
|
|
79
79
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
80
|
-
"eslint-config-salesforce-typescript": "^1.1.
|
|
80
|
+
"eslint-config-salesforce-typescript": "^1.1.2",
|
|
81
81
|
"eslint-plugin-header": "^3.1.1",
|
|
82
82
|
"eslint-plugin-import": "^2.27.5",
|
|
83
83
|
"eslint-plugin-jsdoc": "^43.2.0",
|