@uniformdev/redirect 19.134.0 → 19.134.3-alpha.28

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
@@ -159,7 +159,6 @@ interface paths {
159
159
  "application/json": {
160
160
  redirects: components["schemas"]["RedirectGetResponse"];
161
161
  total?: number;
162
- resultUrl?: string;
163
162
  };
164
163
  };
165
164
  };
package/dist/index.d.ts CHANGED
@@ -159,7 +159,6 @@ interface paths {
159
159
  "application/json": {
160
160
  redirects: components["schemas"]["RedirectGetResponse"];
161
161
  total?: number;
162
- resultUrl?: string;
163
162
  };
164
163
  };
165
164
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/redirect",
3
- "version": "19.134.0",
3
+ "version": "19.134.3-alpha.28+506233b832",
4
4
  "description": "Uniform redirect client",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -33,12 +33,12 @@
33
33
  "/dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@uniformdev/context": "19.134.0",
36
+ "@uniformdev/context": "19.134.3-alpha.28+506233b832",
37
37
  "p-limit": "^3.1.0",
38
38
  "rfdc": "^1.3.0"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "4d3856ce53d66b4e69fd693dadc98292cfbc37d1"
43
+ "gitHead": "506233b8324cbb3d7d6a0ef97b8d5e01b36bfb08"
44
44
  }