@auraxy/services
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -1,2 +0,1 @@ | ||
import { Storage } from '@livelybone/storage' | ||
import { | ||
@@ -159,25 +158,2 @@ AxiosInstance, | ||
declare class StorageItem<Value = string> { | ||
static StorageOptions: { | ||
useCookie?: boolean | ||
exceededCallback?: ( | ||
error: Error, | ||
[key, value]: [string, any], | ||
instance: Storage, | ||
) => void | ||
} | ||
private readonly key | ||
private readonly storage | ||
constructor(key: string, isCookie?: boolean) | ||
set(val: Value): void | ||
get(): Value | null | ||
del(): any | ||
} | ||
export { | ||
@@ -191,3 +167,2 @@ Http, | ||
QueryData, | ||
StorageItem, | ||
SubscribeCallback, | ||
@@ -194,0 +169,0 @@ Thenable, |
{ | ||
"name": "@auraxy/services", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "services", | ||
@@ -99,3 +99,3 @@ "main": "./lib/es/index.js", | ||
"@livelybone/singleton": "^1.1.1", | ||
"@livelybone/storage": "^1.6.1", | ||
"@livelybone/storage": "^1.7.0", | ||
"axios": "^0.19.0", | ||
@@ -102,0 +102,0 @@ "paho-mqtt": "^1.1.0" |
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
46177
1104
Updated@livelybone/storage@^1.7.0