@awsless/awsless 0.0.58 → 0.0.59
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/dist/bin.js +1 -1
- package/package.json +3 -3
package/dist/bin.js
CHANGED
|
@@ -5266,8 +5266,8 @@ var sitePlugin = definePlugin({
|
|
|
5266
5266
|
properties: {
|
|
5267
5267
|
key: (/* @__PURE__ */ new Date()).toISOString(),
|
|
5268
5268
|
distributionId: distribution.id,
|
|
5269
|
-
waitForInvalidation: false,
|
|
5270
5269
|
paths: ["/*"]
|
|
5270
|
+
// waitForInvalidation: false,
|
|
5271
5271
|
}
|
|
5272
5272
|
}).dependsOn(distribution);
|
|
5273
5273
|
if (props.static) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awsless/awsless",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.59",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"@awsless/lambda": "^0.0.6",
|
|
27
|
-
"@awsless/
|
|
27
|
+
"@awsless/sns": "^0.0.6",
|
|
28
28
|
"@awsless/ssm": "^0.0.7",
|
|
29
|
-
"@awsless/
|
|
29
|
+
"@awsless/sqs": "^0.0.6"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@aws-sdk/client-cloudformation": "^3.369.0",
|