@formant/data-sdk 1.20.0 → 1.22.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.
@@ -154,3 +154,4 @@ export type { IAuthentication } from "./stores/IAuthentication";
154
154
  export type { IConfirmForgotPasswordRequest } from "./stores/IConfirmForgotPasswordRequest";
155
155
  export type { IRespondToNewPasswordRequiredChallengeRequest } from "./stores/IRespondToNewPasswordRequiredChallengeRequest";
156
156
  import "./init.ts";
157
+ export { createRtcStreamMessage } from "@formant/realtime-sdk";
package/package.json CHANGED
@@ -24,7 +24,7 @@
24
24
  }
25
25
  }
26
26
  },
27
- "version": "1.20.0",
27
+ "version": "1.22.0",
28
28
  "scripts": {
29
29
  "preversion": "npm run verify",
30
30
  "postversion": "make",
@@ -68,9 +68,6 @@
68
68
  "eventemitter3": "^5.0.1",
69
69
  "pako": "^2.1.0"
70
70
  },
71
- "peerDependencies": {
72
- "@formant/realtime-sdk": "^1.2.0"
73
- },
74
71
  "engines": {
75
72
  "node": "^18.12.0 || ^16.13.0"
76
73
  }