@preship/core 2.0.0 → 2.0.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -312,8 +312,8 @@ function getDefaultConfig() {
312
312
  checkOutdated: true,
313
313
  checkDeprecated: true,
314
314
  checkUnmaintained: true,
315
- outdatedMajorThreshold: 3,
316
- unmaintainedYears: 2
315
+ outdatedMajorThreshold: 5,
316
+ unmaintainedYears: 4
317
317
  },
318
318
  secrets: {
319
319
  scanPaths: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preship/core",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Core infrastructure for PreShip — types, config, detection, parsing, caching, and rate limiting",
5
5
  "author": "Cyfox Inc.",
6
6
  "license": "Apache-2.0",