ts-builds 2.3.1 → 2.3.3
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/dist/vite.config.base.js
CHANGED
package/eslint.config.fp.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-builds",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"description": "Shared TypeScript configuration files for library templates. Provides standardized ESLint, Prettier, Vitest, TypeScript, and build configs.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -55,21 +55,21 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@eslint/eslintrc": "^3.3.3",
|
|
57
57
|
"@eslint/js": "^9.39.2",
|
|
58
|
-
"@types/node": "~24.10.
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
60
|
-
"@typescript-eslint/parser": "^8.
|
|
58
|
+
"@types/node": "~24.10.13",
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "^8.55.0",
|
|
60
|
+
"@typescript-eslint/parser": "^8.55.0",
|
|
61
61
|
"@vitest/coverage-v8": "^4.0.18",
|
|
62
62
|
"@vitest/ui": "^4.0.18",
|
|
63
63
|
"cross-env": "^10.1.0",
|
|
64
64
|
"eslint": "^9.39.2",
|
|
65
65
|
"eslint-config-functype": "^1.3.0",
|
|
66
66
|
"eslint-config-prettier": "^10.1.8",
|
|
67
|
+
"eslint-plugin-functional": "^9.0.2",
|
|
67
68
|
"eslint-plugin-functype": "^1.4.0",
|
|
68
|
-
"eslint-plugin-functional": "^9.0.0",
|
|
69
69
|
"eslint-plugin-import": "^2.32.0",
|
|
70
70
|
"eslint-plugin-prettier": "^5.5.5",
|
|
71
71
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
72
|
-
"globals": "^17.
|
|
72
|
+
"globals": "^17.3.0",
|
|
73
73
|
"prettier": "^3.8.1",
|
|
74
74
|
"rimraf": "^6.1.2",
|
|
75
75
|
"ts-node": "^10.9.2",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"vitest": "^4.0.18"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"tsdown": "^0.20.
|
|
80
|
+
"tsdown": "^0.20.3"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"tsdown": "^0.x",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"dev": "node dist/cli.js dev",
|
|
107
107
|
"prepublishOnly": "pnpm validate:bootstrap"
|
|
108
108
|
},
|
|
109
|
-
"packageManager": "pnpm@10.
|
|
109
|
+
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc"
|
|
110
110
|
}
|