@akinon/pz-tamara-extension 1.82.0 → 1.84.0

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-tamara-extension
2
2
 
3
+ ## 1.84.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 624a4eb: ZERO-3276: Update installation instructions across multiple README files to standardize format and improve clarity
8
+
9
+ ## 1.83.0
10
+
3
11
  ## 1.82.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-tamara-extension",
3
- "version": "1.82.0",
3
+ "version": "1.84.0",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
package/readme.md CHANGED
@@ -2,31 +2,7 @@
2
2
 
3
3
  ## Installation
4
4
 
5
- There are two ways to install the Tamara Payment Gateway extension:
6
-
7
- ### 1. Install the npm package using Yarn
8
-
9
- Before installing with Yarn, you need to add 'pz-tamara-extension' to your `plugins.js` file:
10
-
11
- ```javascript
12
- // plugins.js
13
- module.exports = {
14
- extensions: [
15
- // ... other extensions
16
- 'pz-tamara-extension'
17
- ]
18
- };
19
- ```
20
-
21
- Then, you can install the package using Yarn:
22
-
23
- ```bash
24
- yarn add @akinon/pz-tamara-extension
25
- ```
26
-
27
- ### 2. Preferred installation method
28
-
29
- You can also use the following command to install the extension with the latest plugins:
5
+ You can use the following command to install the extension with the latest plugins:
30
6
 
31
7
  ```bash
32
8
  npx @akinon/projectzero@latest --plugins