@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.js
CHANGED
|
@@ -4132,7 +4132,8 @@ var staticAppPropertiesSchema = z10.object({
|
|
|
4132
4132
|
appVersion: z10.string(),
|
|
4133
4133
|
vscodeVersion: z10.string(),
|
|
4134
4134
|
platform: z10.string(),
|
|
4135
|
-
editorName: z10.string()
|
|
4135
|
+
editorName: z10.string(),
|
|
4136
|
+
hostname: z10.string().optional()
|
|
4136
4137
|
});
|
|
4137
4138
|
var dynamicAppPropertiesSchema = z10.object({
|
|
4138
4139
|
language: z10.string(),
|