@akinon/projectzero 1.113.0-snapshot-ZERO-3875-20251202134734 → 1.113.0-snapshot-ZERO-3878-20251203111056

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,6 +1,10 @@
1
1
  # @akinon/projectzero
2
2
 
3
- ## 1.113.0-snapshot-ZERO-3875-20251202134734
3
+ ## 1.113.0-snapshot-ZERO-3878-20251203111056
4
+
5
+ ### Minor Changes
6
+
7
+ - b59bed4: ZERO-3878: Reintegrated similar products and removed localStorage checks and implemented props based showing of buttons
4
8
 
5
9
  ## 1.112.0
6
10
 
@@ -152,6 +152,10 @@ export default async () => {
152
152
  {
153
153
  name: 'Masterpass Rest',
154
154
  value: 'pz-masterpass-rest'
155
+ },
156
+ {
157
+ name: 'Similar Products',
158
+ value: 'pz-similar-products'
155
159
  }
156
160
  ];
157
161
 
@@ -167,6 +167,10 @@ exports.default = () => __awaiter(void 0, void 0, void 0, function* () {
167
167
  {
168
168
  name: 'Masterpass Rest',
169
169
  value: 'pz-masterpass-rest'
170
+ },
171
+ {
172
+ name: 'Similar Products',
173
+ value: 'pz-similar-products'
170
174
  }
171
175
  ];
172
176
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/projectzero",
3
- "version": "1.113.0-snapshot-ZERO-3875-20251202134734",
3
+ "version": "1.113.0-snapshot-ZERO-3878-20251203111056",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {