Comparing version 0.0.3 to 0.0.5
{ | ||
"name": "tinyspy", | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"type": "module", | ||
@@ -11,8 +11,8 @@ "scripts": { | ||
}, | ||
"main": "./dist/index.mjs", | ||
"module": "./dist/index.mjs", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"import": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
@@ -40,3 +40,3 @@ } | ||
"size-limit": "^7.0.4", | ||
"tinyspy": "^0.0.2", | ||
"tinyspy": "^0.0.3", | ||
"tsup": "^5.11.1", | ||
@@ -43,0 +43,0 @@ "typescript": "^4.5.3", |
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
4873