Skip to content

Commit 02c811e

Browse files
committed
fix: align bundled archive dependencies and simplify config
1 parent de64381 commit 02c811e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/host-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"dependencies": {
88
"@agent-device/contracts": "workspace:*",
99
"@agent-device/kernel": "workspace:*",
10-
"tar-stream": "^3.2.0",
1110
"yauzl": "^3.4.0"
1211
},
1312
"devDependencies": {
1413
"@types/tar-stream": "^3.1.4",
15-
"@types/yauzl": "^3.4.0"
14+
"@types/yauzl": "^3.4.0",
15+
"tar-stream": "^3.2.0"
1616
},
1717
"exports": {
1818
"./archive": {

pnpm-lock.yaml

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

tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default defineConfig({
7676
'internal/update-check-entry': 'src/cli/update-check-entry.ts',
7777
},
7878
deps: {
79-
alwaysBundle: [/^@agent-device\//, 'pngjs', 'tar-stream'],
79+
alwaysBundle: [/^@agent-device\//],
8080
onlyBundle: [
8181
'pngjs',
8282
'tar-stream',

0 commit comments

Comments
 (0)