@goldstack/template-nextjs 0.5.66 → 0.5.68
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/README.md +1 -0
- package/dist/src/schemas/configSchema.json +4 -16
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -67,9 +67,7 @@
|
|
|
67
67
|
"type": "array"
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
|
-
"required": [
|
|
71
|
-
"deployments"
|
|
72
|
-
],
|
|
70
|
+
"required": ["deployments"],
|
|
73
71
|
"title": "NextJs App Infrastructure",
|
|
74
72
|
"type": "object"
|
|
75
73
|
},
|
|
@@ -80,9 +78,7 @@
|
|
|
80
78
|
"$ref": "#/definitions/NextJsInfrastructureConfiguration"
|
|
81
79
|
}
|
|
82
80
|
},
|
|
83
|
-
"required": [
|
|
84
|
-
"infrastructure"
|
|
85
|
-
],
|
|
81
|
+
"required": ["infrastructure"],
|
|
86
82
|
"title": "NextJs Configuration",
|
|
87
83
|
"type": "object"
|
|
88
84
|
},
|
|
@@ -146,10 +142,7 @@
|
|
|
146
142
|
"type": "string"
|
|
147
143
|
}
|
|
148
144
|
},
|
|
149
|
-
"required": [
|
|
150
|
-
"name",
|
|
151
|
-
"value"
|
|
152
|
-
],
|
|
145
|
+
"required": ["name", "value"],
|
|
153
146
|
"title": "NextJs Environment Variable",
|
|
154
147
|
"type": "object"
|
|
155
148
|
},
|
|
@@ -170,12 +163,7 @@
|
|
|
170
163
|
"$ref": "#/definitions/TemplateVersion"
|
|
171
164
|
}
|
|
172
165
|
},
|
|
173
|
-
"required": [
|
|
174
|
-
"configuration",
|
|
175
|
-
"name",
|
|
176
|
-
"template",
|
|
177
|
-
"templateVersion"
|
|
178
|
-
],
|
|
166
|
+
"required": ["configuration", "name", "template", "templateVersion"],
|
|
179
167
|
"title": "NextJs Package",
|
|
180
168
|
"type": "object"
|
|
181
169
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/template-nextjs",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.68",
|
|
4
4
|
"description": "Building blocks for deploying Next.js applications to AWS using S3 and CloudFront",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -48,19 +48,19 @@
|
|
|
48
48
|
"version:apply:force": "yarn version $@ && yarn version apply"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@goldstack/infra": "0.4.
|
|
52
|
-
"@goldstack/infra-aws": "0.4.
|
|
53
|
-
"@goldstack/template-static-website-aws": "0.5.
|
|
54
|
-
"@goldstack/utils-aws-cli": "0.4.
|
|
55
|
-
"@goldstack/utils-aws-lambda": "0.3.
|
|
56
|
-
"@goldstack/utils-cli": "0.3.
|
|
57
|
-
"@goldstack/utils-config": "0.4.
|
|
58
|
-
"@goldstack/utils-log": "0.3.
|
|
59
|
-
"@goldstack/utils-package": "0.4.
|
|
60
|
-
"@goldstack/utils-package-config": "0.4.
|
|
61
|
-
"@goldstack/utils-sh": "0.5.
|
|
62
|
-
"@goldstack/utils-template": "0.4.
|
|
63
|
-
"@goldstack/utils-terraform": "0.4.
|
|
51
|
+
"@goldstack/infra": "0.4.27",
|
|
52
|
+
"@goldstack/infra-aws": "0.4.40",
|
|
53
|
+
"@goldstack/template-static-website-aws": "0.5.57",
|
|
54
|
+
"@goldstack/utils-aws-cli": "0.4.41",
|
|
55
|
+
"@goldstack/utils-aws-lambda": "0.3.52",
|
|
56
|
+
"@goldstack/utils-cli": "0.3.21",
|
|
57
|
+
"@goldstack/utils-config": "0.4.27",
|
|
58
|
+
"@goldstack/utils-log": "0.3.23",
|
|
59
|
+
"@goldstack/utils-package": "0.4.27",
|
|
60
|
+
"@goldstack/utils-package-config": "0.4.27",
|
|
61
|
+
"@goldstack/utils-sh": "0.5.26",
|
|
62
|
+
"@goldstack/utils-template": "0.4.27",
|
|
63
|
+
"@goldstack/utils-terraform": "0.4.52",
|
|
64
64
|
"esbuild": "^0.25.6",
|
|
65
65
|
"glob": "^8.0.3",
|
|
66
66
|
"source-map-support": "^0.5.21",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@aws-sdk/types": "^3.893.0",
|
|
71
71
|
"@goldstack/utils-docs-cli": "0.3.11",
|
|
72
|
-
"@goldstack/utils-git": "0.2.
|
|
73
|
-
"@goldstack/utils-package-config-generate": "0.3.
|
|
72
|
+
"@goldstack/utils-git": "0.2.17",
|
|
73
|
+
"@goldstack/utils-package-config-generate": "0.3.18",
|
|
74
74
|
"@swc/core": "^1.12.11",
|
|
75
75
|
"@swc/jest": "^0.2.39",
|
|
76
76
|
"@types/glob": "^8.1.0",
|