@xpufx/paseo-top 0.4.1 → 0.4.2
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/client/pill-labels.ts +1 -1
- package/client/pill.tsx +2 -2
- package/client/resources-query.ts +1 -1
- package/client/settings-ui.tsx +1 -1
- package/client/surface.tsx +2 -2
- package/client/telemetry-copy.ts +1 -1
- package/client/telemetry.tsx +2 -2
- package/client/turn-panel.tsx +1 -1
- package/index.client.tsx +1 -1
- package/index.server.ts +1 -1
- package/package.json +1 -1
- package/server/resources.ts +1 -1
- package/shared/resources.ts +1 -1
package/client/pill-labels.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { PluginAgentSnapshot } from "@getpaseo/plugin";
|
|
2
|
-
import { formatBytes, formatUptime } from "paseo-plugin-helper/
|
|
2
|
+
import { formatBytes, formatUptime } from "../shared/vendor/paseo-plugin-helper/index";
|
|
3
3
|
import {
|
|
4
4
|
isPillEnabled,
|
|
5
5
|
legacyFlagView,
|
package/client/pill.tsx
CHANGED
|
@@ -41,14 +41,14 @@ import {
|
|
|
41
41
|
type KeyValueProps,
|
|
42
42
|
type CardHeaderProps,
|
|
43
43
|
type BadgeProps,
|
|
44
|
-
} from "paseo-plugin-helper/
|
|
44
|
+
} from "./vendor/paseo-plugin-helper/index";
|
|
45
45
|
import {
|
|
46
46
|
formatBytes,
|
|
47
47
|
formatUptime,
|
|
48
48
|
resolveMetricStatus,
|
|
49
49
|
type MetricThresholds,
|
|
50
50
|
type CustomPillState,
|
|
51
|
-
} from "paseo-plugin-helper/
|
|
51
|
+
} from "../shared/vendor/paseo-plugin-helper/index";
|
|
52
52
|
import {
|
|
53
53
|
getSystemResourcesRpc,
|
|
54
54
|
topSettingsContract,
|
package/client/settings-ui.tsx
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Text } from "react-native";
|
|
3
|
-
import { Button, Row, Stack, usePluginTheme } from "paseo-plugin-helper/
|
|
3
|
+
import { Button, Row, Stack, usePluginTheme } from "./vendor/paseo-plugin-helper/index";
|
|
4
4
|
|
|
5
5
|
export interface ChipOption<T extends string | number> {
|
|
6
6
|
id: T;
|
package/client/surface.tsx
CHANGED
|
@@ -16,8 +16,8 @@ import {
|
|
|
16
16
|
CardHeader,
|
|
17
17
|
usePluginSettings,
|
|
18
18
|
usePluginTheme,
|
|
19
|
-
} from "paseo-plugin-helper/
|
|
20
|
-
import { formatBytes, formatUptime } from "paseo-plugin-helper/
|
|
19
|
+
} from "./vendor/paseo-plugin-helper/index";
|
|
20
|
+
import { formatBytes, formatUptime } from "../shared/vendor/paseo-plugin-helper/index";
|
|
21
21
|
import {
|
|
22
22
|
topSettingsContract,
|
|
23
23
|
checkboxesFromTarget,
|
package/client/telemetry-copy.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { formatBytes, formatUptime } from "paseo-plugin-helper/
|
|
1
|
+
import { formatBytes, formatUptime } from "../shared/vendor/paseo-plugin-helper/index";
|
|
2
2
|
import { formatCompactTokens, type TopAgentSnapshot } from "./pill-labels";
|
|
3
3
|
import type { TopTimelineTelemetryData } from "../shared/resources";
|
|
4
4
|
|
package/client/telemetry.tsx
CHANGED
|
@@ -11,8 +11,8 @@ import {
|
|
|
11
11
|
Row,
|
|
12
12
|
Stack,
|
|
13
13
|
usePluginSettings,
|
|
14
|
-
} from "paseo-plugin-helper/
|
|
15
|
-
import { formatBytes, formatUptime, truncatePath } from "paseo-plugin-helper/
|
|
14
|
+
} from "./vendor/paseo-plugin-helper/index";
|
|
15
|
+
import { formatBytes, formatUptime, truncatePath } from "../shared/vendor/paseo-plugin-helper/index";
|
|
16
16
|
import { buildTelemetryCopyText } from "./telemetry-copy";
|
|
17
17
|
import {
|
|
18
18
|
isTimelineEnabled,
|
package/client/turn-panel.tsx
CHANGED
package/index.client.tsx
CHANGED
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
TextInput as HostTextInput,
|
|
10
10
|
copyText,
|
|
11
11
|
} from "@getpaseo/plugin/client/react-native";
|
|
12
|
-
import { initClientHelpers } from "paseo-plugin-helper/
|
|
12
|
+
import { initClientHelpers } from "./client/vendor/paseo-plugin-helper/index";
|
|
13
13
|
import { contributeClient } from "./client/pill";
|
|
14
14
|
import { TopTimelineTelemetryCard } from "./client/telemetry";
|
|
15
15
|
import { TurnCounterPanel } from "./client/turn-panel";
|
package/index.server.ts
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@xpufx/paseo-top",
|
|
3
3
|
"private": false,
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "0.4.
|
|
5
|
+
"version": "0.4.2",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"stamp": "node -e \"import('./server/vendor/paseo-plugin-helper/version.ts').then(m => m.stampVersion({ targetFile: 'shared/version.ts' }))\"",
|
|
8
8
|
"typecheck": "tsc --noEmit",
|
package/server/resources.ts
CHANGED