Skip to content

Commit a804314

Browse files
committed
Exclude helper library from attw
1 parent 1731621 commit a804314

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"build:prod": "tsc -b && rollup -c rollup.config.mjs",
5757
"clean": "rm -rf lib dist tsconfig.tsbuildinfo",
5858
"test": "vitest",
59-
"test:exports": "attw --pack ."
59+
"test:exports": "attw --pack . --exclude-entrypoints sync_protocol"
6060
},
6161
"dependencies": {
6262
"event-iterator": "^2.0.0"

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/diagnostics-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@tanstack/react-query": "^5.64.1",
2626
"@tanstack/react-router": "^1.153.2",
2727
"@tanstack/react-table": "^8.21.3",
28+
"bson": "catalog:",
2829
"class-variance-authority": "^0.7.1",
2930
"clsx": "^2.1.1",
3031
"formik": "^2.4.9",

0 commit comments

Comments
 (0)