@uniformdev/redirect 20.50.2-alpha.167 → 20.50.2-alpha.180

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/dist/index.d.mts CHANGED
@@ -395,7 +395,6 @@ declare class RedirectClient extends ApiClient<RedirectClientOptions> {
395
395
  private static processDefinitionToResults;
396
396
  static validateRedirect(url: string, redirectDefinition: RedirectDefinition['redirect']): boolean;
397
397
  }
398
- /** @deprecated Pass `bypassCache: true` to {@link RedirectClient} instead. */
399
398
  declare class UncachedRedirectClient extends RedirectClient {
400
399
  constructor(options: Omit<RedirectClientOptions, 'bypassCache'>);
401
400
  }
package/dist/index.d.ts CHANGED
@@ -395,7 +395,6 @@ declare class RedirectClient extends ApiClient<RedirectClientOptions> {
395
395
  private static processDefinitionToResults;
396
396
  static validateRedirect(url: string, redirectDefinition: RedirectDefinition['redirect']): boolean;
397
397
  }
398
- /** @deprecated Pass `bypassCache: true` to {@link RedirectClient} instead. */
399
398
  declare class UncachedRedirectClient extends RedirectClient {
400
399
  constructor(options: Omit<RedirectClientOptions, 'bypassCache'>);
401
400
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/redirect",
3
- "version": "20.50.2-alpha.167+74e60d5bb7",
3
+ "version": "20.50.2-alpha.180+0be2307590",
4
4
  "description": "Uniform redirect client",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -32,12 +32,12 @@
32
32
  "/dist"
33
33
  ],
34
34
  "dependencies": {
35
- "@uniformdev/context": "20.50.2-alpha.167+74e60d5bb7",
35
+ "@uniformdev/context": "20.50.2-alpha.180+0be2307590",
36
36
  "p-limit": "^3.1.0",
37
37
  "rfdc": "^1.4.1"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "74e60d5bb79fe1c4d446e4d3e6edf9f08850be4f"
42
+ "gitHead": "0be23075901a6fd0acd8166a2bea65fbd5589789"
43
43
  }