@xylabs/exists
Advanced tools
Comparing version 3.6.6 to 3.6.7
@@ -21,4 +21,4 @@ { | ||
"import": { | ||
"types": "./dist/neutral/index.d.mts", | ||
"default": "./dist/neutral/index.js" | ||
"types": "./dist/neutral/index.d.ts", | ||
"default": "./dist/neutral/index.mjs" | ||
} | ||
@@ -30,3 +30,3 @@ }, | ||
"types": "./dist/neutral/index.d.ts", | ||
"module": "./dist/neutral/index.js", | ||
"module": "./dist/neutral/index.mjs", | ||
"homepage": "https://xylabs.com", | ||
@@ -41,4 +41,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^3.14.1", | ||
"@xylabs/tsconfig": "^3.14.1", | ||
"@xylabs/ts-scripts-yarn3": "^3.15.4", | ||
"@xylabs/tsconfig": "^3.15.4", | ||
"typescript": "^5.5.4" | ||
@@ -57,4 +57,4 @@ }, | ||
"sideEffects": false, | ||
"version": "3.6.6", | ||
"version": "3.6.7", | ||
"type": "module" | ||
} |
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
21254