@awsless/cli 0.0.46-next.3 → 0.0.46-next.4
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 -0
- package/package.json +9 -9
package/dist/bin.js
CHANGED
|
@@ -10852,6 +10852,7 @@ var buildAssets = async (builders, stackFilters, showResult = false) => {
|
|
|
10852
10852
|
if (filteredBuilders.length === 0) {
|
|
10853
10853
|
return;
|
|
10854
10854
|
}
|
|
10855
|
+
filteredBuilders.sort((a, b) => Number(a.type === "bundle") - Number(b.type === "bundle"));
|
|
10855
10856
|
const results = [];
|
|
10856
10857
|
await log10.task({
|
|
10857
10858
|
initialMessage: `Building assets...`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awsless/cli",
|
|
3
|
-
"version": "0.0.46-next.
|
|
3
|
+
"version": "0.0.46-next.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -83,23 +83,23 @@
|
|
|
83
83
|
"zod": "^3.24.2",
|
|
84
84
|
"zod-to-json-schema": "^3.24.3",
|
|
85
85
|
"@awsless/big-float": "^0.1.7",
|
|
86
|
-
"@awsless/cloudwatch": "^0.0.1",
|
|
87
|
-
"@awsless/duration": "^0.0.4",
|
|
88
86
|
"@awsless/clui": "^0.0.9",
|
|
87
|
+
"@awsless/cloudwatch": "^0.0.1",
|
|
89
88
|
"@awsless/dynamodb": "^0.3.21",
|
|
90
89
|
"@awsless/iot": "^0.0.5",
|
|
91
90
|
"@awsless/json": "^0.0.11",
|
|
92
|
-
"@awsless/
|
|
91
|
+
"@awsless/lambda": "^0.0.45",
|
|
93
92
|
"@awsless/redis": "^0.1.13",
|
|
94
|
-
"@awsless/size": "^0.0.2",
|
|
95
93
|
"@awsless/scheduler": "^0.0.4",
|
|
96
|
-
"@awsless/
|
|
94
|
+
"@awsless/s3": "^0.0.21",
|
|
95
|
+
"@awsless/size": "^0.0.2",
|
|
96
|
+
"@awsless/ts-file-cache": "^0.0.16",
|
|
97
97
|
"@awsless/sqs": "^0.0.24",
|
|
98
|
-
"@awsless/sns": "^0.0.10",
|
|
99
|
-
"@awsless/validate": "^0.1.7",
|
|
100
98
|
"awsless": "^0.0.15-next.0",
|
|
101
99
|
"@awsless/weak-cache": "^0.0.1",
|
|
102
|
-
"@awsless/
|
|
100
|
+
"@awsless/sns": "^0.0.10",
|
|
101
|
+
"@awsless/validate": "^0.1.7",
|
|
102
|
+
"@awsless/duration": "^0.0.4"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
105
|
"@hono/node-server": "1.19.9",
|