@akinon/pz-bkm 2.0.0-beta.7 → 2.0.0-beta.9

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,13 @@
1
1
  # @akinon/pz-bkm
2
2
 
3
+ ## 2.0.0-beta.9
4
+
5
+ ### Minor Changes
6
+
7
+ - 0fe7711: ZERO-3387: Upgrade nextjs, eslint-config-next
8
+
9
+ ## 2.0.0-beta.8
10
+
3
11
  ## 2.0.0-beta.7
4
12
 
5
13
  ## 2.0.0-beta.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-bkm",
3
- "version": "2.0.0-beta.7",
3
+ "version": "2.0.0-beta.9",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
package/readme.md CHANGED
@@ -1,16 +1,17 @@
1
1
  # @akinon/pz-bkm
2
2
 
3
- ### Install the npm package
3
+ ## Installation method
4
+
5
+ You can use the following command to install the extension with the latest plugins:
4
6
 
5
7
  ```bash
6
- # For latest version
7
- yarn add @akinon/pz-bkm
8
8
 
9
- # Preferred installation method
10
9
  npx @akinon/projectzero@latest --plugins
10
+
11
11
  ```
12
12
 
13
13
  ### Example Usage
14
+
14
15
  ##### File Path: src/views/checkout/steps/payment/options/bkm.tsx
15
16
 
16
17
  ```javascript
@@ -33,7 +34,8 @@ export default Bkm;
33
34
  ```
34
35
 
35
36
  ### Props
36
- | Property | Type | Description |
37
- |----------------|-----------|--------------------------------------------------|
38
- | `translations` | `object` | Object containing translation strings. |
39
- | `classes` | `object` | Object containing custom CSS class names. |
37
+
38
+ | Property | Type | Description |
39
+ | -------------- | -------- | ----------------------------------------- |
40
+ | `translations` | `object` | Object containing translation strings. |
41
+ | `classes` | `object` | Object containing custom CSS class names. |