@resolveio/client-lib-core 21.3.12 → 21.3.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.3.12",
3
+ "version": "21.3.13",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -1130,6 +1130,9 @@ declare class AiTerminalComponent implements OnInit, OnChanges, OnDestroy {
1130
1130
  private formatCollectionLabel;
1131
1131
  private formatMongoReadResult;
1132
1132
  private formatMongoAggregateResult;
1133
+ private appendMongoDebugSection;
1134
+ private formatMongoDebugSection;
1135
+ private stringifyDebugValue;
1133
1136
  private formatMongoAggregateDocumentSummary;
1134
1137
  private formatMongoAggregateId;
1135
1138
  private formatMongoDocumentSummary;