Compare commits

..

2 Commits

Author SHA1 Message Date
4649af7ab0 1.0.27 2024-05-25 02:26:16 +02:00
87a561de5e fix(core): update 2024-05-25 02:26:16 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@design.estate/dees-comms",
"version": "1.0.26",
"version": "1.0.27",
"private": false,
"description": "A communications module for enabling DOM-based messaging and synchronization across browser tabs and workers.",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-comms',
version: '1.0.26',
version: '1.0.27',
description: 'A communications module for enabling DOM-based messaging and synchronization across browser tabs and workers.'
}