Commit d67e1c9
committed
🐛 fix: resolve CI/CD and TypeScript declaration issues (v2.3.4)
## 🐛 Bug Fixes
- **ci**: resolve Node.js version and Husky issues in auto-release workflow
- **typescript**: correct declaration file paths for proper type resolution
- **deps**: sync package-lock.json to resolve CI dependency issues
## 📦 Technical Details
- Upgrade CI Node.js version from 18 to 20 for package compatibility
- Install root dependencies first to provide husky and dev tools
- Use --ignore-scripts flag to prevent husky conflicts during CI builds
- Fix TypeScript declaration file paths from nested structure to proper lib/ locations
- Sync Python version to match JavaScript version (2.3.4)
- Update package-lock.json to include missing marked@0.6.3 dependency
## 🎯 Resolves
- TypeScript declarations not found when importing package
- CI/CD workflow failures due to dependency and Node.js version issues
- Cross-platform version synchronization
Closes #631 parent d279ac6 commit d67e1c9
4 files changed
Lines changed: 21 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments