@dwmt/comlink
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -803,3 +803,3 @@ import { inherits } from 'util'; | ||
} catch (err) { | ||
return ws.send(JSON.stringify({ | ||
ws.send(JSON.stringify({ | ||
_type: 'rpcError', | ||
@@ -812,2 +812,3 @@ id, | ||
})); | ||
throw err; | ||
} | ||
@@ -841,2 +842,3 @@ } | ||
})); | ||
throw err; | ||
} | ||
@@ -849,3 +851,3 @@ }); | ||
var version = "1.1.5"; | ||
var version = "1.1.6"; | ||
@@ -852,0 +854,0 @@ var Comlink = { |
@@ -807,3 +807,3 @@ 'use strict'; | ||
} catch (err) { | ||
return ws.send(JSON.stringify({ | ||
ws.send(JSON.stringify({ | ||
_type: 'rpcError', | ||
@@ -816,2 +816,3 @@ id, | ||
})); | ||
throw err; | ||
} | ||
@@ -845,2 +846,3 @@ } | ||
})); | ||
throw err; | ||
} | ||
@@ -853,3 +855,3 @@ }); | ||
var version = "1.1.5"; | ||
var version = "1.1.6"; | ||
@@ -856,0 +858,0 @@ var Comlink = { |
{ | ||
"name": "@dwmt/comlink", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Communication library for lazy enthusiasts", | ||
@@ -5,0 +5,0 @@ "main": "dist/Comlink.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54232
12
1558