Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "tinyspy", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"type": "module", | ||
@@ -12,2 +12,3 @@ "scripts": { | ||
"main": "./dist/index.mjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
@@ -33,2 +34,3 @@ "files": [ | ||
"size-limit": "^7.0.4", | ||
"tinyspy": "^0.0.1", | ||
"tsup": "^5.11.1", | ||
@@ -35,0 +37,0 @@ "typescript": "^4.5.3", |
@@ -5,3 +5,3 @@ # tinyspy | ||
A `3KB` package for minimal and easy testing with no dependencies. | ||
A `4KB` package for minimal and easy testing with no dependencies. | ||
This package was created for having a tiny spy library to use in `vitest`, but it can also be used in `jest` and other test environments. | ||
@@ -8,0 +8,0 @@ |
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
4768
11