@akinon/projectzero 1.126.0-rc.1 → 1.126.0-rc.3

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,9 @@
1
1
  # @akinon/projectzero
2
2
 
3
+ ## 1.126.0-rc.3
4
+
5
+ ## 1.126.0-rc.2
6
+
3
7
  ## 1.126.0-rc.1
4
8
 
5
9
  ## 1.126.0-rc.0
@@ -1,5 +1,74 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 1.126.0-rc.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [324f97d5]
8
+ - Updated dependencies [4ac7b2a1]
9
+ - @akinon/next@1.126.0-rc.3
10
+ - @akinon/pz-virtual-try-on@1.126.0-rc.3
11
+ - @akinon/pz-akifast@1.126.0-rc.3
12
+ - @akinon/pz-apple-pay@1.126.0-rc.3
13
+ - @akinon/pz-b2b@1.126.0-rc.3
14
+ - @akinon/pz-basket-gift-pack@1.126.0-rc.3
15
+ - @akinon/pz-bkm@1.126.0-rc.3
16
+ - @akinon/pz-checkout-gift-pack@1.126.0-rc.3
17
+ - @akinon/pz-click-collect@1.126.0-rc.3
18
+ - @akinon/pz-credit-payment@1.126.0-rc.3
19
+ - @akinon/pz-cybersource-uc@1.126.0-rc.3
20
+ - @akinon/pz-flow-payment@1.126.0-rc.3
21
+ - @akinon/pz-google-pay@1.126.0-rc.3
22
+ - @akinon/pz-gpay@1.126.0-rc.3
23
+ - @akinon/pz-haso@1.126.0-rc.3
24
+ - @akinon/pz-hepsipay@1.126.0-rc.3
25
+ - @akinon/pz-masterpass@1.126.0-rc.3
26
+ - @akinon/pz-masterpass-rest@1.126.0-rc.3
27
+ - @akinon/pz-multi-basket@1.126.0-rc.3
28
+ - @akinon/pz-one-click-checkout@1.126.0-rc.3
29
+ - @akinon/pz-otp@1.126.0-rc.3
30
+ - @akinon/pz-pay-on-delivery@1.126.0-rc.3
31
+ - @akinon/pz-saved-card@1.126.0-rc.3
32
+ - @akinon/pz-similar-products@1.126.0-rc.3
33
+ - @akinon/pz-tabby-extension@1.126.0-rc.3
34
+ - @akinon/pz-tamara-extension@1.126.0-rc.3
35
+
36
+ ## 1.126.0-rc.2
37
+
38
+ ### Patch Changes
39
+
40
+ - Updated dependencies [eba125b2]
41
+ - Updated dependencies [823a4449]
42
+ - Updated dependencies [00b9f488]
43
+ - Updated dependencies [0df6bc1f]
44
+ - Updated dependencies [4998a963]
45
+ - @akinon/pz-checkout-gift-pack@1.126.0-rc.2
46
+ - @akinon/pz-one-click-checkout@1.126.0-rc.2
47
+ - @akinon/pz-basket-gift-pack@1.126.0-rc.2
48
+ - @akinon/pz-masterpass-rest@1.126.0-rc.2
49
+ - @akinon/pz-pay-on-delivery@1.126.0-rc.2
50
+ - @akinon/pz-credit-payment@1.126.0-rc.2
51
+ - @akinon/pz-click-collect@1.126.0-rc.2
52
+ - @akinon/pz-multi-basket@1.126.0-rc.2
53
+ - @akinon/pz-masterpass@1.126.0-rc.2
54
+ - @akinon/pz-gpay@1.126.0-rc.2
55
+ - @akinon/pz-b2b@1.126.0-rc.2
56
+ - @akinon/pz-bkm@1.126.0-rc.2
57
+ - @akinon/pz-otp@1.126.0-rc.2
58
+ - @akinon/next@1.126.0-rc.2
59
+ - @akinon/pz-virtual-try-on@1.126.0-rc.2
60
+ - @akinon/pz-akifast@1.126.0-rc.2
61
+ - @akinon/pz-apple-pay@1.126.0-rc.2
62
+ - @akinon/pz-cybersource-uc@1.126.0-rc.2
63
+ - @akinon/pz-flow-payment@1.126.0-rc.2
64
+ - @akinon/pz-google-pay@1.126.0-rc.2
65
+ - @akinon/pz-haso@1.126.0-rc.2
66
+ - @akinon/pz-hepsipay@1.126.0-rc.2
67
+ - @akinon/pz-saved-card@1.126.0-rc.2
68
+ - @akinon/pz-similar-products@1.126.0-rc.2
69
+ - @akinon/pz-tabby-extension@1.126.0-rc.2
70
+ - @akinon/pz-tamara-extension@1.126.0-rc.2
71
+
3
72
  ## 1.126.0-rc.1
4
73
 
5
74
  ### Patch Changes
