@akinon/projectzero 1.101.0-snapshot-ZERO-3648-20250926085435 → 1.101.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,6 +1,6 @@
1
1
  # @akinon/projectzero
2
2
 
3
- ## 1.101.0-snapshot-ZERO-3648-20250926085435
3
+ ## 1.101.0
4
4
 
5
5
  ## 1.100.0
6
6
 
@@ -1,5 +1,27 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 1.101.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4e863f7]
8
+ - @akinon/next@1.101.0
9
+ - @akinon/pz-akifast@1.101.0
10
+ - @akinon/pz-b2b@1.101.0
11
+ - @akinon/pz-basket-gift-pack@1.101.0
12
+ - @akinon/pz-bkm@1.101.0
13
+ - @akinon/pz-checkout-gift-pack@1.101.0
14
+ - @akinon/pz-click-collect@1.101.0
15
+ - @akinon/pz-credit-payment@1.101.0
16
+ - @akinon/pz-gpay@1.101.0
17
+ - @akinon/pz-masterpass@1.101.0
18
+ - @akinon/pz-one-click-checkout@1.101.0
19
+ - @akinon/pz-otp@1.101.0
20
+ - @akinon/pz-pay-on-delivery@1.101.0
21
+ - @akinon/pz-saved-card@1.101.0
22
+ - @akinon/pz-tabby-extension@1.101.0
23
+ - @akinon/pz-tamara-extension@1.101.0
24
+
3
25
  ## 1.100.0
4
26
 
5
27
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projectzeronext",
3
- "version": "1.100.0",
3
+ "version": "1.101.0",
4
4
  "private": true,
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -24,22 +24,22 @@
24
24
  "test:middleware": "jest middleware-matcher.test.ts --bail"
25
25
  },
26
26
  "dependencies": {
27
- "@akinon/next": "1.100.0",
28
- "@akinon/pz-akifast": "1.100.0",
29
- "@akinon/pz-b2b": "1.100.0",
30
- "@akinon/pz-basket-gift-pack": "1.100.0",
31
- "@akinon/pz-bkm": "1.100.0",
32
- "@akinon/pz-checkout-gift-pack": "1.100.0",
33
- "@akinon/pz-click-collect": "1.100.0",
34
- "@akinon/pz-credit-payment": "1.100.0",
35
- "@akinon/pz-gpay": "1.100.0",
36
- "@akinon/pz-masterpass": "1.100.0",
37
- "@akinon/pz-one-click-checkout": "1.100.0",
38
- "@akinon/pz-otp": "1.100.0",
39
- "@akinon/pz-pay-on-delivery": "1.100.0",
40
- "@akinon/pz-saved-card": "1.100.0",
41
- "@akinon/pz-tabby-extension": "1.100.0",
42
- "@akinon/pz-tamara-extension": "1.100.0",
27
+ "@akinon/next": "1.101.0",
28
+ "@akinon/pz-akifast": "1.101.0",
29
+ "@akinon/pz-b2b": "1.101.0",
30
+ "@akinon/pz-basket-gift-pack": "1.101.0",
31
+ "@akinon/pz-bkm": "1.101.0",
32
+ "@akinon/pz-checkout-gift-pack": "1.101.0",
33
+ "@akinon/pz-click-collect": "1.101.0",
34
+ "@akinon/pz-credit-payment": "1.101.0",
35
+ "@akinon/pz-gpay": "1.101.0",
36
+ "@akinon/pz-masterpass": "1.101.0",
37
+ "@akinon/pz-one-click-checkout": "1.101.0",
38
+ "@akinon/pz-otp": "1.101.0",
39
+ "@akinon/pz-pay-on-delivery": "1.101.0",
40
+ "@akinon/pz-saved-card": "1.101.0",
41
+ "@akinon/pz-tabby-extension": "1.101.0",
42
+ "@akinon/pz-tamara-extension": "1.101.0",
43
43
  "@hookform/resolvers": "2.9.0",
44
44
  "@next/third-parties": "14.1.0",
45
45
  "@react-google-maps/api": "2.17.1",
@@ -62,7 +62,7 @@
62
62
  "yup": "0.32.11"
63
63
  },
64
64
  "devDependencies": {
65
- "@akinon/eslint-plugin-projectzero": "1.100.0",
65
+ "@akinon/eslint-plugin-projectzero": "1.101.0",
66
66
  "@semantic-release/changelog": "6.0.2",
67
67
  "@semantic-release/exec": "6.0.3",
68
68
  "@semantic-release/git": "10.0.1",
@@ -124,10 +124,6 @@ export default async () => {
124
124
  {
125
125
  name: 'Flow Payment',
126
126
  value: 'pz-flow-payment'
127
- },
128
- {
129
- name: 'Virtual Try-On',
130
- value: 'pz-virtual-try-on'
131
127
  }
132
128
  ];
133
129
 
@@ -139,10 +139,6 @@ exports.default = () => __awaiter(void 0, void 0, void 0, function* () {
139
139
  {
140
140
  name: 'Flow Payment',
141
141
  value: 'pz-flow-payment'
142
- },
143
- {
144
- name: 'Virtual Try-On',
145
- value: 'pz-virtual-try-on'
146
142
  }
147
143
  ];
148
144
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/projectzero",
3
- "version": "1.101.0-snapshot-ZERO-3648-20250926085435",
3
+ "version": "1.101.0",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {