@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
|
}
|
package/cloudflare/astro.js
CHANGED
package/cloudflare/nextjs.js
CHANGED
package/cloudflare.js
CHANGED
package/package.json
CHANGED
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
|
}
|