@getopenpay/openpay-js-react 0.1.8-alpha.8cf0044 → 0.1.8

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1635,7 +1635,7 @@ const Oo = (e, t, r, o) => {
1635
1635
  google_pay: me
1636
1636
  });
1637
1637
  z(() => {
1638
- const p = { version: "0.1.8", release_version: "0.1.8-alpha.8cf0044" };
1638
+ const p = { version: "0.1.8", release_version: "0.1.8" };
1639
1639
  window.ojs_version = p;
1640
1640
  }, []);
1641
1641
  const on = Oo(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getopenpay/openpay-js-react",
3
- "version": "0.1.8-alpha.8cf0044",
3
+ "version": "0.1.8",
4
4
  "description": "Accept payments through OpenPay, right on your site",
5
5
  "author": "OpenPay <info@getopenpay.com> (https://getopenpay.com)",
6
6
  "private": false,