@getpaseo/protocol 0.1.88 → 0.1.89

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/messages.js CHANGED
@@ -1963,6 +1963,8 @@ export const WorkspaceScriptPayloadSchema = z.object({
1963
1963
  type: z.enum(["script", "service"]).optional().default("service"),
1964
1964
  hostname: z.string(),
1965
1965
  port: z.number().int().positive().nullable(),
1966
+ localProxyUrl: z.string().nullable().optional(),
1967
+ publicProxyUrl: z.string().nullable().optional(),
1966
1968
  proxyUrl: z.string().nullable().optional().default(null),
1967
1969
  lifecycle: WorkspaceScriptLifecycleSchema,
1968
1970
  health: WorkspaceScriptHealthSchema.nullable(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpaseo/protocol",
3
- "version": "0.1.88",
3
+ "version": "0.1.89",
4
4
  "description": "Paseo shared protocol schemas and wire types",
5
5
  "files": [
6
6
  "dist",