http-request-manager 18.13.14 → 18.13.16

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "http-request-manager",
3
- "version": "18.13.14",
3
+ "version": "18.13.16",
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",
@@ -549,6 +549,7 @@ declare class QueryParamsTrackerService {
549
549
  private parsePathSegment;
550
550
  private safeDecode;
551
551
  private normalizePath;
552
+ private extractPathFromSegment;
552
553
  private normalizeParamKey;
553
554
  private normalizeParamValue;
554
555
  private buildExpiryEpoch;
@@ -559,6 +560,8 @@ declare class QueryParamsTrackerService {
559
560
  private initializeTrackingForSession;
560
561
  private restoreState;
561
562
  private tryHydrateStateFromPersistedStore;
563
+ private getTrackerStateFromRawStorage;
564
+ private safeParseRawStorage;
562
565
  private persistState;
563
566
  private stringifyQuery;
564
567
  private isTrackerState;
Binary file