@appwarden/middleware 3.13.3 → 3.13.4

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.
@@ -138,7 +138,7 @@ var syncEdgeValue = async (context) => {
138
138
  if (response.status === 403) {
139
139
  console.log(
140
140
  printMessage(
141
- "Verifying domain ownership...this will only take a few minutes."
141
+ "Verifying domain ownership... this will only take a few minutes."
142
142
  )
143
143
  );
144
144
  }
@@ -9,7 +9,7 @@ import {
9
9
  } from "../chunk-G6BMPIYD.js";
10
10
  import {
11
11
  checkLockStatus
12
- } from "../chunk-X2TEREDD.js";
12
+ } from "../chunk-BIGBX7II.js";
13
13
  import {
14
14
  TEMPORARY_REDIRECT_STATUS,
15
15
  buildLockPageUrl,
@@ -7,7 +7,7 @@ import {
7
7
  } from "../chunk-G6BMPIYD.js";
8
8
  import {
9
9
  checkLockStatus
10
- } from "../chunk-X2TEREDD.js";
10
+ } from "../chunk-BIGBX7II.js";
11
11
  import {
12
12
  TEMPORARY_REDIRECT_STATUS,
13
13
  buildLockPageUrl,
@@ -9,7 +9,7 @@ import {
9
9
  } from "../chunk-G6BMPIYD.js";
10
10
  import {
11
11
  checkLockStatus
12
- } from "../chunk-X2TEREDD.js";
12
+ } from "../chunk-BIGBX7II.js";
13
13
  import {
14
14
  buildLockPageUrl,
15
15
  createHeartbeatConfigError,
@@ -9,7 +9,7 @@ import {
9
9
  } from "../chunk-G6BMPIYD.js";
10
10
  import {
11
11
  checkLockStatus
12
- } from "../chunk-X2TEREDD.js";
12
+ } from "../chunk-BIGBX7II.js";
13
13
  import {
14
14
  buildLockPageUrl,
15
15
  createHeartbeatConfigError,
package/cloudflare.js CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  } from "./chunk-HZRLFCGV.js";
11
11
  import {
12
12
  checkLockStatus
13
- } from "./chunk-X2TEREDD.js";
13
+ } from "./chunk-BIGBX7II.js";
14
14
  import {
15
15
  buildLockPageUrl,
16
16
  createHeartbeatConfigError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appwarden/middleware",
3
- "version": "3.13.3",
3
+ "version": "3.13.4",
4
4
  "description": "Instantly disable all user interaction with your app deployed on Cloudflare or Vercel",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/vercel.js CHANGED
@@ -128,7 +128,7 @@ var syncEdgeValue = async (context) => {
128
128
  if (response.status === 403) {
129
129
  console.log(
130
130
  printMessage(
131
- "Verifying domain ownership...this will only take a few minutes."
131
+ "Verifying domain ownership... this will only take a few minutes."
132
132
  )
133
133
  );
134
134
  }