@matterbridge/test-utils 3.10.7-dev-20260828-fc43d09 → 3.10.7

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @file packages/jest-utils/src/logKeepAlives.ts
3
- * @description This file contains the Jest logKeepAlives helper.
3
+ * @description This file contains the logKeepAlives helper.
4
4
  * @author Luca Liguori
5
5
  * @created 2026-04-19
6
6
  * @version 1.0.1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @file packages/jest-utils/src/logKeepAlives.ts
3
- * @description This file contains the Jest logKeepAlives helper.
3
+ * @description This file contains the logKeepAlives helper.
4
4
  * @author Luca Liguori
5
5
  * @created 2026-04-19
6
6
  * @version 1.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matterbridge/test-utils",
3
- "version": "3.10.7-dev-20260828-fc43d09",
3
+ "version": "3.10.7",
4
4
  "description": "Matterbridge common and framework-specific test utilities",
5
5
  "author": "https://github.com/Luligu",
6
6
  "homepage": "https://matterbridge.io/",
@@ -84,8 +84,8 @@
84
84
  },
85
85
  "dependencies": {
86
86
  "@matter/main": "0.17.9",
87
- "@matterbridge/types": "3.10.7-dev-20260828-fc43d09",
88
- "@matterbridge/utils": "3.10.7-dev-20260828-fc43d09",
87
+ "@matterbridge/types": "3.10.7",
88
+ "@matterbridge/utils": "3.10.7",
89
89
  "node-ansi-logger": "3.3.0"
90
90
  }
91
91
  }