@d1g1tal/tsbuild 1.1.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d1g1tal/tsbuild",
3
- "version": "1.1.2",
3
+ "version": "1.2.0",
4
4
  "packageManager": "pnpm@10.29.3",
5
5
  "description": "A fast, ESM-only TypeScript build tool combining the TypeScript API for type checking and declaration generation, esbuild for bundling, and SWC for decorator metadata.",
6
6
  "type": "module",
@@ -64,8 +64,8 @@
64
64
  "@typescript-eslint/eslint-plugin": "^8.56.1",
65
65
  "@typescript-eslint/parser": "^8.56.1",
66
66
  "@vitest/coverage-v8": "4.0.18",
67
- "eslint": "^10.0.1",
68
- "eslint-plugin-jsdoc": "^62.7.0",
67
+ "eslint": "^10.0.2",
68
+ "eslint-plugin-jsdoc": "^62.7.1",
69
69
  "fs-monkey": "^1.1.0",
70
70
  "memfs": "^4.56.10",
71
71
  "tsx": "^4.21.0",