Skip to content

Commit 8a1109f

Browse files
authored
Initial separation of schema and SDK" (#153)
* Initial sdk separation * Pull trait definitions for Agent/Client to SDK
1 parent 7e23337 commit 8a1109f

10 files changed

Lines changed: 1164 additions & 1137 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "module",
2323
"scripts": {
2424
"generate:json-schema": "cd rust && cargo run --bin generate --features unstable",
25-
"generate": "npm run generate:json-schema && npm run generate:ts-schema && npm run format",
25+
"generate": "npm run generate:json-schema && npm run format",
2626
"format": "prettier --write . && cargo fmt",
2727
"format:check": "prettier --check . && cargo fmt -- --check",
2828
"spellcheck": "./scripts/spellcheck.sh",

0 commit comments

Comments
 (0)