@solid-primitives/storage
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@solid-primitives/storage", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Primitive that provides reactive wrappers for storage access", | ||
@@ -9,3 +9,3 @@ "author": "Alex Lohr <alex.lohr@logmein.com>", | ||
"private": false, | ||
"main": "dist/index.js", | ||
"main": "dist/cjs/index.cjs", | ||
"module": "dist/index.js", | ||
@@ -18,3 +18,3 @@ "types": "dist/index.d.ts", | ||
"exports": { | ||
"require": "./dist/cjs/index.js", | ||
"require": "./dist/cjs/index.cjs", | ||
"import": "./dist/index.js", | ||
@@ -21,0 +21,0 @@ "default": "./dist/index.js" |
@@ -166,3 +166,3 @@ --- | ||
1.0.1 | ||
1.0.4 | ||
@@ -169,0 +169,0 @@ Patch CJS support. |
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
49518