@roo-code/types 1.72.0 → 1.73.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 +162 -0
- package/dist/index.d.ts +162 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4135,7 +4135,8 @@ var staticAppPropertiesSchema = z10.object({
|
|
|
4135
4135
|
appVersion: z10.string(),
|
|
4136
4136
|
vscodeVersion: z10.string(),
|
|
4137
4137
|
platform: z10.string(),
|
|
4138
|
-
editorName: z10.string()
|
|
4138
|
+
editorName: z10.string(),
|
|
4139
|
+
hostname: z10.string().optional()
|
|
4139
4140
|
});
|
|
4140
4141
|
var dynamicAppPropertiesSchema = z10.object({
|
|
4141
4142
|
language: z10.string(),
|