@typed-assistant/builder 0.0.65 → 0.0.66

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.65",
3
+ "version": "0.0.66",
4
4
  "exports": {
5
5
  "./appProcess": "./src/appProcess.tsx",
6
6
  "./bunInstall": "./src/bunInstall.tsx",
@@ -26,8 +26,8 @@
26
26
  "ts-toolbelt": "^9.6.0",
27
27
  "typescript": "^5.3.3",
28
28
  "@typed-assistant/eslint-config": "0.0.9",
29
- "@typed-assistant/typescript-config": "0.0.9",
30
29
  "@typed-assistant/logger": "0.0.18",
30
+ "@typed-assistant/typescript-config": "0.0.9",
31
31
  "@typed-assistant/utils": "0.0.16"
32
32
  },
33
33
  "peerDependencies": {
@@ -99,7 +99,7 @@ export const Logs = ({ basePath }: { basePath: string }) => {
99
99
  )
100
100
  .map((log) => {
101
101
  return (
102
- <li key={JSON.stringify(log)} className="flex gap-1">
102
+ <li key={log.id} className="flex gap-1">
103
103
  <span className="text-slate-400 mr-2">
104
104
  {dateTimeVisibility === "hidden"
105
105
  ? null