@mesh-tech/mesh-cli 0.12.4 → 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 +2 -1
- package/dist/bin/mesh.js.map +2 -2
- package/dist/build-info.json +2 -2
- package/package.json +2 -2
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"),
|