@moontra/moonui-pro 3.3.14 → 3.3.15
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
|
@@ -2123,12 +2123,8 @@ function readLicenseTokenClient() {
|
|
|
2123
2123
|
try {
|
|
2124
2124
|
const decodedToken = typeof window !== "undefined" ? atob(envToken) : Buffer.from(envToken, "base64").toString("utf8");
|
|
2125
2125
|
const token2 = JSON.parse(decodedToken);
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
} else {
|
|
2129
|
-
console.log("[MoonUI] Using environment license token (production)");
|
|
2130
|
-
return token2;
|
|
2131
|
-
}
|
|
2126
|
+
console.log("[MoonUI] Using environment license token (production - build-time validated)");
|
|
2127
|
+
return token2;
|
|
2132
2128
|
} catch (error) {
|
|
2133
2129
|
console.error("[MoonUI] Error parsing environment token:", error);
|
|
2134
2130
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.15",
|
|
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",
|