@akinon/projectzero 2.0.0-beta.3 → 2.0.0-beta.4

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,7 @@
1
1
  # @akinon/projectzero
2
2
 
3
+ ## 2.0.0-beta.4
4
+
3
5
  ## 2.0.0-beta.3
4
6
 
5
7
  ## 2.0.0-beta.2
@@ -1,5 +1,29 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 2.0.0-beta.4
4
+
5
+ ### Minor Changes
6
+
7
+ - 8b5509a: ZERO-3123: Upgrade Next.js to version 15.1.3 and rename configuration file to TypeScript
8
+
9
+ ### Patch Changes
10
+
11
+ - @akinon/next@2.0.0-beta.4
12
+ - @akinon/pz-akifast@2.0.0-beta.4
13
+ - @akinon/pz-b2b@2.0.0-beta.4
14
+ - @akinon/pz-basket-gift-pack@2.0.0-beta.4
15
+ - @akinon/pz-bkm@2.0.0-beta.4
16
+ - @akinon/pz-checkout-gift-pack@2.0.0-beta.4
17
+ - @akinon/pz-click-collect@2.0.0-beta.4
18
+ - @akinon/pz-credit-payment@2.0.0-beta.4
19
+ - @akinon/pz-gpay@2.0.0-beta.4
20
+ - @akinon/pz-masterpass@2.0.0-beta.4
21
+ - @akinon/pz-one-click-checkout@2.0.0-beta.4
22
+ - @akinon/pz-otp@2.0.0-beta.4
23
+ - @akinon/pz-pay-on-delivery@2.0.0-beta.4
24
+ - @akinon/pz-saved-card@2.0.0-beta.4
25
+ - @akinon/pz-tabby-extension@2.0.0-beta.4
26
+
3
27
  ## 2.0.0-beta.3
4
28
 
5
29
  ### Patch Changes
@@ -1,9 +1,9 @@
1
+ import type { NextConfig } from 'next';
1
2
  import withPWA from 'next-pwa';
2
3
  import { withSentryConfig } from '@sentry/nextjs';
3
4
  import withPzConfig from '@akinon/next/with-pz-config.js';
4
5
 
5
- /** @type {import('next').NextConfig} */
6
- const nextConfig = {
6
+ const nextConfig: NextConfig = {
7
7
  // Your Next.js config to override defaults
8
8
  rewrites: async () => {
9
9
  return [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projectzeronext",
3
- "version": "2.0.0-beta.3",
3
+ "version": "2.0.0-beta.4",
4
4
  "private": true,
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -22,28 +22,28 @@
22
22
  "prestart": "pz-prestart"
23
23
  },
24
24
  "dependencies": {
25
- "@akinon/next": "2.0.0-beta.3",
26
- "@akinon/pz-akifast": "2.0.0-beta.3",
27
- "@akinon/pz-b2b": "2.0.0-beta.3",
28
- "@akinon/pz-basket-gift-pack": "2.0.0-beta.3",
29
- "@akinon/pz-bkm": "2.0.0-beta.3",
30
- "@akinon/pz-checkout-gift-pack": "2.0.0-beta.3",
31
- "@akinon/pz-click-collect": "2.0.0-beta.3",
32
- "@akinon/pz-credit-payment": "2.0.0-beta.3",
33
- "@akinon/pz-gpay": "2.0.0-beta.3",
34
- "@akinon/pz-masterpass": "2.0.0-beta.3",
35
- "@akinon/pz-one-click-checkout": "2.0.0-beta.3",
36
- "@akinon/pz-otp": "2.0.0-beta.3",
37
- "@akinon/pz-pay-on-delivery": "2.0.0-beta.3",
38
- "@akinon/pz-saved-card": "2.0.0-beta.3",
39
- "@akinon/pz-tabby-extension": "2.0.0-beta.3",
25
+ "@akinon/next": "2.0.0-beta.4",
26
+ "@akinon/pz-akifast": "2.0.0-beta.4",
27
+ "@akinon/pz-b2b": "2.0.0-beta.4",
28
+ "@akinon/pz-basket-gift-pack": "2.0.0-beta.4",
29
+ "@akinon/pz-bkm": "2.0.0-beta.4",
30
+ "@akinon/pz-checkout-gift-pack": "2.0.0-beta.4",
31
+ "@akinon/pz-click-collect": "2.0.0-beta.4",
32
+ "@akinon/pz-credit-payment": "2.0.0-beta.4",
33
+ "@akinon/pz-gpay": "2.0.0-beta.4",
34
+ "@akinon/pz-masterpass": "2.0.0-beta.4",
35
+ "@akinon/pz-one-click-checkout": "2.0.0-beta.4",
36
+ "@akinon/pz-otp": "2.0.0-beta.4",
37
+ "@akinon/pz-pay-on-delivery": "2.0.0-beta.4",
38
+ "@akinon/pz-saved-card": "2.0.0-beta.4",
39
+ "@akinon/pz-tabby-extension": "2.0.0-beta.4",
40
40
  "@hookform/resolvers": "2.9.0",
41
41
  "@next/third-parties": "14.1.0",
42
42
  "@react-google-maps/api": "2.17.1",
43
43
  "@sentry/nextjs": "7.116.0",
44
44
  "dayjs": "1.11.5",
45
45
  "lossless-json": "2.0.5",
46
- "next": "15.1.2",
46
+ "next": "15.1.3",
47
47
  "next-auth": "4.24.11",
48
48
  "next-pwa": "5.6.0",
49
49
  "pino": "8.11.0",
@@ -61,7 +61,7 @@
61
61
  "yup": "0.32.11"
62
62
  },
63
63
  "devDependencies": {
64
- "@akinon/eslint-plugin-projectzero": "2.0.0-beta.3",
64
+ "@akinon/eslint-plugin-projectzero": "2.0.0-beta.4",
65
65
  "@semantic-release/changelog": "6.0.2",
66
66
  "@semantic-release/exec": "6.0.3",
67
67
  "@semantic-release/git": "10.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/projectzero",
3
- "version": "2.0.0-beta.3",
3
+ "version": "2.0.0-beta.4",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {