Skip to content

Commit ea82a6a

Browse files
committed
chore: @hawk.so/core as dependency moved to devDependencies
This is temporary fix to bundle @hawk.so/core in @hawk.so/javascript until it's not published on npm. This should be reverted after publishing @hawk.so/core.
1 parent 295d07f commit ea82a6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/javascript/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hawk.so/javascript",
3-
"version": "3.2.19",
3+
"version": "3.2.20",
44
"description": "JavaScript errors tracking for Hawk.so",
55
"files": [
66
"dist"
@@ -44,6 +44,7 @@
4444
"error-stack-parser": "^2.1.4"
4545
},
4646
"devDependencies": {
47+
"@hawk.so/core": "workspace:^",
4748
"@hawk.so/types": "0.5.8",
4849
"@vitest/coverage-v8": "^4.0.18",
4950
"jsdom": "^28.0.0",

0 commit comments

Comments
 (0)