@awsless/cli 0.0.25 → 0.0.27

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
 
@@ -8290,7 +8290,7 @@ var instanceFeature = defineFeature({
8290
8290
  ],
8291
8291
  resources: [queue2.arn]
8292
8292
  });
8293
- ctx.addStackPermission({
8293
+ ctx.addGlobalPermission({
8294
8294
  actions: ["sqs:SendMessage", "sqs:GetQueueUrl", "sqs:GetQueueAttributes"],
8295
8295
  resources: [queue2.arn]
8296
8296
  });
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.25",
3
+ "version": "0.0.27",
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
- "@awsless/duration": "^0.0.4",
91
91
  "@awsless/dynamodb": "^0.3.21",
92
92
  "@awsless/iot": "^0.0.5",
93
- "@awsless/json": "^0.0.11",
93
+ "@awsless/duration": "^0.0.4",
94
+ "@awsless/redis": "^0.1.9",
94
95
  "@awsless/lambda": "^0.0.44",
96
+ "@awsless/clui": "^0.0.8",
97
+ "@awsless/json": "^0.0.11",
95
98
  "@awsless/s3": "^0.0.21",
96
- "@awsless/scheduler": "^0.0.4",
97
99
  "@awsless/size": "^0.0.2",
98
- "@awsless/sns": "^0.0.10",
99
- "@awsless/sqs": "^0.0.22",
100
+ "@awsless/sqs": "^0.0.24",
100
101
  "@awsless/ts-file-cache": "^0.0.16",
101
- "@awsless/big-float": "^0.1.6",
102
- "@awsless/redis": "^0.1.9",
103
102
  "@awsless/validate": "^0.1.7",
103
+ "awsless": "^0.0.11",
104
+ "@awsless/sns": "^0.0.10",
104
105
  "@awsless/weak-cache": "^0.0.1",
105
- "awsless": "^0.0.8",
106
- "@awsless/clui": "^0.0.8"
106
+ "@awsless/scheduler": "^0.0.4"
107
107
  },
108
108
  "devDependencies": {
109
109
  "@hono/node-server": "1.19.9",