@paypal/checkout-components 5.0.208 → 5.0.209-alpha.0

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## <small>5.0.209-alpha.0 (2022-04-08)</small>
2
+
3
+ * Added CPL instrumentation log events ([bcf4d75](https://github.com/paypal/paypal-checkout-components/commit/bcf4d75))
4
+
5
+
6
+
1
7
  ## <small>5.0.208 (2022-04-06)</small>
2
8
 
3
9
  * onComplete (#1906) ([426178d](https://github.com/paypal/paypal-checkout-components/commit/426178d)), closes [#1906](https://github.com/paypal/paypal-checkout-components/issues/1906)
package/README.md CHANGED
@@ -73,7 +73,7 @@ npm run lint -- --fix
73
73
  # attempt to automatically fix any problems
74
74
  ```
75
75
 
76
- Runs [eslint](https://eslint.org/) using [definitions](./.eslinter.js) extended from [Grumbler-Scripts](https://github.com/krakenjs/grumbler-scripts/blob/main/config/.eslintrc-browser.js).
76
+ Runs [eslint](https://eslint.org/) using [definitions](./.eslinter.js) extended from [Grumbler-Scripts](https://github.com/krakenjs/@krakenjs/grumbler-scripts/blob/main/config/.eslintrc-browser.js).
77
77
 
78
78
  ### flow
79
79