@replicated/portal-components 0.0.24 → 0.0.25

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.0.24",
3
- "generatedAt": "2026-02-07T00:09:31.499Z",
2
+ "version": "0.0.25",
3
+ "generatedAt": "2026-02-12T18:37:17.165Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "Button",
@@ -1,7 +1,7 @@
1
1
  # Component Registry
2
2
 
3
- - Version: 0.0.24
4
- - Generated: 2026-02-07T00:09:31.499Z
3
+ - Version: 0.0.25
4
+ - Generated: 2026-02-12T18:37:17.165Z
5
5
 
6
6
  ## Button
7
7
 
@@ -1205,9 +1205,6 @@ async function fetchUserCore() {
1205
1205
  return {};
1206
1206
  }
1207
1207
  const data = await response.json();
1208
- if (process.env.NODE_ENV !== "production") {
1209
- console.debug("[fetch-user] user data:", data);
1210
- }
1211
1208
  return data;
1212
1209
  } catch (error) {
1213
1210
  if (isRedirectError(error)) {