@opengeni/config 0.10.11 → 0.10.14
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/index.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -192,7 +192,7 @@ var SettingsSchema = z.object({
|
|
|
192
192
|
// Explicit operator-controlled promotion pointer for `/agent/latest/*`.
|
|
193
193
|
// Versioned agent releases are immutable; changing this setting promotes or
|
|
194
194
|
// rolls back the stable channel without moving or deleting a provider tag.
|
|
195
|
-
agentStableVersion: z.string().regex(/^(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)$/u).default("0.1.
|
|
195
|
+
agentStableVersion: z.string().regex(/^(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)$/u).default("0.1.9"),
|
|
196
196
|
productAccessMode: ProductAccessMode.default("local"),
|
|
197
197
|
billingMode: BillingMode.default("disabled"),
|
|
198
198
|
entitlementsMode: EntitlementsMode.default("none"),
|