Comparing version 0.5.3 to 0.5.4
@@ -16,3 +16,3 @@ declare namespace uvu { | ||
after: Hook<T> | ||
run(): () => void; | ||
run(): void; | ||
} | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "uvu", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"repository": "lukeed/uvu", | ||
@@ -15,2 +15,3 @@ "description": "uvu is an extremely fast and lightweight test runner for Node.js and the browser", | ||
".": { | ||
"types": "./index.d.ts", | ||
"require": "./dist/index.js", | ||
@@ -20,2 +21,3 @@ "import": "./dist/index.mjs" | ||
"./assert": { | ||
"types": "./assert/index.d.ts", | ||
"require": "./assert/index.js", | ||
@@ -25,2 +27,3 @@ "import": "./assert/index.mjs" | ||
"./diff": { | ||
"types": "./diff/index.d.ts", | ||
"require": "./diff/index.js", | ||
@@ -30,2 +33,3 @@ "import": "./diff/index.mjs" | ||
"./parse": { | ||
"types": "./parse/index.d.ts", | ||
"require": "./parse/index.js", | ||
@@ -35,2 +39,3 @@ "import": "./parse/index.mjs" | ||
"./run": { | ||
"types": "./run/index.d.ts", | ||
"require": "./run/index.js", | ||
@@ -37,0 +42,0 @@ "import": "./run/index.mjs" |
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
47840