@typed-assistant/builder 0.0.71 → 0.0.72

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.71",
3
+ "version": "0.0.72",
4
4
  "exports": {
5
5
  "./appProcess": "./src/appProcess.tsx",
6
6
  "./bunInstall": "./src/bunInstall.tsx",
@@ -25,9 +25,9 @@
25
25
  "ts-toolbelt": "^9.6.0",
26
26
  "typescript": "^5.3.3",
27
27
  "@typed-assistant/eslint-config": "0.0.10",
28
- "@typed-assistant/logger": "0.0.20",
29
- "@typed-assistant/utils": "0.0.17",
30
- "@typed-assistant/typescript-config": "0.0.10"
28
+ "@typed-assistant/logger": "0.0.21",
29
+ "@typed-assistant/typescript-config": "0.0.10",
30
+ "@typed-assistant/utils": "0.0.18"
31
31
  },
32
32
  "peerDependencies": {},
33
33
  "publishConfig": {
@@ -227,7 +227,6 @@ export const startWebappServer = async ({
227
227
  }),
228
228
 
229
229
  async open(ws) {
230
- console.log("😅😅😅 ~ ws.data.query:", ws.data.query)
231
230
  ws.send(
232
231
  await getLogsFromFile({
233
232
  level: ws.data.query.level,