@moontra/moonui-pro 2.32.31 → 2.32.32
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.global.js +1 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -190,7 +190,7 @@ var init_cli_token_reader = __esm({
|
|
|
190
190
|
*/
|
|
191
191
|
async validateWithAPI(token, deviceId) {
|
|
192
192
|
try {
|
|
193
|
-
const response = await fetch("/api/cli/validate-session", {
|
|
193
|
+
const response = await fetch("https://moonui.dev/api/cli/validate-session", {
|
|
194
194
|
method: "POST",
|
|
195
195
|
headers: {
|
|
196
196
|
"Authorization": `Bearer ${token}`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "2.32.
|
|
3
|
+
"version": "2.32.32",
|
|
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",
|