Compare commits

..

No commits in common. "master" and "v1.0.26" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@design.estate/dees-comms",
"version": "1.0.27",
"version": "1.0.26",
"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.27',
version: '1.0.26',
description: 'A communications module for enabling DOM-based messaging and synchronization across browser tabs and workers.'
}