We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548dcc0 commit 4b70b53Copy full SHA for 4b70b53
package.json
@@ -3,9 +3,9 @@
3
"version": "1.1.1",
4
"description": "Tools for agents to perform actions on your SaaS",
5
"packageManager": "pnpm@10.24.0",
6
- "module": "./dist/index.js",
7
- "main": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
+ "module": "./dist/index.mjs",
+ "main": "./dist/index.mjs",
+ "types": "./dist/index.d.mts",
9
"exports": {
10
".": "./src/index.ts",
11
"./package.json": "./package.json"
@@ -94,7 +94,7 @@
94
"homepage": "https://github.com/StackOneHQ/stackone-ai-node#readme",
95
"publishConfig": {
96
97
- ".": "./dist/index.js",
+ ".": "./dist/index.mjs",
98
99
}
100
},
0 commit comments