@awsless/cli 0.0.25 → 0.0.26
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
|
@@ -5166,7 +5166,7 @@ import {
|
|
|
5166
5166
|
import type { Mock } from 'vitest'
|
|
5167
5167
|
|
|
5168
5168
|
type Func = (...args: any[]) => any
|
|
5169
|
-
type Payload<F extends Func> = Parameters<F>[0]
|
|
5169
|
+
type Payload<F extends Func> = Parameters<F>[0]['Records'][number]['body']
|
|
5170
5170
|
|
|
5171
5171
|
type Required<T> = T & { groupId: string; deduplicationId: string }
|
|
5172
5172
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awsless/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -86,24 +86,24 @@
|
|
|
86
86
|
"zip-a-folder": "^3.1.6",
|
|
87
87
|
"zod": "^3.24.2",
|
|
88
88
|
"zod-to-json-schema": "^3.24.3",
|
|
89
|
+
"@awsless/big-float": "^0.1.6",
|
|
89
90
|
"@awsless/cloudwatch": "^0.0.1",
|
|
90
91
|
"@awsless/duration": "^0.0.4",
|
|
92
|
+
"@awsless/clui": "^0.0.8",
|
|
91
93
|
"@awsless/dynamodb": "^0.3.21",
|
|
92
94
|
"@awsless/iot": "^0.0.5",
|
|
93
95
|
"@awsless/json": "^0.0.11",
|
|
94
96
|
"@awsless/lambda": "^0.0.44",
|
|
97
|
+
"@awsless/redis": "^0.1.9",
|
|
95
98
|
"@awsless/s3": "^0.0.21",
|
|
96
99
|
"@awsless/scheduler": "^0.0.4",
|
|
97
100
|
"@awsless/size": "^0.0.2",
|
|
98
101
|
"@awsless/sns": "^0.0.10",
|
|
99
102
|
"@awsless/sqs": "^0.0.22",
|
|
100
|
-
"@awsless/ts-file-cache": "^0.0.16",
|
|
101
|
-
"@awsless/big-float": "^0.1.6",
|
|
102
|
-
"@awsless/redis": "^0.1.9",
|
|
103
103
|
"@awsless/validate": "^0.1.7",
|
|
104
|
-
"@awsless/
|
|
105
|
-
"awsless": "^0.0.
|
|
106
|
-
"@awsless/
|
|
104
|
+
"@awsless/ts-file-cache": "^0.0.16",
|
|
105
|
+
"awsless": "^0.0.9",
|
|
106
|
+
"@awsless/weak-cache": "^0.0.1"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
109
|
"@hono/node-server": "1.19.9",
|