@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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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:
|
|
19584
|
+
key: resource.id ?? null,
|
|
19585
19585
|
name: attrs.name,
|
|
19586
19586
|
level: rawLevel,
|
|
19587
19587
|
group: attrs.parent_id ?? null,
|