@exotel-npm-dev/webrtc-client-sdk 1.0.23 → 1.0.24

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/Changelog CHANGED
@@ -1,11 +1,5 @@
1
1
  Change Log
2
2
 
3
- ## v1.0.23 10 June, 2025
4
- -[VST-1011] Increasing Registration Expiry from 60s to 300s
5
-
6
- ## v1.0.22 04 April, 2025
7
- -[VST-973] get and download logs , log refactoring and mute functionality enhancement
8
-
9
3
  ## v1.0.21 05 March, 2025
10
4
  -[VST-954] Added custom sip codes and reason phrase for when agent are disconnecting and sdk is disconnecting call
11
5
 
package/Makefile CHANGED
@@ -16,3 +16,12 @@ dep:
16
16
 
17
17
  publish: build
18
18
  npm publish
19
+
20
+
21
+ build-without-dep:
22
+ npm run build
23
+ cp -r ../webrtc-core-sdk/src/static/* dist/
24
+
25
+
26
+ publish-without-dep: build-without-dep
27
+ npm publish