@solid-primitives/analytics
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "@solid-primitives/analytics", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Primitive that makes managing analytics a lot easier.", | ||
@@ -22,3 +22,6 @@ "author": "David Di Biase <dave.dibiase@gmail.com>", | ||
}, | ||
"require": "./dist/index.cjs" | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
}, | ||
@@ -39,7 +42,12 @@ "files": [ | ||
"typesVersions": {}, | ||
"devDependencies": { | ||
"solid-js": "^1.8.7" | ||
}, | ||
"scripts": { | ||
"build": "jiti ../../scripts/build.ts", | ||
"test": "vitest -c ../../configs/vitest.config.ts", | ||
"test:ssr": "pnpm run test --mode ssr" | ||
"dev": "tsx ../../scripts/dev.ts", | ||
"build": "tsx ../../scripts/build.ts", | ||
"vitest": "vitest -c ../../configs/vitest.config.ts", | ||
"test": "pnpm run vitest", | ||
"test:ssr": "pnpm run vitest --mode ssr" | ||
} | ||
} |
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
6635
8
85
1