Comparing version 5.0.4 to 5.0.5
{ | ||
"name": "rimraf", | ||
"version": "5.0.4", | ||
"version": "5.0.5", | ||
"type": "module", | ||
"tshy": { | ||
"main": true, | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": "./src/index.ts" | ||
} | ||
}, | ||
"bin": "./dist/esm/bin.mjs", | ||
"main": "./dist/commonjs/index.js", | ||
"types": "./dist/commonjs/index.d.ts", | ||
"exports": { | ||
@@ -54,3 +64,3 @@ "./package.json": "./package.json", | ||
"tap": "^18.1.4", | ||
"tshy": "^1.1.1", | ||
"tshy": "^1.2.2", | ||
"typedoc": "^0.25.1", | ||
@@ -77,10 +87,3 @@ "typescript": "^5.2" | ||
"recursive" | ||
], | ||
"type": "module", | ||
"tshy": { | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": "./src/index.ts" | ||
} | ||
} | ||
] | ||
} |
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
277365