We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac82b65 commit 60723a6Copy full SHA for 60723a6
package.json
@@ -1,8 +1,12 @@
1
{
2
"name": "forge-fsql",
3
- "version": "1.3.0",
+ "version": "1.4.0",
4
"type": "module",
5
"description": "Interactive SQL CLI for Atlassian Forge SQL via web triggers",
6
+ "packageManager": "pnpm@10.17.0",
7
+ "engines": {
8
+ "node": "22"
9
+ },
10
"main": "dist/cjs/index.js",
11
"module": "dist/index.js",
12
"types": "dist/index.d.ts",
0 commit comments