Skip to content

Commit 226f69c

Browse files
tylergibbs1claude
andcommitted
Include README in npm package, add keywords, bump to v0.7.5
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent efcf850 commit 226f69c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stratus-sdk",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -18,7 +18,8 @@
1818
"import": "./dist/azure/index.js"
1919
}
2020
},
21-
"files": ["dist"],
21+
"keywords": ["azure", "openai", "agent", "ai", "llm", "typescript", "tools", "streaming"],
22+
"files": ["dist", "README.md"],
2223
"scripts": {
2324
"build": "tsc -p tsconfig.build.json",
2425
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)