@awsless/awsless 0.0.614 → 0.0.616
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
CHANGED
|
@@ -349,6 +349,9 @@ var createCloudFrontProvider = ({ credentials, region }) => {
|
|
|
349
349
|
distributionId: z2.string(),
|
|
350
350
|
paths: z2.string().array().min(1)
|
|
351
351
|
}).parse(props.proposedState);
|
|
352
|
+
console.log("");
|
|
353
|
+
console.log("state.distributionId", state2.distributionId);
|
|
354
|
+
console.log("");
|
|
352
355
|
const result = await cloudFront.send(
|
|
353
356
|
new CreateInvalidationCommand({
|
|
354
357
|
DistributionId: state2.distributionId,
|
|
@@ -5120,13 +5123,7 @@ var siteFeature = defineFeature({
|
|
|
5120
5123
|
if (props.build) {
|
|
5121
5124
|
const buildProps = props.build;
|
|
5122
5125
|
ctx.registerBuild("site", name, async (build3) => {
|
|
5123
|
-
console.log("");
|
|
5124
|
-
console.log("START SITE BUILD", name);
|
|
5125
|
-
console.log("");
|
|
5126
5126
|
const fingerprint = await generateCacheKey(buildProps.cacheKey);
|
|
5127
|
-
console.log("");
|
|
5128
|
-
console.log("fingerprint", fingerprint);
|
|
5129
|
-
console.log("");
|
|
5130
5127
|
return build3(fingerprint, async (write) => {
|
|
5131
5128
|
const credentialProvider = await getCredentials(ctx.appConfig.profile);
|
|
5132
5129
|
const credentials = await credentialProvider();
|
|
@@ -5149,10 +5146,6 @@ var siteFeature = defineFeature({
|
|
|
5149
5146
|
for (const name2 of ctx.stackConfig.configs ?? []) {
|
|
5150
5147
|
env[`CONFIG_${constantCase10(name2)}`] = name2;
|
|
5151
5148
|
}
|
|
5152
|
-
console.log("");
|
|
5153
|
-
console.log("CMD", buildProps.command.split(" "));
|
|
5154
|
-
console.log("CWD", cwd);
|
|
5155
|
-
console.log("");
|
|
5156
5149
|
const instance = Bun.spawn(buildProps.command.split(" "), {
|
|
5157
5150
|
cwd,
|
|
5158
5151
|
env,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awsless/awsless",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.616",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -34,22 +34,22 @@
|
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@awsless/big-float": "^0.1.5",
|
|
37
|
-
"@awsless/cloudwatch": "^0.0.1",
|
|
38
37
|
"@awsless/clui": "^0.0.8",
|
|
38
|
+
"@awsless/cloudwatch": "^0.0.1",
|
|
39
39
|
"@awsless/duration": "^0.0.4",
|
|
40
|
+
"@awsless/dynamodb": "^0.3.8",
|
|
40
41
|
"@awsless/json": "^0.0.10",
|
|
41
42
|
"@awsless/iot": "^0.0.3",
|
|
42
|
-
"@awsless/dynamodb": "^0.3.8",
|
|
43
43
|
"@awsless/lambda": "^0.0.35",
|
|
44
44
|
"@awsless/mqtt": "^0.0.2",
|
|
45
|
-
"@awsless/redis": "^0.0.14",
|
|
46
45
|
"@awsless/open-search": "^0.0.21",
|
|
46
|
+
"@awsless/redis": "^0.0.14",
|
|
47
47
|
"@awsless/s3": "^0.0.21",
|
|
48
48
|
"@awsless/sns": "^0.0.10",
|
|
49
|
-
"@awsless/
|
|
49
|
+
"@awsless/validate": "^0.1.3",
|
|
50
50
|
"@awsless/ssm": "^0.0.7",
|
|
51
|
-
"@awsless/
|
|
52
|
-
"@awsless/
|
|
51
|
+
"@awsless/sqs": "^0.0.16",
|
|
52
|
+
"@awsless/weak-cache": "^0.0.1"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@arcanyx/cidr-slicer": "^0.3.0",
|
|
@@ -141,14 +141,14 @@
|
|
|
141
141
|
"zod-to-json-schema": "^3.24.3",
|
|
142
142
|
"@awsless/big-float": "^0.1.5",
|
|
143
143
|
"@awsless/cloudwatch": "^0.0.1",
|
|
144
|
-
"@awsless/clui": "^0.0.8",
|
|
145
|
-
"@awsless/duration": "^0.0.4",
|
|
146
144
|
"@awsless/json": "^0.0.10",
|
|
147
145
|
"@awsless/scheduler": "^0.0.4",
|
|
148
|
-
"@awsless/
|
|
149
|
-
"@awsless/graphql": "^0.0.9",
|
|
146
|
+
"@awsless/duration": "^0.0.4",
|
|
150
147
|
"@awsless/size": "^0.0.2",
|
|
151
|
-
"@awsless/validate": "^0.1.3"
|
|
148
|
+
"@awsless/validate": "^0.1.3",
|
|
149
|
+
"@awsless/graphql": "^0.0.9",
|
|
150
|
+
"@awsless/clui": "^0.0.8",
|
|
151
|
+
"@awsless/ts-file-cache": "^0.0.12"
|
|
152
152
|
},
|
|
153
153
|
"devDependencies": {
|
|
154
154
|
"@hono/node-server": "1.19.9",
|