@highpoint/js-fetch
Advanced tools
Comparing version 3.3.0 to 4.0.0
@@ -0,1 +1,7 @@ | ||
# v4.0.0 | ||
### POTENTIALLY BREAKING CHANGE | ||
- On each fetch, the postMessage call will pass an object instead of a string (prevents PT_COMMON error) | ||
# v3.1.0 | ||
@@ -2,0 +8,0 @@ |
@@ -139,3 +139,5 @@ import _objectSpread2 from "@babel/runtime/helpers/objectSpread"; | ||
if (isFramed) { | ||
window.parent.postMessage('is-active', '*'); // Let parent know child is active | ||
window.parent.postMessage({ | ||
type: 'is-active' | ||
}, '*'); // Let parent know child is active | ||
} | ||
@@ -142,0 +144,0 @@ |
{ | ||
"name": "@highpoint/js-fetch", | ||
"version": "3.3.0", | ||
"version": "4.0.0", | ||
"description": "HighPoint Fetch Library", | ||
@@ -5,0 +5,0 @@ "main": "dist/js-fetch.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
15548
286