Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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 LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 ZenStack
Copyright (c) 2025 ZenStack

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion packages/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 ZenStack
Copyright (c) 2025 ZenStack

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion script/test-scaffold.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function run(cmd: string) {

run('npm init -y');
run(
'npm i --no-audit --no-fund typescript@~5.8.0 [email protected] @prisma/[email protected] zod@^3.25.0 decimal.js @types/node'
'npm i --no-audit --no-fund typescript@~5.8.0 [email protected] @prisma/[email protected] zod@^4.0.0 decimal.js @types/node'
);

console.log('Test scaffold setup complete.');
Loading