File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.0.9] ( https://github.com/StackOneHQ/stackone-ai-node/compare/v2.0.8...v2.0.9 ) (2025-12-16)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** toolsets:** add accountIds option to StackOneToolSetConfig ([ #252 ] ( https://github.com/StackOneHQ/stackone-ai-node/issues/252 ) ) ([ 33973ed] ( https://github.com/StackOneHQ/stackone-ai-node/commit/33973edd31c7b16cb55d53b4354069ed76da3d9b ) )
9+
310## [ 2.0.8] ( https://github.com/StackOneHQ/stackone-ai-node/compare/v2.0.7...v2.0.8 ) (2025-12-15)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @stackone/ai" ,
3- "version" : " 2.0.8 " ,
3+ "version" : " 2.0.9 " ,
44 "description" : " Tools for agents to perform actions on your SaaS" ,
55 "packageManager" :
" [email protected] " ,
66 "module" : " ./dist/index.mjs" ,
2929 "lint:oxfmt" : " oxfmt --no-error-on-unmatched-pattern --check ." ,
3030 "lint:oxlint" : " oxlint --max-warnings=0 --type-aware --type-check" ,
3131 "lint:knip" : " knip" ,
32+ "preinstall" : " npx only-allow pnpm" ,
3233 "prepack" : " npm pkg delete scripts.preinstall && pnpm run build" ,
3334 "test" : " vitest" ,
3435 "coverage" : " vitest run --coverage"
You can’t perform that action at this time.
0 commit comments