@salesforce/core-bundle 8.5.4 → 8.5.5

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/lib/index.js CHANGED
@@ -4664,7 +4664,7 @@ var require_package = __commonJS({
4664
4664
  "package.json"(exports2, module2) {
4665
4665
  module2.exports = {
4666
4666
  name: "@salesforce/core-bundle",
4667
- version: "8.5.4",
4667
+ version: "8.5.5",
4668
4668
  description: "Core libraries to interact with SFDX projects, orgs, and APIs.",
4669
4669
  main: "lib/index",
4670
4670
  types: "lib/index.d.ts",
@@ -4713,7 +4713,7 @@ var require_package = __commonJS({
4713
4713
  js2xmlparser: "^4.0.1",
4714
4714
  jsonwebtoken: "9.0.2",
4715
4715
  jszip: "3.10.1",
4716
- pino: "^9.3.2",
4716
+ pino: "^9.4.0",
4717
4717
  "pino-abstract-transport": "^1.2.0",
4718
4718
  "pino-pretty": "^11.2.2",
4719
4719
  "proper-lockfile": "^4.1.2",
@@ -8008,7 +8008,7 @@ var require_levels = __commonJS({
8008
8008
  var require_meta = __commonJS({
8009
8009
  "node_modules/pino/lib/meta.js"(exports2, module2) {
8010
8010
  "use strict";
8011
- module2.exports = { version: "9.3.2" };
8011
+ module2.exports = { version: "9.4.0" };
8012
8012
  }
8013
8013
  });
8014
8014
 
@@ -9058,6 +9058,8 @@ var require_pino = __commonJS({
9058
9058
  function pino(...args) {
9059
9059
  const instance = {};
9060
9060
  const { opts, stream } = normalize(instance, caller(), ...args);
9061
+ if (opts.level && typeof opts.level === "string" && DEFAULT_LEVELS[opts.level.toLowerCase()] !== void 0)
9062
+ opts.level = opts.level.toLowerCase();
9061
9063
  const {
9062
9064
  redact,
9063
9065
  crlf,
package/lib/pino-file.js CHANGED
@@ -3174,7 +3174,7 @@ var require_levels = __commonJS({
3174
3174
  var require_meta = __commonJS({
3175
3175
  "node_modules/pino/lib/meta.js"(exports2, module2) {
3176
3176
  "use strict";
3177
- module2.exports = { version: "9.3.2" };
3177
+ module2.exports = { version: "9.4.0" };
3178
3178
  }
3179
3179
  });
3180
3180
 
@@ -4224,6 +4224,8 @@ var require_pino = __commonJS({
4224
4224
  function pino2(...args) {
4225
4225
  const instance = {};
4226
4226
  const { opts, stream } = normalize(instance, caller(), ...args);
4227
+ if (opts.level && typeof opts.level === "string" && DEFAULT_LEVELS[opts.level.toLowerCase()] !== void 0)
4228
+ opts.level = opts.level.toLowerCase();
4227
4229
  const {
4228
4230
  redact,
4229
4231
  crlf,
@@ -3174,7 +3174,7 @@ var require_levels = __commonJS({
3174
3174
  var require_meta = __commonJS({
3175
3175
  "node_modules/pino/lib/meta.js"(exports2, module2) {
3176
3176
  "use strict";
3177
- module2.exports = { version: "9.3.2" };
3177
+ module2.exports = { version: "9.4.0" };
3178
3178
  }
3179
3179
  });
3180
3180
 
@@ -4224,6 +4224,8 @@ var require_pino = __commonJS({
4224
4224
  function pino2(...args) {
4225
4225
  const instance = {};
4226
4226
  const { opts, stream } = normalize(instance, caller(), ...args);
4227
+ if (opts.level && typeof opts.level === "string" && DEFAULT_LEVELS[opts.level.toLowerCase()] !== void 0)
4228
+ opts.level = opts.level.toLowerCase();
4227
4229
  const {
4228
4230
  redact,
4229
4231
  crlf,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core-bundle",
3
- "version": "8.5.4",
3
+ "version": "8.5.5",
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",
@@ -49,7 +49,7 @@
49
49
  "js2xmlparser": "^4.0.1",
50
50
  "jsonwebtoken": "9.0.2",
51
51
  "jszip": "3.10.1",
52
- "pino": "^9.3.2",
52
+ "pino": "^9.4.0",
53
53
  "pino-abstract-transport": "^1.2.0",
54
54
  "pino-pretty": "^11.2.2",
55
55
  "proper-lockfile": "^4.1.2",