angular-toolbox 0.12.3 → 1.0.0

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.
@@ -43,6 +43,7 @@ export declare class HttpMockLoggingService implements TransactionalLogger, OnDe
43
43
  */
44
44
  error(metadata: HttpMockLoggingMetadata): Log;
45
45
  /**
46
+ * @private
46
47
  * Processes a special kind of logs that are used to indicate that a HTTP operation
47
48
  * started and no response is available yet.
48
49
  *
@@ -65,13 +66,16 @@ export declare class HttpMockLoggingService implements TransactionalLogger, OnDe
65
66
  * @inheritdoc
66
67
  */
67
68
  destroy(): void;
69
+ /**
70
+ * @inheritdoc
71
+ */
68
72
  getLogs(): Log[];
69
73
  /**
70
74
  * @inheritdoc
71
75
  */
72
76
  ngOnDestroy(): void;
73
77
  /**
74
- * @inheritdoc
78
+ * @private
75
79
  */
76
80
  private getLastLog;
77
81
  static ɵfac: i0.ɵɵFactoryDeclaration<HttpMockLoggingService, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-toolbox",
3
- "version": "0.12.3",
3
+ "version": "1.0.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^18.0.0",