Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion __tests__/dependency-policy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const EXPECTED_RUNTIME_DEPENDENCIES = {
const EXPECTED_DEVELOPMENT_DEPENDENCIES = {
'@types/node': '24.13.2',
'@vercel/ncc': '0.44.0',
'js-yaml': '4.3.0',
'js-yaml': '4.3.1',
prettier: '3.8.1',
typescript: '5.9.3'
} as const satisfies Record<string, string>
Expand Down
148 changes: 136 additions & 12 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/node": "24.13.2",
"@vercel/ncc": "0.44.0",
"js-yaml": "4.3.0",
"js-yaml": "4.3.1",
"prettier": "3.8.1",
"typescript": "5.9.3"
}
Expand Down