Skip to content

Commit ea4525d

Browse files
committed
chore: update package versions and improve code formatting
- Updated packageManager version in package.json from [email protected] to [email protected]. - Updated jiti version in pnpm-lock.yaml from 2.6.1 to 1.21.7 for various dependencies. - Refactored assertions in Rust test files for better readability by formatting multi-line assertions. - Improved error logging in config.rs by consolidating warning messages. - Enhanced code readability in specs.rs by simplifying filter mapping. - Cleaned up formatting in main.rs and project_registry.rs for consistency.
1 parent b636853 commit ea4525d

File tree

13 files changed

+122
-213
lines changed

13 files changed

+122
-213
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"type": "module",
66
"description": "Lightweight spec methodology for AI-powered development (monorepo root)",
7-
"packageManager": "[email protected].0",
7+
"packageManager": "[email protected].1",
88
"scripts": {
99
"dev": "concurrently \"cargo run --manifest-path rust/Cargo.toml -p leanspec-http\" \"turbo run dev --filter=@leanspec/ui-vite\"",
1010
"dev:web": "turbo run dev --filter=@leanspec/ui-vite",

0 commit comments

Comments
 (0)