@roo-code/types 1.70.0 → 1.71.0
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.
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +163 -9
- package/dist/index.d.ts +163 -9
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4404,7 +4404,8 @@ var staticAppPropertiesSchema = import_zod10.z.object({
|
|
|
4404
4404
|
appVersion: import_zod10.z.string(),
|
|
4405
4405
|
vscodeVersion: import_zod10.z.string(),
|
|
4406
4406
|
platform: import_zod10.z.string(),
|
|
4407
|
-
editorName: import_zod10.z.string()
|
|
4407
|
+
editorName: import_zod10.z.string(),
|
|
4408
|
+
hostname: import_zod10.z.string().optional()
|
|
4408
4409
|
});
|
|
4409
4410
|
var dynamicAppPropertiesSchema = import_zod10.z.object({
|
|
4410
4411
|
language: import_zod10.z.string(),
|