@akinon/pz-tabby-extension 1.83.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,11 @@
1
1
  # @akinon/pz-tabby-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
+
3
9
  ## 1.83.0
4
10
 
5
11
  ## 1.82.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-tabby-extension",
3
- "version": "1.83.0",
3
+ "version": "1.84.0",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
package/readme.md CHANGED
@@ -2,19 +2,7 @@
2
2
 
3
3
  ## Installation
4
4
 
5
- There are two ways to install the Tabby Payment Gateway extension:
6
-
7
- ### 1. Install the npm package using Yarn
8
-
9
- For the latest version, you can install the package using Yarn:
10
-
11
- ```bash
12
- yarn add @akinon/pz-tabby-extension
13
- ```
14
-
15
- ### 2. Preferred installation method
16
-
17
- 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:
18
6
 
19
7
  ```bash
20
8
  npx @akinon/projectzero@latest --plugins
@@ -59,4 +47,4 @@ Add these variables to your `.env` file
59
47
  ```env
60
48
  TABBY_EXTENSION_URL=<your_extension_url>
61
49
  TABBY_HASH_KEY=<your_hash_key>
62
- ```
50
+ ```