Skip to content

Commit 879c184

Browse files
committed
dev
1 parent b0eca8e commit 879c184

File tree

4 files changed

+6
-47
lines changed

4 files changed

+6
-47
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"vue": "^2"
4848
},
4949
"dependencies": {
50-
"@hawk.so/types": "^0.1.20",
50+
"@hawk.so/types": "^0.1.30",
5151
"error-stack-parser": "^2.1.4",
5252
"safe-stringify": "^1.1.1",
5353
"vite-plugin-dts": "^4.2.4"

src/addons/consoleCatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file Module for intercepting console logs with stack trace capture
33
*/
44
import safeStringify from 'safe-stringify';
5-
import type { ExtendedConsoleLogEvent as ConsoleLogEvent } from '../types/console';
5+
import { ConsoleLogEvent } from '@hawk.so/types';
66

77
/**
88
* Console interceptor that captures and formats console output

src/types/console.ts

Lines changed: 0 additions & 41 deletions
This file was deleted.

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,10 @@
316316
minimatch "^3.0.4"
317317
strip-json-comments "^3.1.1"
318318

319-
"@hawk.so/types@^0.1.20":
320-
version "0.1.20"
321-
resolved "https://registry.yarnpkg.com/@hawk.so/types/-/types-0.1.20.tgz#90f4b3998ef5f025f5b99dae31da264d5bbe3450"
322-
integrity sha512-3a07TekmgqOT9OKeMkqcV73NxzK1dS06pG66VaHO0f5DEEH2+SNfZErqe1v8hkLQIk+GkgZVZLtHqnskjQabuw==
319+
"@hawk.so/types@^0.1.30":
320+
version "0.1.30"
321+
resolved "https://registry.yarnpkg.com/@hawk.so/types/-/types-0.1.30.tgz#0002fe4854bd48d050ded00195a3935d082cef20"
322+
integrity sha512-2elLi5HM1/g5Xs6t9c2/iEd1pkT1fL+oFv9iSs+xZPFCxKHJLDgzoNB5dAEuSuiNmJ7bc4byNDrSd88e2GBhWw==
323323
dependencies:
324324
"@types/mongodb" "^3.5.34"
325325

0 commit comments

Comments
 (0)