@salesforce/core-bundle 7.3.0 → 7.3.9
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.d.ts +1 -1
- package/lib/index.js +1449 -2006
- package/lib/pino-file.js +36 -10
- package/lib/pino-pretty.js +58 -8
- package/lib/pino-worker.js +94 -18
- package/lib/thread-stream-worker.js +14 -1
- package/lib/transformStream.js +3 -3
- package/package.json +7 -7
package/lib/index.d.ts
CHANGED
@@ -3957,7 +3957,7 @@ declare module '@salesforce/core-bundle/org/scratchOrgInfoGenerator' {
|
|
3957
3957
|
package2AncestorIds: string;
|
3958
3958
|
features: string | string[];
|
3959
3959
|
connectedAppConsumerKey: string;
|
3960
|
-
namespace
|
3960
|
+
namespace?: string;
|
3961
3961
|
connectedAppCallbackUrl: string;
|
3962
3962
|
durationDays: number;
|
3963
3963
|
} & PartialScratchOrgInfo;
|