Skip to content

Commit 4b70b53

Browse files
committed
chore: rerun build
1 parent 548dcc0 commit 4b70b53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "1.1.1",
44
"description": "Tools for agents to perform actions on your SaaS",
55
"packageManager": "pnpm@10.24.0",
6-
"module": "./dist/index.js",
7-
"main": "./dist/index.js",
8-
"types": "./dist/index.d.ts",
6+
"module": "./dist/index.mjs",
7+
"main": "./dist/index.mjs",
8+
"types": "./dist/index.d.mts",
99
"exports": {
1010
".": "./src/index.ts",
1111
"./package.json": "./package.json"
@@ -94,7 +94,7 @@
9494
"homepage": "https://github.com/StackOneHQ/stackone-ai-node#readme",
9595
"publishConfig": {
9696
"exports": {
97-
".": "./dist/index.js",
97+
".": "./dist/index.mjs",
9898
"./package.json": "./package.json"
9999
}
100100
},

0 commit comments

Comments
 (0)