@akinon/projectzero 1.43.0 → 1.44.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 +6 -0
- package/app-template/CHANGELOG.md +18 -0
- package/app-template/build.sh +0 -0
- package/app-template/package.json +15 -15
- package/commands/create.ts +2 -0
- package/dist/commands/create.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
+
## 1.44.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @akinon/next@1.44.0
|
|
8
|
+
- @akinon/pz-akifast@1.44.0
|
|
9
|
+
- @akinon/pz-b2b@1.44.0
|
|
10
|
+
- @akinon/pz-basket-gift-pack@1.44.0
|
|
11
|
+
- @akinon/pz-bkm@1.44.0
|
|
12
|
+
- @akinon/pz-checkout-gift-pack@1.44.0
|
|
13
|
+
- @akinon/pz-click-collect@1.44.0
|
|
14
|
+
- @akinon/pz-credit-payment@1.44.0
|
|
15
|
+
- @akinon/pz-gpay@1.44.0
|
|
16
|
+
- @akinon/pz-masterpass@1.44.0
|
|
17
|
+
- @akinon/pz-one-click-checkout@1.44.0
|
|
18
|
+
- @akinon/pz-otp@1.44.0
|
|
19
|
+
- @akinon/pz-pay-on-delivery@1.44.0
|
|
20
|
+
|
|
3
21
|
## 1.43.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
package/app-template/build.sh
CHANGED
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projectzeronext",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.44.0",
|
|
4
4
|
"private": true,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
"prestart": "pz-prestart"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@akinon/next": "1.
|
|
26
|
-
"@akinon/pz-akifast": "1.
|
|
27
|
-
"@akinon/pz-b2b": "1.
|
|
28
|
-
"@akinon/pz-basket-gift-pack": "1.
|
|
29
|
-
"@akinon/pz-bkm": "1.
|
|
30
|
-
"@akinon/pz-checkout-gift-pack": "1.
|
|
31
|
-
"@akinon/pz-click-collect": "1.
|
|
32
|
-
"@akinon/pz-credit-payment": "1.
|
|
33
|
-
"@akinon/pz-gpay": "1.
|
|
34
|
-
"@akinon/pz-masterpass": "1.
|
|
35
|
-
"@akinon/pz-one-click-checkout": "1.
|
|
36
|
-
"@akinon/pz-otp": "1.
|
|
37
|
-
"@akinon/pz-pay-on-delivery": "1.
|
|
25
|
+
"@akinon/next": "1.44.0",
|
|
26
|
+
"@akinon/pz-akifast": "1.44.0",
|
|
27
|
+
"@akinon/pz-b2b": "1.44.0",
|
|
28
|
+
"@akinon/pz-basket-gift-pack": "1.44.0",
|
|
29
|
+
"@akinon/pz-bkm": "1.44.0",
|
|
30
|
+
"@akinon/pz-checkout-gift-pack": "1.44.0",
|
|
31
|
+
"@akinon/pz-click-collect": "1.44.0",
|
|
32
|
+
"@akinon/pz-credit-payment": "1.44.0",
|
|
33
|
+
"@akinon/pz-gpay": "1.44.0",
|
|
34
|
+
"@akinon/pz-masterpass": "1.44.0",
|
|
35
|
+
"@akinon/pz-one-click-checkout": "1.44.0",
|
|
36
|
+
"@akinon/pz-otp": "1.44.0",
|
|
37
|
+
"@akinon/pz-pay-on-delivery": "1.44.0",
|
|
38
38
|
"@hookform/resolvers": "2.9.0",
|
|
39
39
|
"@next/third-parties": "14.1.0",
|
|
40
40
|
"@react-google-maps/api": "2.17.1",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"yup": "0.32.11"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@akinon/eslint-plugin-projectzero": "1.
|
|
62
|
+
"@akinon/eslint-plugin-projectzero": "1.44.0",
|
|
63
63
|
"@semantic-release/changelog": "6.0.2",
|
|
64
64
|
"@semantic-release/exec": "6.0.3",
|
|
65
65
|
"@semantic-release/git": "10.0.1",
|
package/commands/create.ts
CHANGED
|
@@ -156,6 +156,8 @@ export default async (): Promise<void> => {
|
|
|
156
156
|
createEnvironmentFile(projectDir);
|
|
157
157
|
checkGitignore(projectDir);
|
|
158
158
|
|
|
159
|
+
fs.chmodSync(path.join(projectDir, 'build.sh'), 0o711);
|
|
160
|
+
|
|
159
161
|
if (answers.projectDescription) {
|
|
160
162
|
updateFileContents(path.join(projectDir, 'akinon.json'), {
|
|
161
163
|
description: answers.projectDescription
|
package/dist/commands/create.js
CHANGED
|
@@ -140,6 +140,7 @@ exports.default = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
140
140
|
updatePluginsFile(projectDir);
|
|
141
141
|
createEnvironmentFile(projectDir);
|
|
142
142
|
checkGitignore(projectDir);
|
|
143
|
+
fs.chmodSync(path_1.default.join(projectDir, 'build.sh'), 0o711);
|
|
143
144
|
if (answers.projectDescription) {
|
|
144
145
|
updateFileContents(path_1.default.join(projectDir, 'akinon.json'), {
|
|
145
146
|
description: answers.projectDescription
|