@synsci/sdk 1.1.71 → 1.1.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1485,6 +1485,7 @@ export type Config = {
1485
1485
  agent?: {
1486
1486
  plan?: AgentConfig;
1487
1487
  build?: AgentConfig;
1488
+ write?: AgentConfig;
1488
1489
  general?: AgentConfig;
1489
1490
  explore?: AgentConfig;
1490
1491
  title?: AgentConfig;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "1.1.71",
4
+ "version": "1.1.73",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {