@koomipay/react 1.0.16 → 1.0.17

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -181,5 +181,5 @@ ReactDOM.render(<Checkout />, document.body)
181
181
  React Koomipay is packaged with TypeScript declarations. Some types are pulled from [`@koomipay/react`][koomipay-npm] — be sure to add `@koomipay/react` as a dependency to your project for full TypeScript support.
182
182
 
183
183
  [koomipay-portal]: https://pay-demo.koomi.app
184
- [live-demo]: https://store-demo.koomi.app
184
+ [live-demo]: https://store-demo-react.koomi.app
185
185
  [koomipay-npm]: https://www.npmjs.com/package/@koomipay/react
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "payments",
10
10
  "components"
11
11
  ],
12
- "version": "1.0.16",
12
+ "version": "1.0.17",
13
13
  "description": "Koomipay react components",
14
14
  "main": "dist/cjs/index.js",
15
15
  "module": "dist/es/index.js",