Comparing version 0.0.11-b0159e8a2b46918d4c86b76fc2b456a954addff7 to 0.0.11-b18830bfc1eb8e295a5dfd13af34af3d5a5f1070
@@ -475,7 +475,2 @@ import { create, parse, set, struct, subscribe } from 'brisky-struct'; | ||
if (typeof window === 'undefined') { | ||
// dont do this gets added to client... | ||
require('source-map-support').install(); | ||
} | ||
const types = struct.props.types; | ||
@@ -528,2 +523,4 @@ | ||
if (typeof __dirname !== 'undefined') console.log('hub.js:', __dirname); | ||
const fn = (val, stamp) => hub.create(val, stamp); | ||
@@ -535,2 +532,1 @@ | ||
export default fn; | ||
//# sourceMappingURL=browser.es.js.map |
@@ -479,7 +479,2 @@ 'use strict'; | ||
if (typeof window === 'undefined') { | ||
// dont do this gets added to client... | ||
require('source-map-support').install(); | ||
} | ||
const types = briskyStruct.struct.props.types; | ||
@@ -532,2 +527,4 @@ | ||
if (typeof __dirname !== 'undefined') console.log('hub.js:', __dirname); | ||
const fn = (val, stamp) => hub.create(val, stamp); | ||
@@ -539,2 +536,1 @@ | ||
module.exports = fn; | ||
//# sourceMappingURL=browser.js.map |
@@ -946,7 +946,2 @@ import { create, get, getKeys, getType, getVal, parse, puid, set, struct, subscribe } from 'brisky-struct'; | ||
if (typeof window === 'undefined') { | ||
// dont do this gets added to client... | ||
require('source-map-support').install(); | ||
} | ||
const types = struct.props.types; | ||
@@ -999,2 +994,4 @@ | ||
if (typeof __dirname !== 'undefined') console.log('hub.js:', __dirname); | ||
const fn = (val, stamp) => hub.create(val, stamp); | ||
@@ -1006,2 +1003,1 @@ | ||
export default fn; | ||
//# sourceMappingURL=index.es.js.map |
@@ -950,7 +950,2 @@ 'use strict'; | ||
if (typeof window === 'undefined') { | ||
// dont do this gets added to client... | ||
require('source-map-support').install(); | ||
} | ||
const types = briskyStruct.struct.props.types; | ||
@@ -1003,2 +998,4 @@ | ||
if (typeof __dirname !== 'undefined') console.log('hub.js:', __dirname); | ||
const fn = (val, stamp) => hub.create(val, stamp); | ||
@@ -1010,2 +1007,1 @@ | ||
module.exports = fn; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "hub.js", | ||
"description": "Seamless realtime communcation", | ||
"version": "0.0.11-b0159e8a2b46918d4c86b76fc2b456a954addff7", | ||
"version": "0.0.11-b18830bfc1eb8e295a5dfd13af34af3d5a5f1070", | ||
"main": "dist/index.js", | ||
@@ -70,3 +70,2 @@ "module": "dist/index.es.js", | ||
"rollup-watch": "^2.5.0", | ||
"source-map-support": "^0.4.7", | ||
"standard": "^8.1.0", | ||
@@ -73,0 +72,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
12
2
361976
2726