Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "depseek", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Seeks for dependency references in JS/TS code", | ||
@@ -16,3 +16,3 @@ "type": "module", | ||
"module": "target/esm/index.mjs", | ||
"types": "target/dts/index.d.ts", | ||
"types": "./target/dts/index.d.ts", | ||
"files": [ | ||
@@ -50,3 +50,3 @@ "target/cjs", | ||
"@antongolub/infra": "workspace:*", | ||
"@types/node": "^20.10.6", | ||
"@types/node": "^20.11.6", | ||
"benchmark": "^2.1.4", | ||
@@ -53,0 +53,0 @@ "esprima": "^4.0.1" |
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
12591