@tonder.io/ionic-full-sdk 0.0.61-beta.SOS-199.26bdcda → 0.0.61-beta.SOS-199.5885456

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
@@ -25,7 +25,7 @@ You can install using NPM
25
25
  npm i @tonder.io/ionic-full-sdk
26
26
  ```
27
27
 
28
- Add dependencies to the root of the app (index.html) only if you are going to use Openpay as the payment processor.
28
+ Add dependencies to the root of the app (index.html) only if you are going to use Openpay as the payment processor
29
29
 
30
30
  ```html
31
31
  <script src="https://openpay.s3.amazonaws.com/openpay.v1.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonder.io/ionic-full-sdk",
3
- "version": "0.0.61-beta.SOS-199.26bdcda",
3
+ "version": "0.0.61-beta.SOS-199.5885456",
4
4
  "description": "Tonder ionic full SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",