Comparing version 2.0.1 to 3.0.0
{ | ||
"name": "tshy", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "TypeScript HYbridizer - Hybrid (CommonJS/ESM) TypeScript node package builder", | ||
@@ -16,9 +16,9 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", | ||
"foreground-child": "^3.1.1", | ||
"minimatch": "^9.0.4", | ||
"minimatch": "^10.0.0", | ||
"mkdirp": "^3.0.1", | ||
"polite-json": "^5.0.0", | ||
"resolve-import": "^1.4.5", | ||
"rimraf": "^5.0.1", | ||
"sync-content": "^1.0.2", | ||
"typescript": "5", | ||
"rimraf": "^6.0.0", | ||
"sync-content": "^2.0.0", | ||
"typescript": "^5.5.3", | ||
"walk-up-path": "^3.0.1" | ||
@@ -42,3 +42,3 @@ }, | ||
"engines": { | ||
"node": "16 >=16.17 || 18 >=18.15.0 || >=20.6.1" | ||
"node": "20 || >=22" | ||
}, | ||
@@ -55,6 +55,6 @@ "repository": "https://github.com/isaacs/tshy", | ||
"devDependencies": { | ||
"@types/node": "^20.12.7", | ||
"@types/node": "^20.14.10", | ||
"prettier": "^3.3.2", | ||
"tap": "^19.2.1", | ||
"typedoc": "^0.26.2" | ||
"tap": "^20.0.3", | ||
"typedoc": "^0.26.3" | ||
}, | ||
@@ -61,0 +61,0 @@ "prettier": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
216324
+ Addedglob@11.0.0(transitive)
+ Addedjackspeak@4.0.2(transitive)
+ Addedlru-cache@11.0.2(transitive)
+ Addedminimatch@10.0.1(transitive)
+ Addedpath-scurry@2.0.0(transitive)
+ Addedrimraf@6.0.1(transitive)
+ Addedsync-content@2.0.1(transitive)
- Removedrimraf@5.0.10(transitive)
- Removedsync-content@1.0.2(transitive)
Updatedminimatch@^10.0.0
Updatedrimraf@^6.0.0
Updatedsync-content@^2.0.0
Updatedtypescript@^5.5.3