osra 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -81,7 +81,7 @@ var call = (target, { key = MESSAGE_SOURCE_KEY } = { key: MESSAGE_SOURCE_KEY })
81
81
  target.postMessage({
82
82
  source: key,
83
83
  type,
84
- data,
84
+ data: proxiedData,
85
85
  port: port2
86
86
  }, {
87
87
  targetOrigin: "*",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osra",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Easy communication between workers",
5
5
  "files": [
6
6
  "./build"