@salesforce/core-bundle 8.2.4 → 8.2.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 +2 -2
- package/lib/pino-pretty.js +1 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
@@ -4611,7 +4611,7 @@ var require_package = __commonJS({
|
|
4611
4611
|
"package.json"(exports2, module2) {
|
4612
4612
|
module2.exports = {
|
4613
4613
|
name: "@salesforce/core-bundle",
|
4614
|
-
version: "8.2.
|
4614
|
+
version: "8.2.5",
|
4615
4615
|
description: "Core libraries to interact with SFDX projects, orgs, and APIs.",
|
4616
4616
|
main: "lib/index",
|
4617
4617
|
types: "lib/index.d.ts",
|
@@ -4661,7 +4661,7 @@ var require_package = __commonJS({
|
|
4661
4661
|
jszip: "3.10.1",
|
4662
4662
|
pino: "^9.3.2",
|
4663
4663
|
"pino-abstract-transport": "^1.2.0",
|
4664
|
-
"pino-pretty": "^11.2.
|
4664
|
+
"pino-pretty": "^11.2.2",
|
4665
4665
|
"proper-lockfile": "^4.1.2",
|
4666
4666
|
semver: "^7.6.2",
|
4667
4667
|
"ts-retry-promise": "^0.8.1"
|
package/lib/pino-pretty.js
CHANGED
@@ -15195,6 +15195,7 @@ function build(opts = {}) {
|
|
15195
15195
|
}
|
15196
15196
|
module.exports = build;
|
15197
15197
|
module.exports.build = build;
|
15198
|
+
module.exports.PinoPretty = build;
|
15198
15199
|
module.exports.prettyFactory = prettyFactory;
|
15199
15200
|
module.exports.colorizerFactory = colors;
|
15200
15201
|
module.exports.isColorSupported = isColorSupported;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/core-bundle",
|
3
|
-
"version": "8.2.
|
3
|
+
"version": "8.2.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",
|
@@ -50,7 +50,7 @@
|
|
50
50
|
"jszip": "3.10.1",
|
51
51
|
"pino": "^9.3.2",
|
52
52
|
"pino-abstract-transport": "^1.2.0",
|
53
|
-
"pino-pretty": "^11.2.
|
53
|
+
"pino-pretty": "^11.2.2",
|
54
54
|
"proper-lockfile": "^4.1.2",
|
55
55
|
"semver": "^7.6.2",
|
56
56
|
"ts-retry-promise": "^0.8.1"
|