@solid-primitives/destructure
Advanced tools
+3
-3
| { | ||
| "name": "@solid-primitives/destructure", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "Primitives for destructuring reactive objects – like props or stores – or signals of them into a separate accessors updated individually.", | ||
@@ -33,4 +33,4 @@ "author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>", | ||
| "exports": { | ||
| "@solid-primitives/source": "./src/index.ts", | ||
| "import": { | ||
| "@solid-primitives/source": "./src/index.ts", | ||
| "types": "./dist/index.d.ts", | ||
@@ -47,3 +47,3 @@ "default": "./dist/index.js" | ||
| "dependencies": { | ||
| "@solid-primitives/utils": "^6.3.0" | ||
| "@solid-primitives/utils": "^6.3.1" | ||
| }, | ||
@@ -50,0 +50,0 @@ "peerDependencies": { |
12828
0.02%