@capacitor-community/stripe-terminal 6.2.0 → 6.2.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @capacitor-community/stripe-terminal
2
2
 
3
- Stripe SDK bindings for Capacitor Applications. __This plugin is still in rc(pre-release) version.__
3
+ Stripe SDK bindings for Capacitor Applications. __This plugin is still in the RC (release candidate) phase.__
4
4
  We have confirmed that it works well in the demo project. Please refer to https://github.com/capacitor-community/stripe/tree/main/demo/angular for the implementation.
5
5
 
6
6
  ## Install
7
7
 
8
8
  ```bash
9
- npm install @capacitor-community/stripe-terminal @stripe/terminal-js
9
+ npm install @capacitor-community/stripe-terminal
10
10
  npx cap sync
11
11
  ```
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor-community/stripe-terminal",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "engines": {
5
5
  "node": ">=18.0.0"
6
6
  },