@solid-primitives/script-loader
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@solid-primitives/script-loader", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Primitive to load scripts dynamically", | ||
@@ -38,3 +38,6 @@ "author": "Alex Lohr <alex.lohr@logmein.com>", | ||
}, | ||
"require": "./dist/index.cjs" | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
}, | ||
@@ -41,0 +44,0 @@ "peerDependencies": { |
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
9631