Skip to content

Commit 6dcb5cc

Browse files
committed
chore(deps): update oxfmt oxlint-tsgo
1 parent f9928a4 commit 6dcb5cc

File tree

3 files changed

+820
-2180
lines changed

3 files changed

+820
-2180
lines changed

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,38 @@
22
"name": "@stackone/ai",
33
"version": "2.0.9",
44
"description": "Tools for agents to perform actions on your SaaS",
5-
"packageManager": "[email protected]",
6-
"module": "./dist/index.mjs",
5+
"keywords": [
6+
"agents",
7+
"ai",
8+
"ai sdk",
9+
"mcp",
10+
"model context protocol",
11+
"stackone",
12+
"tools"
13+
],
14+
"homepage": "https://github.com/StackOneHQ/stackone-ai-node#readme",
15+
"bugs": "https://github.com/StackOneHQ/stackone-ai-node/issues",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/StackOneHQ/stackone-ai-node.git"
19+
},
20+
"author": "StackOne",
21+
"license": "Apache-2.0",
22+
"type": "module",
723
"main": "./dist/index.mjs",
8-
"types": "./dist/index.d.mts",
924
"exports": {
1025
".": "./src/index.ts",
1126
"./package.json": "./package.json"
1227
},
13-
"type": "module",
28+
"module": "./dist/index.mjs",
29+
"types": "./dist/index.d.mts",
1430
"files": [
15-
"src",
16-
"dist",
17-
"README.md",
31+
"!example/*.test.ts",
1832
"LICENSE",
33+
"README.md",
34+
"dist",
1935
"examples/*.ts",
20-
"!example/*.test.ts"
36+
"src"
2137
],
2238
"scripts": {
2339
"build": "tsdown",
@@ -79,29 +95,7 @@
7995
"optional": true
8096
}
8197
},
82-
"repository": {
83-
"type": "git",
84-
"url": "git+https://github.com/StackOneHQ/stackone-ai-node.git"
85-
},
86-
"keywords": [
87-
"stackone",
88-
"ai",
89-
"tools",
90-
"agents",
91-
"ai sdk",
92-
"mcp",
93-
"model context protocol"
94-
],
95-
"author": "StackOne",
96-
"license": "Apache-2.0",
97-
"bugs": "https://github.com/StackOneHQ/stackone-ai-node/issues",
98-
"homepage": "https://github.com/StackOneHQ/stackone-ai-node#readme",
99-
"publishConfig": {
100-
"exports": {
101-
".": "./dist/index.mjs",
102-
"./package.json": "./package.json"
103-
}
104-
},
98+
"packageManager": "[email protected]",
10599
"engines": {
106100
"node": ">=20.19.6"
107101
},
@@ -113,5 +107,11 @@
113107
"onFail": "download"
114108
}
115109
]
110+
},
111+
"publishConfig": {
112+
"exports": {
113+
".": "./dist/index.mjs",
114+
"./package.json": "./package.json"
115+
}
116116
}
117117
}

0 commit comments

Comments
 (0)