@signalwire/js 3.23.4-dev.202308301318.6c435be.0 → 3.23.4

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/dist/index.js CHANGED
@@ -1629,7 +1629,7 @@ var JWTSession = class extends import_core21.BaseJWTSession {
1629
1629
  this.options = options;
1630
1630
  __publicField(this, "WebSocketConstructor", WebSocket);
1631
1631
  __publicField(this, "CloseEventConstructor", SwCloseEvent);
1632
- __publicField(this, "agent", "@signalwire/js/browser/3.23.4-dev.202308301318.6c435be.0");
1632
+ __publicField(this, "agent", "@signalwire/js/browser/3.23.4");
1633
1633
  __publicField(this, "tokenTyp");
1634
1634
  this.tokenTyp = (_a = decodedJwt.typ) != null ? _a : "VRT";
1635
1635
  }
@@ -1915,7 +1915,9 @@ var UNSAFE_PROP_ACCESS = [
1915
1915
  "updateMemberMeta",
1916
1916
  "deleteMemberMeta",
1917
1917
  "promote",
1918
- "demote"
1918
+ "demote",
1919
+ "lock",
1920
+ "unlock"
1919
1921
  ];
1920
1922
  var REQUIRED_EVENTS = [
1921
1923
  "member.joined",