@akinon/pz-click-collect 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 +2 -0
- package/README.md +11 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
@@ -1,17 +1,21 @@
|
|
1
1
|
# @akinon/pz-click-collect
|
2
2
|
|
3
|
-
|
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-click-collect
|
8
8
|
|
9
|
-
# Preferred installation method
|
10
9
|
npx @akinon/projectzero@latest --plugins
|
10
|
+
|
11
11
|
```
|
12
12
|
|
13
13
|
### Props
|
14
14
|
|
15
|
-
| Properties
|
16
|
-
|
|
17
|
-
| addressTypeParam | `string` | Address Type Request Param |
|
15
|
+
| Properties | Type | Description |
|
16
|
+
| ---------------- | -------- | -------------------------- |
|
17
|
+
| addressTypeParam | `string` | Address Type Request Param |
|
18
|
+
|
19
|
+
```
|
20
|
+
|
21
|
+
```
|