@moontra/moonui-pro 2.37.12 → 2.37.13
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.mjs
CHANGED
|
@@ -2187,6 +2187,12 @@ function MoonUIAuthProvider({ children }) {
|
|
|
2187
2187
|
lastFetchTime = now;
|
|
2188
2188
|
const isProduction = false;
|
|
2189
2189
|
const isDevelopment = true;
|
|
2190
|
+
console.log("[MoonUI Auth] Environment Detection:", {
|
|
2191
|
+
NODE_ENV: "development",
|
|
2192
|
+
isProduction,
|
|
2193
|
+
isDevelopment,
|
|
2194
|
+
window: typeof window !== "undefined" ? "available" : "SSR"
|
|
2195
|
+
});
|
|
2190
2196
|
const isLocalhost = typeof window !== "undefined" ? window.location.hostname === "localhost" || window.location.hostname === "127.0.0.1" || window.location.hostname.startsWith("192.168.") || window.location.hostname.startsWith("10.") : false;
|
|
2191
2197
|
if (isDevelopment) {
|
|
2192
2198
|
let response;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "2.37.
|
|
3
|
+
"version": "2.37.13",
|
|
4
4
|
"description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.mjs",
|