Comparing version 0.2.2 to 0.2.3
@@ -5,3 +5,3 @@ { | ||
"author": "Luciano Mammino <no@spam.com> (https://loige.co)", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"repository": { | ||
@@ -29,3 +29,6 @@ "type": "git", | ||
"@types/jest": "^29.5.12", | ||
"c8": "^10.1.2", | ||
"dts-cli": "^2.0.4", | ||
"poku": "^2.1.0", | ||
"tsx": "^4.16.2", | ||
"typedoc": "^0.25.9", | ||
@@ -55,6 +58,6 @@ "typescript": "^5.3.3" | ||
"lint:ts": "tsc --noEmit --incremental false --diagnostics", | ||
"test:node": "dts test --coverage", | ||
"test:deno": "deno test test/deno.ts", | ||
"test:bun": "bun test ./test/bun.ts" | ||
"test:node": "c8 --reporter lcov tsx test/*.test.ts", | ||
"test:deno": "deno run --allow-env --allow-read --allow-run npm:poku --parallel test/*.test.ts", | ||
"test:bun": "bunx poku --parallel test/*.test.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
186637
0
8