l-min-components 1.6.1234 → 1.6.1235

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.6.1234",
3
+ "version": "1.6.1235",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -875,6 +875,11 @@ const useMessageKit = (/*affiliatesActive*/) => {
875
875
  // latestMessageId: "57e31128214a4269be8b9e3bb18495c4",
876
876
  // roomId: "5be9b48281ac4c2885d3b719654ed59d",
877
877
  // });
878
+ // sendMessage({
879
+ // text: "automated message",
880
+ // courseId: "878",
881
+ // accountId: "d9b0c6ab4e",
882
+ // });
878
883
  })();
879
884
  }, []); // Rerun when selectedAccount changes
880
885