@vercel/analytics
Advanced tools
Comparing version 0.1.9 to 0.1.10
{ | ||
"name": "@vercel/analytics", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"keywords": [ | ||
@@ -13,10 +13,10 @@ "analytics", | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"browser": "./dist/index.js", | ||
"import": "./dist/index.js", | ||
"browser": "./dist/index.js" | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./react": { | ||
"require": "./dist/react/index.cjs", | ||
"browser": "./dist/react/index.js", | ||
"import": "./dist/react/index.js", | ||
"browser": "./dist/react/index.js" | ||
"require": "./dist/react/index.cjs" | ||
} | ||
@@ -23,0 +23,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
41487