@akinon/projectzero 1.94.0 → 1.95.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/projectzero
2
2
 
3
+ ## 1.95.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5de751a: ZERO-3428 :Add Hepsipay plugin to the list of available plugins
8
+
3
9
  ## 1.94.0
4
10
 
5
11
  ### Minor Changes
@@ -1,5 +1,31 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 1.95.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [35dfb8f]
8
+ - Updated dependencies [99b6e7b]
9
+ - Updated dependencies [1913efc]
10
+ - Updated dependencies [cbdb5c1]
11
+ - Updated dependencies [2e3e8ab]
12
+ - @akinon/next@1.95.0
13
+ - @akinon/pz-tabby-extension@1.95.0
14
+ - @akinon/pz-akifast@1.95.0
15
+ - @akinon/pz-b2b@1.95.0
16
+ - @akinon/pz-basket-gift-pack@1.95.0
17
+ - @akinon/pz-bkm@1.95.0
18
+ - @akinon/pz-checkout-gift-pack@1.95.0
19
+ - @akinon/pz-click-collect@1.95.0
20
+ - @akinon/pz-credit-payment@1.95.0
21
+ - @akinon/pz-gpay@1.95.0
22
+ - @akinon/pz-masterpass@1.95.0
23
+ - @akinon/pz-one-click-checkout@1.95.0
24
+ - @akinon/pz-otp@1.95.0
25
+ - @akinon/pz-pay-on-delivery@1.95.0
26
+ - @akinon/pz-saved-card@1.95.0
27
+ - @akinon/pz-tamara-extension@1.95.0
28
+
3
29
  ## 1.94.0
4
30
 
5
31
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projectzeronext",
3
- "version": "1.94.0",
3
+ "version": "1.95.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.94.0",
28
- "@akinon/pz-akifast": "1.94.0",
29
- "@akinon/pz-b2b": "1.94.0",
30
- "@akinon/pz-basket-gift-pack": "1.94.0",
31
- "@akinon/pz-bkm": "1.94.0",
32
- "@akinon/pz-checkout-gift-pack": "1.94.0",
33
- "@akinon/pz-click-collect": "1.94.0",
34
- "@akinon/pz-credit-payment": "1.94.0",
35
- "@akinon/pz-gpay": "1.94.0",
36
- "@akinon/pz-masterpass": "1.94.0",
37
- "@akinon/pz-one-click-checkout": "1.94.0",
38
- "@akinon/pz-otp": "1.94.0",
39
- "@akinon/pz-pay-on-delivery": "1.94.0",
40
- "@akinon/pz-saved-card": "1.94.0",
41
- "@akinon/pz-tabby-extension": "1.94.0",
42
- "@akinon/pz-tamara-extension": "1.94.0",
27
+ "@akinon/next": "1.95.0",
28
+ "@akinon/pz-akifast": "1.95.0",
29
+ "@akinon/pz-b2b": "1.95.0",
30
+ "@akinon/pz-basket-gift-pack": "1.95.0",
31
+ "@akinon/pz-bkm": "1.95.0",
32
+ "@akinon/pz-checkout-gift-pack": "1.95.0",
33
+ "@akinon/pz-click-collect": "1.95.0",
34
+ "@akinon/pz-credit-payment": "1.95.0",
35
+ "@akinon/pz-gpay": "1.95.0",
36
+ "@akinon/pz-masterpass": "1.95.0",
37
+ "@akinon/pz-one-click-checkout": "1.95.0",
38
+ "@akinon/pz-otp": "1.95.0",
39
+ "@akinon/pz-pay-on-delivery": "1.95.0",
40
+ "@akinon/pz-saved-card": "1.95.0",
41
+ "@akinon/pz-tabby-extension": "1.95.0",
42
+ "@akinon/pz-tamara-extension": "1.95.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.94.0",
65
+ "@akinon/eslint-plugin-projectzero": "1.95.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",
@@ -13,7 +13,7 @@ import { getMenu } from '@akinon/next/data/server';
13
13
  import { Image } from '@akinon/next/components/image';
14
14
 
15
15
  export default async function Header() {
16
- const response = await getMenu();
16
+ const response = await getMenu({ depth: 3 });
17
17
  const menu = menuGenerator(response);
18
18
 
19
19
  return (
@@ -117,6 +117,10 @@ export default async () => {
117
117
  name: 'Tamara Payment Extension',
118
118
  value: 'pz-tamara-extension'
119
119
  },
120
+ {
121
+ name: 'Hepsipay',
122
+ value: 'pz-hepsipay'
123
+ },
120
124
  {
121
125
  name: 'Flow Payment',
122
126
  value: 'pz-flow-payment'
@@ -132,6 +132,10 @@ exports.default = () => __awaiter(void 0, void 0, void 0, function* () {
132
132
  name: 'Tamara Payment Extension',
133
133
  value: 'pz-tamara-extension'
134
134
  },
135
+ {
136
+ name: 'Hepsipay',
137
+ value: 'pz-hepsipay'
138
+ },
135
139
  {
136
140
  name: 'Flow Payment',
137
141
  value: 'pz-flow-payment'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/projectzero",
3
- "version": "1.94.0",
3
+ "version": "1.95.0",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {