@scaffoldly/rowdy 0.0.2-1-beta.20251015120925.faf3b02 → 0.0.2-1-beta.20251015122625.2dde806

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.ts CHANGED
@@ -193,6 +193,7 @@ type Ref<T extends string> = Partial<{
193
193
  mediaType: T;
194
194
  size: number;
195
195
  digest: string;
196
+ annotations: Record<string, string>;
196
197
  }>;
197
198
  type Config = Ref<'application/vnd.oci.image.config.v1+json'>;
198
199
  type Layer = Ref<'application/vnd.oci.image.layer.v1.tar+gzip' | 'application/vnd.oci.image.layer.v1.tar'>;