neo.mjs 6.16.3 → 6.16.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.
@@ -1,4 +1,17 @@
1
1
  [
2
+ {
3
+ "author" : "Tobias Uhlig",
4
+ "authorImage" : "author_TobiasUhlig.jpeg",
5
+ "date" : "Jun 17, 2024",
6
+ "id" : 58,
7
+ "image" : "Sharing_real_time_data.png",
8
+ "name" : "Sharing real-time WebSocket data across multiple browser windows",
9
+ "provider" : "Medium",
10
+ "publisher" : "ITNEXT",
11
+ "selectedInto": [],
12
+ "type" : "Blog Post",
13
+ "url" : "https://itnext.io/sharing-real-time-websocket-data-across-multiple-browser-windows-4e0538dd7563?source=friends_link&sk=9efb3e4f38c82fb3e04899c61bb5fcb8"
14
+ },
2
15
  {
3
16
  "author" : "Torsten Dinkheller",
4
17
  "authorImage" : "author_TorstenDinkheller.jpg",
@@ -1,4 +1,17 @@
1
1
  [
2
+ {
3
+ "author" : "Tobias Uhlig",
4
+ "authorImage" : "author_TobiasUhlig.jpeg",
5
+ "date" : "Jun 17, 2024",
6
+ "id" : 58,
7
+ "image" : "Sharing_real_time_data.png",
8
+ "name" : "Sharing real-time WebSocket data across multiple browser windows",
9
+ "provider" : "Medium",
10
+ "publisher" : "ITNEXT",
11
+ "selectedInto": [],
12
+ "type" : "Blog Post",
13
+ "url" : "https://itnext.io/sharing-real-time-websocket-data-across-multiple-browser-windows-4e0538dd7563?source=friends_link&sk=9efb3e4f38c82fb3e04899c61bb5fcb8"
14
+ },
2
15
  {
3
16
  "author" : "Torsten Dinkheller",
4
17
  "authorImage" : "author_TorstenDinkheller.jpg",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neo.mjs",
3
- "version": "6.16.3",
3
+ "version": "6.16.4",
4
4
  "description": "The webworkers driven UI framework",
5
5
  "type": "module",
6
6
  "repository": {