@solid-primitives/static-store
Advanced tools
+3
-3
| { | ||
| "name": "@solid-primitives/static-store", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Primitives for creating small reactive objects that doesn't change their shape over time - don't need a proxy wrapper.", | ||
@@ -39,4 +39,4 @@ "author": "Damian Tarnawski <gthetarnav@gmail.com>", | ||
| "exports": { | ||
| "@solid-primitives/source": "./src/index.ts", | ||
| "import": { | ||
| "@solid-primitives/source": "./src/index.ts", | ||
| "types": "./dist/index.d.ts", | ||
@@ -51,3 +51,3 @@ "default": "./dist/index.js" | ||
| "dependencies": { | ||
| "@solid-primitives/utils": "^6.3.0" | ||
| "@solid-primitives/utils": "^6.3.1" | ||
| }, | ||
@@ -54,0 +54,0 @@ "devDependencies": { |
14175
0.01%