@typed-assistant/builder 0.0.78 → 0.0.79

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @typed-assistant/builder
2
2
 
3
+ ## 0.0.79
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix for log
8
+
3
9
  ## 0.0.78
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typed-assistant/builder",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "exports": {
5
5
  "./appProcess": "./src/appProcess.tsx",
6
6
  "./bunInstall": "./src/bunInstall.tsx",
@@ -216,7 +216,7 @@ function setupWatcher({
216
216
  app: Subprocess<"ignore", "pipe", "pipe">
217
217
  }
218
218
  }) {
219
- logger.debug({ emoji: "👀" }, "Watching directory: ${directoryToWatch}")
219
+ logger.debug({ emoji: "👀" }, `Watching directory: ${directoryToWatch}`)
220
220
  const watcher = watch(
221
221
  directoryToWatch,
222
222
  { recursive: true },