@akinon/projectzero 1.87.0-rc.5 → 1.87.0-rc.6

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
+ ## 1.87.0-rc.6
4
+
3
5
  ## 1.87.0-rc.5
4
6
 
5
7
  ## 1.87.0-rc.4
@@ -1,4 +1,5 @@
1
1
  NEXTAUTH_SECRET=PDpBb/aSJESgBbPLHw1+jveHXqyvkC7GC1Z82jvE04s=
2
+ # When using dev-ssl command, NEXTAUTH_URL should be updated to https://localhost:3000
2
3
  NEXTAUTH_URL=http://localhost:3000
3
4
  NEXT_PUBLIC_MAP_API_KEY=YOUR_MAP_API_KEY
4
5
  NEXT_PUBLIC_GTM_KEY=GTM_KEY
@@ -1,5 +1,27 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 1.87.0-rc.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c4f05687]
8
+ - @akinon/next@1.87.0-rc.6
9
+ - @akinon/pz-akifast@1.87.0-rc.6
10
+ - @akinon/pz-b2b@1.87.0-rc.6
11
+ - @akinon/pz-basket-gift-pack@1.87.0-rc.6
12
+ - @akinon/pz-bkm@1.87.0-rc.6
13
+ - @akinon/pz-checkout-gift-pack@1.87.0-rc.6
14
+ - @akinon/pz-click-collect@1.87.0-rc.6
15
+ - @akinon/pz-credit-payment@1.87.0-rc.6
16
+ - @akinon/pz-gpay@1.87.0-rc.6
17
+ - @akinon/pz-masterpass@1.87.0-rc.6
18
+ - @akinon/pz-one-click-checkout@1.87.0-rc.6
19
+ - @akinon/pz-otp@1.87.0-rc.6
20
+ - @akinon/pz-pay-on-delivery@1.87.0-rc.6
21
+ - @akinon/pz-saved-card@1.87.0-rc.6
22
+ - @akinon/pz-tabby-extension@1.87.0-rc.6
23
+ - @akinon/pz-tamara-extension@1.87.0-rc.6
24
+
3
25
  ## 1.87.0-rc.5
4
26
 
5
27
  ### Minor Changes
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "projectzeronext",
3
- "version": "1.87.0-rc.5",
3
+ "version": "1.87.0-rc.6",
4
4
  "private": true,
5
5
  "license": "MIT",
6
6
  "scripts": {
7
7
  "clean": "rm -rf node_modules && rm -rf .next",
8
8
  "dev": "next dev",
9
+ "dev-ssl": "next dev --experimental-https",
9
10
  "build": "next build",
10
11
  "start": "next start -p 8008",
11
12
  "type-check": "tsc",
@@ -23,22 +24,22 @@
23
24
  "test:middleware": "jest middleware-matcher.test.ts --bail"
24
25
  },
25
26
  "dependencies": {
26
- "@akinon/next": "1.87.0-rc.5",
27
- "@akinon/pz-akifast": "1.87.0-rc.5",
28
- "@akinon/pz-b2b": "1.87.0-rc.5",
29
- "@akinon/pz-basket-gift-pack": "1.87.0-rc.5",
30
- "@akinon/pz-bkm": "1.87.0-rc.5",
31
- "@akinon/pz-checkout-gift-pack": "1.87.0-rc.5",
32
- "@akinon/pz-click-collect": "1.87.0-rc.5",
33
- "@akinon/pz-credit-payment": "1.87.0-rc.5",
34
- "@akinon/pz-gpay": "1.87.0-rc.5",
35
- "@akinon/pz-masterpass": "1.87.0-rc.5",
36
- "@akinon/pz-one-click-checkout": "1.87.0-rc.5",
37
- "@akinon/pz-otp": "1.87.0-rc.5",
38
- "@akinon/pz-pay-on-delivery": "1.87.0-rc.5",
39
- "@akinon/pz-saved-card": "1.87.0-rc.5",
40
- "@akinon/pz-tabby-extension": "1.87.0-rc.5",
41
- "@akinon/pz-tamara-extension": "1.87.0-rc.5",
27
+ "@akinon/next": "1.87.0-rc.6",
28
+ "@akinon/pz-akifast": "1.87.0-rc.6",
29
+ "@akinon/pz-b2b": "1.87.0-rc.6",
30
+ "@akinon/pz-basket-gift-pack": "1.87.0-rc.6",
31
+ "@akinon/pz-bkm": "1.87.0-rc.6",
32
+ "@akinon/pz-checkout-gift-pack": "1.87.0-rc.6",
33
+ "@akinon/pz-click-collect": "1.87.0-rc.6",
34
+ "@akinon/pz-credit-payment": "1.87.0-rc.6",
35
+ "@akinon/pz-gpay": "1.87.0-rc.6",
36
+ "@akinon/pz-masterpass": "1.87.0-rc.6",
37
+ "@akinon/pz-one-click-checkout": "1.87.0-rc.6",
38
+ "@akinon/pz-otp": "1.87.0-rc.6",
39
+ "@akinon/pz-pay-on-delivery": "1.87.0-rc.6",
40
+ "@akinon/pz-saved-card": "1.87.0-rc.6",
41
+ "@akinon/pz-tabby-extension": "1.87.0-rc.6",
42
+ "@akinon/pz-tamara-extension": "1.87.0-rc.6",
42
43
  "@hookform/resolvers": "2.9.0",
43
44
  "@next/third-parties": "14.1.0",
44
45
  "@react-google-maps/api": "2.17.1",
@@ -61,7 +62,7 @@
61
62
  "yup": "0.32.11"
62
63
  },
63
64
  "devDependencies": {
64
- "@akinon/eslint-plugin-projectzero": "1.87.0-rc.5",
65
+ "@akinon/eslint-plugin-projectzero": "1.87.0-rc.6",
65
66
  "@semantic-release/changelog": "6.0.2",
66
67
  "@semantic-release/exec": "6.0.3",
67
68
  "@semantic-release/git": "10.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/projectzero",
3
- "version": "1.87.0-rc.5",
3
+ "version": "1.87.0-rc.6",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {