@tapjs/stack
Advanced tools
Comparing version 3.0.0 to 4.0.0
{ | ||
"name": "@tapjs/stack", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "Utility for working with stack traces", | ||
@@ -19,3 +19,2 @@ "tshy": { | ||
"import": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/esm/index.d.ts", | ||
@@ -25,3 +24,2 @@ "default": "./dist/esm/index.js" | ||
"require": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/commonjs/index.d.ts", | ||
@@ -57,5 +55,6 @@ "default": "./dist/commonjs/index.js" | ||
}, | ||
"module": "./dist/esm/index.js", | ||
"engines": { | ||
"node": ">= 18.6.0" | ||
"node": "20 || >=22" | ||
} | ||
} |
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
229675