@d-id/client-sdk 1.1.16 → 1.1.17

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.
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Advanced functionality tests for streaming manager
3
+ * Tests complex scenarios, edge cases, and advanced features
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Business flow tests for streaming manager
3
+ * Tests critical end-to-end workflows and configurations
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Disconnect and cleanup tests for streaming manager
3
+ * Tests disconnection workflows, cleanup, and error handling
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Edge cases and branch coverage tests for streaming manager
3
+ * Tests detailed edge cases, error conditions, and branch coverage scenarios
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Core functionality tests for streaming manager
3
+ * Tests basic streaming manager creation, connection, and operations
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Utility function tests for streaming manager
3
+ * Tests helper functions like mapConnectionState and parseDataChannelMessage
4
+ */
5
+ export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@d-id/client-sdk",
3
3
  "private": false,
4
- "version": "1.1.16",
4
+ "version": "1.1.17",
5
5
  "type": "module",
6
6
  "description": "d-id client sdk",
7
7
  "repository": {