@typed-assistant/builder 0.0.59 → 0.0.61

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typed-assistant/builder",
3
- "version": "0.0.59",
3
+ "version": "0.0.61",
4
4
  "exports": {
5
5
  "./appProcess": "./src/appProcess.tsx",
6
6
  "./bunInstall": "./src/bunInstall.tsx",
@@ -25,10 +25,10 @@
25
25
  "home-assistant-js-websocket": "^8.2.0",
26
26
  "ts-toolbelt": "^9.6.0",
27
27
  "typescript": "^5.3.3",
28
- "@typed-assistant/eslint-config": "0.0.9",
29
28
  "@typed-assistant/logger": "0.0.17",
30
29
  "@typed-assistant/typescript-config": "0.0.9",
31
- "@typed-assistant/utils": "0.0.15"
30
+ "@typed-assistant/utils": "0.0.15",
31
+ "@typed-assistant/eslint-config": "0.0.9"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "home-assistant-js-websocket": "^8.2.0"
@@ -5,6 +5,13 @@ import { bunInstall } from "./bunInstall"
5
5
  export const pullChanges = async () => {
6
6
  logger.debug({ emoji: "⬇️" }, "Pulling changes...")
7
7
  const { stderr, stdout } = await $`git pull`.quiet()
8
+ logger.debug(
9
+ {
10
+ additionalDetails: `stderr: ${stderr.length}, stdout: ${stdout.length}`,
11
+ emoji: "XXXXX",
12
+ },
13
+ "LOOK HERE",
14
+ )
8
15
  if (stderr.length > 0) {
9
16
  logger.error(
10
17
  { additionalDetails: stderr.toString().trim(), emoji: "⬇️🚨" },
@@ -54,6 +54,11 @@ const Stats = () => {
54
54
  <div
55
55
  title={`Last updated: ${lastUpdated ? new Date(lastUpdated).toLocaleTimeString() : "Never"}`}
56
56
  >
57
+ <div className="mb-2 text-slate-400">
58
+ Last updated:{" "}
59
+ {lastUpdated ? new Date(lastUpdated).toLocaleTimeString() : "Never"}
60
+ , max memory usage: {bytesToMegaBytes(stats.max_memory_usage)}MB
61
+ </div>
57
62
  <div className="mb-3">
58
63
  <div className="mb-1">
59
64
  Memory:{" "}