http-request-manager 18.13.25 → 18.13.26
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.26",
|
|
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",
|
|
@@ -558,7 +558,6 @@ declare class QueryParamsTrackerService {
|
|
|
558
558
|
private cleanupExpiredEntries;
|
|
559
559
|
private ensurePathState;
|
|
560
560
|
private ensureStateRestored;
|
|
561
|
-
private initializeTrackingForSession;
|
|
562
561
|
private restoreState;
|
|
563
562
|
private persistState;
|
|
564
563
|
private stringifyQuery;
|
|
Binary file
|