@mesh-tech/mesh-cli 0.12.5 → 0.12.6

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/bin/mesh.js CHANGED
@@ -3427,7 +3427,8 @@ var init_src2 = __esm({
3427
3427
  // not mirrored here never reaches a consumer — mirror every addition.
3428
3428
  status: z2.object({ url: z2.string().min(1) }).optional(),
3429
3429
  appVersion: z2.string().min(1).optional(),
3430
- rateLimits: rateLimitDefaultsSchema.optional()
3430
+ rateLimits: rateLimitDefaultsSchema.optional(),
3431
+ producedRateClasses: z2.array(z2.string().min(1)).optional()
3431
3432
  });
3432
3433
  integrationStatusSchema = z2.object({
3433
3434
  contract: z2.literal("v1"),