@uniformdev/redirect 19.35.1-alpha.0 → 19.35.1-alpha.8

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.
@@ -4,7 +4,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
4
4
  }) : x)(function(x) {
5
5
  if (typeof require !== "undefined")
6
6
  return require.apply(this, arguments);
7
- throw new Error('Dynamic require of "' + x + '" is not supported');
7
+ throw Error('Dynamic require of "' + x + '" is not supported');
8
8
  });
9
9
  var __commonJS = (cb, mod) => function __require2() {
10
10
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
package/dist/index.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- import "./chunk-FFYIGW52.mjs";
1
+ import "./chunk-TLYAXJ7N.mjs";
2
2
 
3
3
  // src/cache/data/refresher.ts
4
4
  var Refresher = class {
@@ -587,7 +587,7 @@ var UncachedRedirectClient = class extends RedirectClient {
587
587
 
588
588
  // src/util/RedirectFileConverter.ts
589
589
  var getDefaultClient = async () => {
590
- const dotenv = await import("./main-DHQ5ANFI.mjs");
590
+ const dotenv = await import("./main-HWDEQR7W.mjs");
591
591
  dotenv.config();
592
592
  return new RedirectClient({
593
593
  apiKey: process.env.UNIFORM_API_KEY,
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import "./chunk-FFYIGW52.mjs";
1
+ import "./chunk-TLYAXJ7N.mjs";
2
2
 
3
3
  // src/cache/data/refresher.ts
4
4
  var Refresher = class {
@@ -587,7 +587,7 @@ var UncachedRedirectClient = class extends RedirectClient {
587
587
 
588
588
  // src/util/RedirectFileConverter.ts
589
589
  var getDefaultClient = async () => {
590
- const dotenv = await import("./main-DHQ5ANFI.mjs");
590
+ const dotenv = await import("./main-HWDEQR7W.mjs");
591
591
  dotenv.config();
592
592
  return new RedirectClient({
593
593
  apiKey: process.env.UNIFORM_API_KEY,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  __commonJS,
3
3
  __require
4
- } from "./chunk-FFYIGW52.mjs";
4
+ } from "./chunk-TLYAXJ7N.mjs";
5
5
 
6
6
  // ../../node_modules/.pnpm/dotenv@16.1.3/node_modules/dotenv/package.json
7
7
  var require_package = __commonJS({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/redirect",
3
- "version": "19.35.1-alpha.0+a014a056d",
3
+ "version": "19.35.1-alpha.8+a708c0c03",
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": "19.35.1-alpha.0+a014a056d",
35
+ "@uniformdev/context": "19.35.1-alpha.8+a708c0c03",
36
36
  "p-limit": "^3.1.0",
37
37
  "rfdc": "^1.3.0"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "a014a056d438287f661292e7ff6a9d32bb58488f"
42
+ "gitHead": "a708c0c034aa8375d0bd74e9f619319955b63a19"
43
43
  }