http-request-manager 18.13.37 → 18.13.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "http-request-manager",
|
|
3
|
-
"version": "18.13.
|
|
3
|
+
"version": "18.13.38",
|
|
4
4
|
"homepage": "https://wavecoders.ca",
|
|
5
5
|
"author": "Mike Bonifacio <wavecoders@gmail.com> (http://wavecoders@gmail.com/)",
|
|
6
6
|
"description": "This is an Angular Module containing Components/Services using Material",
|
|
@@ -127,7 +127,7 @@ declare class SymmetricalEncryptionService {
|
|
|
127
127
|
constructor();
|
|
128
128
|
generateCipherKey(): string;
|
|
129
129
|
encrypt(str: any, key?: string): string | undefined;
|
|
130
|
-
decrypt(str: string, key?: string): string | null
|
|
130
|
+
decrypt(str: string, key?: string): string | null;
|
|
131
131
|
createSignature(url: string, len?: number): string;
|
|
132
132
|
normalizeURL(url: string): string;
|
|
133
133
|
generateSignature(url: string): string;
|
|
@@ -1952,6 +1952,7 @@ declare class LocalStorageManagerService extends ComponentStore<State> implement
|
|
|
1952
1952
|
* Returns true if data appears corrupted
|
|
1953
1953
|
*/
|
|
1954
1954
|
checkForCorruptedData(): boolean;
|
|
1955
|
+
private tryParseSettingsArray;
|
|
1955
1956
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageManagerService, [{ optional: true; }]>;
|
|
1956
1957
|
static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageManagerService>;
|
|
1957
1958
|
}
|
|
@@ -2002,6 +2003,7 @@ declare class LocalStorageSignalsManagerService {
|
|
|
2002
2003
|
private isObjectOrArray;
|
|
2003
2004
|
private isString;
|
|
2004
2005
|
private validStoreName;
|
|
2006
|
+
private tryParseSettingsArray;
|
|
2005
2007
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageSignalsManagerService, [{ optional: true; }]>;
|
|
2006
2008
|
static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageSignalsManagerService>;
|
|
2007
2009
|
}
|
|
Binary file
|