Skip to content

Commit

Permalink
bump to 9.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tessalt committed Nov 12, 2024
1 parent b751a91 commit fb1957f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coralproject/talk",
"version": "9.5.2",
"version": "9.5.3",
"author": "The Coral Project",
"homepage": "https://coralproject.net/",
"sideEffects": [
Expand Down
8 changes: 8 additions & 0 deletions client/src/core/client/embed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ <h1 style="text-align: center">Coral – Embed Stream</h1>
*/
events: function (events) {
events.onAny(function (eventName, data) {
if (eventName === "ready") {
setTimeout(() => {

const form = document.querySelectorAll("coral")
console.log('form', form)
}, 0);
}
console.log(eventName)
console.debug(eventName, data);
});
},
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common",
"version": "9.5.2",
"version": "9.5.3",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common",
"version": "9.5.2",
"version": "9.5.3",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coralproject/talk",
"version": "9.5.2",
"version": "9.5.3",
"author": "The Coral Project",
"homepage": "https://coralproject.net/",
"sideEffects": [
Expand Down

0 comments on commit fb1957f

Please sign in to comment.