@solid-primitives/audio
Advanced tools
Comparing version 1.3.10 to 1.3.11
import { onMount, onCleanup, createEffect } from 'solid-js'; | ||
import { isServer } from 'solid-js/web'; | ||
import { noop, access, createStaticStore } from '@solid-primitives/utils'; | ||
import { noop, access } from '@solid-primitives/utils'; | ||
import { createStaticStore } from '@solid-primitives/static-store'; | ||
@@ -5,0 +6,0 @@ // src/index.ts |
{ | ||
"name": "@solid-primitives/audio", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"description": "Primitives to manage audio and single sounds.", | ||
@@ -49,3 +49,4 @@ "author": "David Di Biase <dave.dibiase@gmail.com>", | ||
"dependencies": { | ||
"@solid-primitives/utils": "^5.5.1" | ||
"@solid-primitives/static-store": "^0.0.2", | ||
"@solid-primitives/utils": "^6.0.0" | ||
}, | ||
@@ -52,0 +53,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
17843
358
3
+ Added@solid-primitives/static-store@0.0.2(transitive)
+ Added@solid-primitives/utils@6.3.0(transitive)
- Removed@solid-primitives/utils@5.5.2(transitive)