@@ -27,9 +27,12 @@ const withPwaConfig = withPWA({
27
27
  const sentryConfig = {
28
28
  silent: true,
29
29
  dryRun: !process.env.SENTRY_DSN,
30
- org: 'akinon'
30
+ org: 'akinon',
31
31
  // project: 'enter_your_project_name_here',
32
32
  // authToken: 'enter_your_auth_token_here'
33
+ sourcemaps: {
34
+ deleteSourcemapsAfterUpload: true
35
+ }
33
36
  };
34
37
 
35
38
  const enhancedConfig = withPzConfig(nextConfig);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projectzeronext",
3
- "version": "1.126.0-rc.1",
3
+ "version": "1.126.0-rc.3",
4
4
  "private": true,
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -24,32 +24,32 @@
24
24
  "test:middleware": "jest middleware-matcher.test.ts --bail"
25
25
  },
26
26
  "dependencies": {
27
- "@akinon/next": "1.126.0-rc.1",
28
- "@akinon/pz-akifast": "1.126.0-rc.1",
29
- "@akinon/pz-apple-pay": "1.126.0-rc.1",
30
- "@akinon/pz-b2b": "1.126.0-rc.1",
31
- "@akinon/pz-basket-gift-pack": "1.126.0-rc.1",
32
- "@akinon/pz-bkm": "1.126.0-rc.1",
33
- "@akinon/pz-checkout-gift-pack": "1.126.0-rc.1",
34
- "@akinon/pz-click-collect": "1.126.0-rc.1",
35
- "@akinon/pz-credit-payment": "1.126.0-rc.1",
36
- "@akinon/pz-cybersource-uc": "1.126.0-rc.1",
37
- "@akinon/pz-flow-payment": "1.126.0-rc.1",
38
- "@akinon/pz-google-pay": "1.126.0-rc.1",
39
- "@akinon/pz-gpay": "1.126.0-rc.1",
40
- "@akinon/pz-haso": "1.126.0-rc.1",
41
- "@akinon/pz-hepsipay": "1.126.0-rc.1",
42
- "@akinon/pz-masterpass": "1.126.0-rc.1",
43
- "@akinon/pz-masterpass-rest": "1.126.0-rc.1",
44
- "@akinon/pz-multi-basket": "1.126.0-rc.1",
45
- "@akinon/pz-one-click-checkout": "1.126.0-rc.1",
46
- "@akinon/pz-otp": "1.126.0-rc.1",
47
- "@akinon/pz-pay-on-delivery": "1.126.0-rc.1",
48
- "@akinon/pz-saved-card": "1.126.0-rc.1",
49
- "@akinon/pz-similar-products": "1.126.0-rc.1",
50
- "@akinon/pz-tabby-extension": "1.126.0-rc.1",
51
- "@akinon/pz-tamara-extension": "1.126.0-rc.1",
52
- "@akinon/pz-virtual-try-on": "1.126.0-rc.1",
27
+ "@akinon/next": "1.126.0-rc.3",
28
+ "@akinon/pz-akifast": "1.126.0-rc.3",
29
+ "@akinon/pz-apple-pay": "1.126.0-rc.3",
30
+ "@akinon/pz-b2b": "1.126.0-rc.3",
31
+ "@akinon/pz-basket-gift-pack": "1.126.0-rc.3",
32
+ "@akinon/pz-bkm": "1.126.0-rc.3",
33
+ "@akinon/pz-checkout-gift-pack": "1.126.0-rc.3",
34
+ "@akinon/pz-click-collect": "1.126.0-rc.3",
35
+ "@akinon/pz-credit-payment": "1.126.0-rc.3",
36
+ "@akinon/pz-cybersource-uc": "1.126.0-rc.3",
37
+ "@akinon/pz-flow-payment": "1.126.0-rc.3",
38
+ "@akinon/pz-google-pay": "1.126.0-rc.3",
39
+ "@akinon/pz-gpay": "1.126.0-rc.3",
40
+ "@akinon/pz-haso": "1.126.0-rc.3",
41
+ "@akinon/pz-hepsipay": "1.126.0-rc.3",
42
+ "@akinon/pz-masterpass": "1.126.0-rc.3",
43
+ "@akinon/pz-masterpass-rest": "1.126.0-rc.3",
44
+ "@akinon/pz-multi-basket": "1.126.0-rc.3",
45
+ "@akinon/pz-one-click-checkout": "1.126.0-rc.3",
46
+ "@akinon/pz-otp": "1.126.0-rc.3",
47
+ "@akinon/pz-pay-on-delivery": "1.126.0-rc.3",
48
+ "@akinon/pz-saved-card": "1.126.0-rc.3",
49
+ "@akinon/pz-similar-products": "1.126.0-rc.3",
50
+ "@akinon/pz-tabby-extension": "1.126.0-rc.3",
51
+ "@akinon/pz-tamara-extension": "1.126.0-rc.3",
52
+ "@akinon/pz-virtual-try-on": "1.126.0-rc.3",
53
53
  "@hookform/resolvers": "2.9.0",
54
54
  "@next/third-parties": "14.1.0",
55
55
  "@react-google-maps/api": "2.17.1",
@@ -72,7 +72,7 @@
72
72
  "yup": "0.32.11"
73
73
  },
74
74
  "devDependencies": {
75
- "@akinon/eslint-plugin-projectzero": "1.126.0-rc.1",
75
+ "@akinon/eslint-plugin-projectzero": "1.126.0-rc.3",
76
76
  "@semantic-release/changelog": "6.0.2",
77
77
  "@semantic-release/exec": "6.0.3",
78
78
  "@semantic-release/git": "10.0.1",
@@ -0,0 +1,22 @@
1
+ 'use client';
2
+
3
+ import { useSentryUncaughtErrors } from '@akinon/next/hooks';
4
+
5
+ export default function GlobalError({
6
+ error,
7
+ reset
8
+ }: {
9
+ error: Error & { digest?: string };
10
+ reset: () => void;
11
+ }) {
12
+ useSentryUncaughtErrors(error);
13
+
14
+ return (
15
+ <html>
16
+ <body>
17
+ <h2>Something went wrong!</h2>
18
+ <button onClick={() => reset()}>Try again</button>
19
+ </body>
20
+ </html>
21
+ );
22
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/projectzero",
3
- "version": "1.126.0-rc.1",
3
+ "version": "1.126.0-rc.3",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {