@akinon/projectzero 2.0.19-rc.0 → 2.0.19-rc.2

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
+ ## 2.0.19-rc.2
4
+
5
+ ## 2.0.19-rc.1
6
+
3
7
  ## 2.0.19-rc.0
4
8
 
5
9
  ### Patch Changes
@@ -1,3 +1,11 @@
1
+ <!-- BEGIN:nextjs-agent-rules -->
2
+
3
+ # Next.js: ALWAYS read docs before coding
4
+
5
+ Before any Next.js work, find and read the relevant doc in `node_modules/next/dist/docs/`. Your training data is outdated — the docs are the source of truth.
6
+
7
+ <!-- END:nextjs-agent-rules -->
8
+
1
9
  # Project Zero Next.js - Developer Instructions
2
10
 
3
11
  ## 📚 Available Instruction Files
@@ -1,5 +1,71 @@
1
1
  # projectzeronext
2
2
 
3
+ ## 2.0.19-rc.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c97525a3]
8
+ - @akinon/pz-tabby-extension@2.0.19-rc.2
9
+ - @akinon/next@2.0.19-rc.2
10
+ - @akinon/pz-akifast@2.0.19-rc.2
11
+ - @akinon/pz-apple-pay@2.0.19-rc.2
12
+ - @akinon/pz-b2b@2.0.19-rc.2
13
+ - @akinon/pz-basket-gift-pack@2.0.19-rc.2
14
+ - @akinon/pz-bkm@2.0.19-rc.2
15
+ - @akinon/pz-checkout-gift-pack@2.0.19-rc.2
16
+ - @akinon/pz-click-collect@2.0.19-rc.2
17
+ - @akinon/pz-credit-payment@2.0.19-rc.2
18
+ - @akinon/pz-cybersource-uc@2.0.19-rc.2
19
+ - @akinon/pz-flow-payment@2.0.19-rc.2
20
+ - @akinon/pz-google-pay@2.0.19-rc.2
21
+ - @akinon/pz-gpay@2.0.19-rc.2
22
+ - @akinon/pz-haso@2.0.19-rc.2
23
+ - @akinon/pz-hepsipay@2.0.19-rc.2
24
+ - @akinon/pz-masterpass@2.0.19-rc.2
25
+ - @akinon/pz-masterpass-rest@2.0.19-rc.2
26
+ - @akinon/pz-multi-basket@2.0.19-rc.2
27
+ - @akinon/pz-one-click-checkout@2.0.19-rc.2
28
+ - @akinon/pz-otp@2.0.19-rc.2
29
+ - @akinon/pz-pay-on-delivery@2.0.19-rc.2
30
+ - @akinon/pz-saved-card@2.0.19-rc.2
31
+ - @akinon/pz-similar-products@2.0.19-rc.2
32
+ - @akinon/pz-tamara-extension@2.0.19-rc.2
33
+ - @akinon/pz-theme@2.0.19-rc.2
34
+ - @akinon/pz-virtual-try-on@2.0.19-rc.2
35
+
36
+ ## 2.0.19-rc.1
37
+
38
+ ### Patch Changes
39
+
40
+ - ccf21475: ZERO-4404: Add Next.js 16.2 AI improvements
41
+ - @akinon/next@2.0.19-rc.1
42
+ - @akinon/pz-akifast@2.0.19-rc.1
43
+ - @akinon/pz-apple-pay@2.0.19-rc.1
44
+ - @akinon/pz-b2b@2.0.19-rc.1
45
+ - @akinon/pz-basket-gift-pack@2.0.19-rc.1
46
+ - @akinon/pz-bkm@2.0.19-rc.1
47
+ - @akinon/pz-checkout-gift-pack@2.0.19-rc.1
48
+ - @akinon/pz-click-collect@2.0.19-rc.1
49
+ - @akinon/pz-credit-payment@2.0.19-rc.1
50
+ - @akinon/pz-cybersource-uc@2.0.19-rc.1
51
+ - @akinon/pz-flow-payment@2.0.19-rc.1
52
+ - @akinon/pz-google-pay@2.0.19-rc.1
53
+ - @akinon/pz-gpay@2.0.19-rc.1
54
+ - @akinon/pz-haso@2.0.19-rc.1
55
+ - @akinon/pz-hepsipay@2.0.19-rc.1
56
+ - @akinon/pz-masterpass@2.0.19-rc.1
57
+ - @akinon/pz-masterpass-rest@2.0.19-rc.1
58
+ - @akinon/pz-multi-basket@2.0.19-rc.1
59
+ - @akinon/pz-one-click-checkout@2.0.19-rc.1
60
+ - @akinon/pz-otp@2.0.19-rc.1
61
+ - @akinon/pz-pay-on-delivery@2.0.19-rc.1
62
+ - @akinon/pz-saved-card@2.0.19-rc.1
63
+ - @akinon/pz-similar-products@2.0.19-rc.1
64
+ - @akinon/pz-tabby-extension@2.0.19-rc.1
65
+ - @akinon/pz-tamara-extension@2.0.19-rc.1
66
+ - @akinon/pz-theme@2.0.19-rc.1
67
+ - @akinon/pz-virtual-try-on@2.0.19-rc.1
68
+
3
69
  ## 2.0.19-rc.0
4
70
 
5
71
  ### Patch Changes
@@ -36,6 +36,9 @@ const nextConfig = {
36
36
  ]
37
37
  }
38
38
  ];
39
+ },
40
+ logging: {
41
+ browserToTerminal: 'error'
39
42
  }
40
43
  };
41
44
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projectzeronext",
3
- "version": "2.0.19-rc.0",
3
+ "version": "2.0.19-rc.2",
4
4
  "private": true,
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -24,33 +24,33 @@
24
24
  "test:middleware": "jest middleware-matcher.test.ts --bail"
25
25
  },
26
26
  "dependencies": {
27
- "@akinon/next": "2.0.19-rc.0",
28
- "@akinon/pz-akifast": "2.0.19-rc.0",
29
- "@akinon/pz-apple-pay": "2.0.19-rc.0",
30
- "@akinon/pz-b2b": "2.0.19-rc.0",
31
- "@akinon/pz-basket-gift-pack": "2.0.19-rc.0",
32
- "@akinon/pz-bkm": "2.0.19-rc.0",
33
- "@akinon/pz-checkout-gift-pack": "2.0.19-rc.0",
34
- "@akinon/pz-click-collect": "2.0.19-rc.0",
35
- "@akinon/pz-credit-payment": "2.0.19-rc.0",
36
- "@akinon/pz-cybersource-uc": "2.0.19-rc.0",
37
- "@akinon/pz-flow-payment": "2.0.19-rc.0",
38
- "@akinon/pz-google-pay": "2.0.19-rc.0",
39
- "@akinon/pz-gpay": "2.0.19-rc.0",
40
- "@akinon/pz-haso": "2.0.19-rc.0",
41
- "@akinon/pz-hepsipay": "2.0.19-rc.0",
42
- "@akinon/pz-masterpass": "2.0.19-rc.0",
43
- "@akinon/pz-masterpass-rest": "2.0.19-rc.0",
44
- "@akinon/pz-multi-basket": "2.0.19-rc.0",
45
- "@akinon/pz-one-click-checkout": "2.0.19-rc.0",
46
- "@akinon/pz-otp": "2.0.19-rc.0",
47
- "@akinon/pz-pay-on-delivery": "2.0.19-rc.0",
48
- "@akinon/pz-saved-card": "2.0.19-rc.0",
49
- "@akinon/pz-similar-products": "2.0.19-rc.0",
50
- "@akinon/pz-tabby-extension": "2.0.19-rc.0",
51
- "@akinon/pz-tamara-extension": "2.0.19-rc.0",
52
- "@akinon/pz-theme": "2.0.19-rc.0",
53
- "@akinon/pz-virtual-try-on": "2.0.19-rc.0",
27
+ "@akinon/next": "2.0.19-rc.2",
28
+ "@akinon/pz-akifast": "2.0.19-rc.2",
29
+ "@akinon/pz-apple-pay": "2.0.19-rc.2",
30
+ "@akinon/pz-b2b": "2.0.19-rc.2",
31
+ "@akinon/pz-basket-gift-pack": "2.0.19-rc.2",
32
+ "@akinon/pz-bkm": "2.0.19-rc.2",
33
+ "@akinon/pz-checkout-gift-pack": "2.0.19-rc.2",
34
+ "@akinon/pz-click-collect": "2.0.19-rc.2",
35
+ "@akinon/pz-credit-payment": "2.0.19-rc.2",
36
+ "@akinon/pz-cybersource-uc": "2.0.19-rc.2",
37
+ "@akinon/pz-flow-payment": "2.0.19-rc.2",
38
+ "@akinon/pz-google-pay": "2.0.19-rc.2",
39
+ "@akinon/pz-gpay": "2.0.19-rc.2",
40
+ "@akinon/pz-haso": "2.0.19-rc.2",
41
+ "@akinon/pz-hepsipay": "2.0.19-rc.2",
42
+ "@akinon/pz-masterpass": "2.0.19-rc.2",
43
+ "@akinon/pz-masterpass-rest": "2.0.19-rc.2",
44
+ "@akinon/pz-multi-basket": "2.0.19-rc.2",
45
+ "@akinon/pz-one-click-checkout": "2.0.19-rc.2",
46
+ "@akinon/pz-otp": "2.0.19-rc.2",
47
+ "@akinon/pz-pay-on-delivery": "2.0.19-rc.2",
48
+ "@akinon/pz-saved-card": "2.0.19-rc.2",
49
+ "@akinon/pz-similar-products": "2.0.19-rc.2",
50
+ "@akinon/pz-tabby-extension": "2.0.19-rc.2",
51
+ "@akinon/pz-tamara-extension": "2.0.19-rc.2",
52
+ "@akinon/pz-theme": "2.0.19-rc.2",
53
+ "@akinon/pz-virtual-try-on": "2.0.19-rc.2",
54
54
  "@hookform/resolvers": "2.9.0",
55
55
  "@next/third-parties": "16.2.6",
56
56
  "@react-google-maps/api": "2.17.1",
@@ -74,7 +74,7 @@
74
74
  "yup": "0.32.11"
75
75
  },
76
76
  "devDependencies": {
77
- "@akinon/eslint-plugin-projectzero": "2.0.19-rc.0",
77
+ "@akinon/eslint-plugin-projectzero": "2.0.19-rc.2",
78
78
  "@semantic-release/changelog": "6.0.2",
79
79
  "@semantic-release/exec": "6.0.3",
80
80
  "@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.19-rc.0",
3
+ "version": "2.0.19-rc.2",
4
4
  "private": false,
5
5
  "description": "CLI tool to manage your Project Zero Next project",
6
6
  "bin": {