@paypal/connect-loader-component
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -5,2 +5,20 @@ # CHANGELOG | ||
## ⚠️ 1.1.0-beta.1 | ||
Uses a modified version of `asset-loader` without Promises polyfill to unblock us tmp from publishing PP v5 SDK w/ AXO. See [slack thread](https://paypal.slack.com/archives/C04FBV3163E/p1701287607895859) for more details. | ||
This should only be used until we have resolved the peer dependency issue in PP v5 sdk. | ||
- [#19](https://github.paypal.com/Checkout/accelerated-checkout-loader/pull/19) Uses a modified version of `asset-loader` without Promises polyfill to unblock us tmp from publishing PP v5 SDK w/ AXO. | ||
## 1.1.0 | ||
- [#18](https://github.paypal.com/Checkout/accelerated-checkout-loader/pull/18) Adds support for loading PPCP & BT | ||
## 1.0.0 (Deprecated) | ||
Deprecated as the version | ||
- [#16](https://github.paypal.com/Checkout/accelerated-checkout-loader/pull/16) chore: update changelog and README | ||
- [#17](https://github.paypal.com/Checkout/accelerated-checkout-loader/pull/17) chore: update version to boba | ||
## 0.4.0 | ||
@@ -7,0 +25,0 @@ |
{ | ||
"name": "@paypal/connect-loader-component", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Loads AXO script", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@braintree/asset-loader": "0.4.4", | ||
"@braintree/asset-loader": "2.0.0", | ||
"envify": "^4.1.0", | ||
@@ -36,0 +36,0 @@ "typescript": "^4.6.4" |
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
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
0
37669
25
835
+ Added@braintree/asset-loader@2.0.0(transitive)
- Removed@braintree/asset-loader@0.4.4(transitive)
- Removedpromise-polyfill@8.3.0(transitive)