@akinon/pz-apple-pay 2.0.0-beta.7 → 2.0.0-beta.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @akinon/pz-apple-pay
2
2
 
3
+ ## 2.0.0-beta.8
4
+
3
5
  ## 2.0.0-beta.7
4
6
 
5
7
  ## 2.0.0-beta.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-apple-pay",
3
- "version": "2.0.0-beta.7",
3
+ "version": "2.0.0-beta.8",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
package/readme.md CHANGED
@@ -2,20 +2,10 @@
2
2
 
3
3
  ## Installation
4
4
 
5
- There are two ways to install the Apple Pay plugin:
6
-
7
- ### 1. Install the npm package using Yarn
8
-
9
- For the latest version, you can install the package using Yarn:
5
+ You can use the following command to install the extension with the latest plugins:
10
6
 
11
7
  ```bash
12
- yarn add @akinon/pz-apple-pay
13
- ```
14
-
15
- ### 2. Preferred installation method
16
8
 
17
- You can also use the following command to install the extension with the latest plugins:
18
-
19
- ```bash
20
9
  npx @akinon/projectzero@latest --plugins
10
+
21
11
  ```