@salesforce/core 8.21.1 → 8.21.2

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.
@@ -132,6 +132,7 @@ class Logger {
132
132
  const commonOptions = {
133
133
  name: options.name ?? Logger.ROOT_NAME,
134
134
  base: options.fields ?? {},
135
+ level,
135
136
  enabled,
136
137
  ...(global_1.Global.isWeb ? { browser: { asObject: true } } : {}),
137
138
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "8.21.1",
3
+ "version": "8.21.2",
4
4
  "description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
5
5
  "main": "lib/index",
6
6
  "types": "lib/index.d.ts",