2 Commits

Author SHA1 Message Date
a34e8f571d 1.0.11 2021-09-27 13:51:00 +02:00
2bf398cf97 fix(core): update 2021-09-27 13:50:59 +02:00
2 changed files with 12 additions and 12 deletions

18
package-lock.json generated
View File

@@ -1,17 +1,17 @@
{
"name": "@designestate/dees-comms",
"version": "1.0.10",
"version": "1.0.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@designestate/dees-comms",
"version": "1.0.10",
"version": "1.0.11",
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest": "^1.0.58",
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"broadcast-channel": "^4.2.0"
"broadcast-channel": "^3.7.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.27",
@@ -4091,9 +4091,9 @@
}
},
"node_modules/broadcast-channel": {
"version": "4.2.0",
"resolved": "https://verdaccio.lossless.one/broadcast-channel/-/broadcast-channel-4.2.0.tgz",
"integrity": "sha512-XX9yNnIy/v2T+HR5EKIH7ziM2mYTefsrzZ2lkCmFZxwCDG7Ns7HLIooUXA114sCeFRJ4MEXEgdMapxfPDh9Xkg==",
"version": "3.7.0",
"resolved": "https://verdaccio.lossless.one/broadcast-channel/-/broadcast-channel-3.7.0.tgz",
"integrity": "sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
@@ -17658,9 +17658,9 @@
}
},
"broadcast-channel": {
"version": "4.2.0",
"resolved": "https://verdaccio.lossless.one/broadcast-channel/-/broadcast-channel-4.2.0.tgz",
"integrity": "sha512-XX9yNnIy/v2T+HR5EKIH7ziM2mYTefsrzZ2lkCmFZxwCDG7Ns7HLIooUXA114sCeFRJ4MEXEgdMapxfPDh9Xkg==",
"version": "3.7.0",
"resolved": "https://verdaccio.lossless.one/broadcast-channel/-/broadcast-channel-3.7.0.tgz",
"integrity": "sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg==",
"requires": {
"@babel/runtime": "^7.7.2",
"detect-node": "^2.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@designestate/dees-comms",
"version": "1.0.10",
"version": "1.0.11",
"private": false,
"description": "a comms module for communicating within the DOM",
"main": "dist_ts/index.js",
@@ -9,7 +9,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web && tsbundle npm)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.27",
@@ -23,7 +23,7 @@
"dependencies": {
"@apiglobal/typedrequest": "^1.0.58",
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"broadcast-channel": "^4.2.0"
"broadcast-channel": "^3.7.0"
},
"files": [
"ts/**/*",