@solid-primitives/storage
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -372,2 +372,2 @@ import { Accessor, Setter, Signal } from 'solid-js'; | ||
export { AnyStorageProps, AsyncStorage, AsyncStorageObject, AsyncStorageSetter, AsyncStorageWithOptions, CookieOptions, PersistenceBaseOptions, PersistenceOptions, PersistenceSyncAPI, PersistenceSyncCallback, PersistenceSyncData, StorageDeserializer, StorageObject, StorageProps, StorageSerializer, StorageSetter, StorageSignalProps, StorageWithOptions, StringStorageProps, addClearMethod, addWithOptionsMethod, cookieStorage, createAsyncStorage, createCookieStorage, createLocalStorage, createSessionStorage, createStorage, createStorageSignal, makePersisted, messageSync, multiplexStorage, multiplexSync, storageSync, wsSync }; | ||
export { type AnyStorageProps, type AsyncStorage, type AsyncStorageObject, type AsyncStorageSetter, type AsyncStorageWithOptions, type CookieOptions, type PersistenceBaseOptions, type PersistenceOptions, type PersistenceSyncAPI, type PersistenceSyncCallback, type PersistenceSyncData, type StorageDeserializer, type StorageObject, type StorageProps, type StorageSerializer, type StorageSetter, type StorageSignalProps, type StorageWithOptions, type StringStorageProps, addClearMethod, addWithOptionsMethod, cookieStorage, createAsyncStorage, createCookieStorage, createLocalStorage, createSessionStorage, createStorage, createStorageSignal, makePersisted, messageSync, multiplexStorage, multiplexSync, storageSync, wsSync }; |
@@ -404,3 +404,3 @@ import { createHydratableSignal } from '@solid-primitives/utils'; | ||
args[storage[key].length - 1] = options; | ||
storage[key](...args); | ||
return storage[key](...args); | ||
}; | ||
@@ -407,0 +407,0 @@ } |
{ | ||
"name": "@solid-primitives/storage", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "Primitive that provides reactive wrappers for storage access", | ||
@@ -64,6 +64,11 @@ "author": "Alex Lohr <alex.lohr@logmein.com>", | ||
}, | ||
"peerDependenciesMeta": { | ||
"solid-start": { | ||
"optional": true | ||
} | ||
}, | ||
"typesVersions": {}, | ||
"devDependencies": { | ||
"solid-js": "^1.8.15" | ||
}, | ||
"typesVersions": {}, | ||
"scripts": { | ||
@@ -70,0 +75,0 @@ "dev": "tsx ../../scripts/dev.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
92809