Comparing version 0.0.11-b0159e8a2b46918d4c86b76fc2b456a954addff7 to 0.0.11-d31fc9af00c9a5bc4005887348dd1317dcd01909
@@ -527,2 +527,4 @@ import { create, parse, set, struct, subscribe } from 'brisky-struct'; | ||
console.log('HUB START...'); | ||
const fn = (val, stamp) => hub.create(val, stamp); | ||
@@ -529,0 +531,0 @@ |
@@ -531,2 +531,4 @@ 'use strict'; | ||
console.log('HUB START...'); | ||
const fn = (val, stamp) => hub.create(val, stamp); | ||
@@ -533,0 +535,0 @@ |
@@ -998,2 +998,4 @@ import { create, get, getKeys, getType, getVal, parse, puid, set, struct, subscribe } from 'brisky-struct'; | ||
console.log('HUB START...'); | ||
const fn = (val, stamp) => hub.create(val, stamp); | ||
@@ -1000,0 +1002,0 @@ |
@@ -1002,2 +1002,4 @@ 'use strict'; | ||
console.log('HUB START...'); | ||
const fn = (val, stamp) => hub.create(val, stamp); | ||
@@ -1004,0 +1006,0 @@ |
{ | ||
"name": "hub.js", | ||
"description": "Seamless realtime communcation", | ||
"version": "0.0.11-b0159e8a2b46918d4c86b76fc2b456a954addff7", | ||
"version": "0.0.11-d31fc9af00c9a5bc4005887348dd1317dcd01909", | ||
"main": "dist/index.js", | ||
@@ -50,3 +50,4 @@ "module": "dist/index.es.js", | ||
"vigour-ua": "^3.0.0", | ||
"websocket": "^1.0.24" | ||
"websocket": "^1.0.24", | ||
"source-map-support": "^0.4.7" | ||
}, | ||
@@ -71,3 +72,2 @@ "nyc": { | ||
"rollup-watch": "^2.5.0", | ||
"source-map-support": "^0.4.7", | ||
"standard": "^8.1.0", | ||
@@ -74,0 +74,0 @@ "tape": "4.6.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
363630
12
2746
2
7
+ Addedsource-map-support@^0.4.7
+ Addedsource-map@0.5.7(transitive)
+ Addedsource-map-support@0.4.18(transitive)