@smplkit/sdk 1.9.2 → 1.9.3

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.cjs CHANGED
@@ -19633,7 +19633,7 @@ var LoggingClient = class {
19633
19633
  const rawLevel = attrs.level ?? null;
19634
19634
  return new LogGroup(this, {
19635
19635
  id: resource.id ?? null,
19636
- key: attrs.key ?? null,
19636
+ key: resource.id ?? null,
19637
19637
  name: attrs.name,
19638
19638
  level: rawLevel,
19639
19639
  group: attrs.parent_id ?? null,