@uniformdev/redirect 20.50.2-alpha.146 → 20.50.2-alpha.167
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -395,6 +395,7 @@ 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. */
|
|
398
399
|
declare class UncachedRedirectClient extends RedirectClient {
|
|
399
400
|
constructor(options: Omit<RedirectClientOptions, 'bypassCache'>);
|
|
400
401
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -395,6 +395,7 @@ 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. */
|
|
398
399
|
declare class UncachedRedirectClient extends RedirectClient {
|
|
399
400
|
constructor(options: Omit<RedirectClientOptions, 'bypassCache'>);
|
|
400
401
|
}
|
package/dist/index.js
CHANGED
|
@@ -28,8 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
29
|
|
|
30
30
|
// src/index.ts
|
|
31
|
-
var
|
|
32
|
-
__export(
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
33
|
ExtractWildcards: () => ExtractWildcards,
|
|
34
34
|
PathTrie: () => PathTrie,
|
|
35
35
|
PathTrieData: () => PathTrieData,
|
|
@@ -42,7 +42,7 @@ __export(src_exports, {
|
|
|
42
42
|
mergeQueryStrings: () => mergeQueryStrings,
|
|
43
43
|
processUrl: () => processUrl
|
|
44
44
|
});
|
|
45
|
-
module.exports = __toCommonJS(
|
|
45
|
+
module.exports = __toCommonJS(index_exports);
|
|
46
46
|
|
|
47
47
|
// src/cache/data/refresher.ts
|
|
48
48
|
var Refresher = class {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/redirect",
|
|
3
|
-
"version": "20.50.2-alpha.
|
|
3
|
+
"version": "20.50.2-alpha.167+74e60d5bb7",
|
|
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.
|
|
35
|
+
"@uniformdev/context": "20.50.2-alpha.167+74e60d5bb7",
|
|
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": "
|
|
42
|
+
"gitHead": "74e60d5bb79fe1c4d446e4d3e6edf9f08850be4f"
|
|
43
43
|
}
|