We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac93437 commit f223cbcCopy full SHA for f223cbc
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "typescript-assistant",
3
- "version": "0.68.0",
+ "version": "0.69.0",
4
"description": "Combines and integrates professional Typescript tools into your project",
5
"main": "dist/index.js",
6
"bin": {
7
"tsa": "./dist/index.js"
8
},
9
"engines": {
10
"node": ">=18.0.0",
11
- "pnpm": ">=7.0.0"
+ "pnpm": ">=8.0.0"
12
13
"scripts": {
14
"prepublishOnly": "tsc -b ./src/tsconfig.json",
0 commit comments