@moontra/moonui-pro 3.3.8 → 3.3.9
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
|
@@ -2118,7 +2118,7 @@ var AUTH_CONFIG = {
|
|
|
2118
2118
|
// src/lib/license-token-client.ts
|
|
2119
2119
|
function readLicenseTokenClient() {
|
|
2120
2120
|
try {
|
|
2121
|
-
const envToken = process.env.NEXT_PUBLIC_MOONUI_PRO_TOKEN;
|
|
2121
|
+
const envToken = process.env.NEXT_PUBLIC_MOONUI_PRO_TOKEN || process.env.REACT_APP_MOONUI_PRO_TOKEN;
|
|
2122
2122
|
if (envToken) {
|
|
2123
2123
|
try {
|
|
2124
2124
|
const decodedToken = typeof window !== "undefined" ? atob(envToken) : Buffer.from(envToken, "base64").toString("utf8");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.9",
|
|
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",
|