usage-tab 1.1.0 → 1.2.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.d.cts CHANGED
@@ -154,7 +154,7 @@ type ModelMatchKind = 'override' | 'canonical-qualified' | 'alias-scoped' | 'ali
154
154
  * Verify: pnpm exec tsx scripts/generate-model-registry.ts --check
155
155
  */
156
156
 
157
- declare const REGISTRY_VERSION = "registry-5af85ce1a47be918";
157
+ declare const REGISTRY_VERSION = "registry-e5f4ec7eb681a235";
158
158
  declare const MODEL_REGISTRY: readonly ModelDescriptor[];
159
159
 
160
160
  /**
package/dist/index.d.ts CHANGED
@@ -154,7 +154,7 @@ type ModelMatchKind = 'override' | 'canonical-qualified' | 'alias-scoped' | 'ali
154
154
  * Verify: pnpm exec tsx scripts/generate-model-registry.ts --check
155
155
  */
156
156
 
157
- declare const REGISTRY_VERSION = "registry-5af85ce1a47be918";
157
+ declare const REGISTRY_VERSION = "registry-e5f4ec7eb681a235";
158
158
  declare const MODEL_REGISTRY: readonly ModelDescriptor[];
159
159
 
160
160
  /**