@smplkit/sdk 1.9.2 → 1.9.4

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 CHANGED
@@ -19581,7 +19581,7 @@ var LoggingClient = class {
19581
19581
  const rawLevel = attrs.level ?? null;
19582
19582
  return new LogGroup(this, {
19583
19583
  id: resource.id ?? null,
19584
- key: attrs.key ?? null,
19584
+ key: resource.id ?? null,
19585
19585
  name: attrs.name,
19586
19586
  level: rawLevel,
19587
19587
  group: attrs.parent_id ?? null,