@awsless/awsless 0.0.243 → 0.0.245

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.
Files changed (2) hide show
  1. package/dist/bin.js +1 -1
  2. package/package.json +8 -8
package/dist/bin.js CHANGED
@@ -3093,7 +3093,7 @@ var pubsubFeature = defineFeature({
3093
3093
  onApp(ctx) {
3094
3094
  ctx.onFunction(({ policy }) => {
3095
3095
  policy.addStatement({
3096
- actions: ["iot:publish"],
3096
+ actions: ["iot-data:publish"],
3097
3097
  resources: [`arn:aws:iot:${ctx.appConfig.region}:${ctx.accountId}:rule/*`]
3098
3098
  });
3099
3099
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/awsless",
3
- "version": "0.0.243",
3
+ "version": "0.0.245",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -28,14 +28,14 @@
28
28
  }
29
29
  },
30
30
  "peerDependencies": {
31
- "@awsless/lambda": "^0.0.19",
32
31
  "@awsless/open-search": "^0.0.12",
32
+ "@awsless/redis": "^0.0.12",
33
+ "@awsless/lambda": "^0.0.19",
33
34
  "@awsless/s3": "^0.0.10",
35
+ "@awsless/sqs": "^0.0.7",
36
+ "@awsless/ssm": "^0.0.7",
34
37
  "@awsless/sns": "^0.0.7",
35
38
  "@awsless/validate": "^0.0.14",
36
- "@awsless/ssm": "^0.0.7",
37
- "@awsless/redis": "^0.0.12",
38
- "@awsless/sqs": "^0.0.7",
39
39
  "@awsless/weak-cache": "^0.0.1"
40
40
  },
41
41
  "dependencies": {
@@ -97,11 +97,11 @@
97
97
  "wrap-ansi": "^8.1.0",
98
98
  "zod": "^3.21.4",
99
99
  "zod-to-json-schema": "^3.22.3",
100
- "@awsless/formation": "^0.0.26",
101
- "@awsless/graphql": "^0.0.9",
102
100
  "@awsless/duration": "^0.0.1",
103
- "@awsless/size": "^0.0.1",
101
+ "@awsless/formation": "^0.0.27",
102
+ "@awsless/graphql": "^0.0.9",
104
103
  "@awsless/validate": "^0.0.14",
104
+ "@awsless/size": "^0.0.1",
105
105
  "@awsless/code": "^0.0.10"
106
106
  },
107
107
  "scripts": {