@awsless/awsless 0.0.296 → 0.0.297

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 +5 -5
package/dist/bin.js CHANGED
@@ -3707,7 +3707,7 @@ var pubsubFeature = defineFeature({
3707
3707
  ctx.onPolicy((policy) => {
3708
3708
  policy.addStatement({
3709
3709
  actions: [`iot:Publish`],
3710
- resources: [`arn:aws:iot:${ctx.appConfig.region}:${ctx.accountId}:rule/*`]
3710
+ resources: [`arn:aws:iot:${ctx.appConfig.region}:${ctx.accountId}:topic/*`]
3711
3711
  });
3712
3712
  });
3713
3713
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/awsless",
3
- "version": "0.0.296",
3
+ "version": "0.0.297",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -29,13 +29,13 @@
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@awsless/lambda": "^0.0.22",
32
- "@awsless/redis": "^0.0.12",
33
32
  "@awsless/open-search": "^0.0.12",
33
+ "@awsless/redis": "^0.0.12",
34
34
  "@awsless/s3": "^0.0.15",
35
35
  "@awsless/sns": "^0.0.7",
36
- "@awsless/validate": "^0.0.14",
37
36
  "@awsless/sqs": "^0.0.7",
38
37
  "@awsless/ssm": "^0.0.7",
38
+ "@awsless/validate": "^0.0.14",
39
39
  "@awsless/weak-cache": "^0.0.1"
40
40
  },
41
41
  "dependencies": {
@@ -105,11 +105,11 @@
105
105
  "zip-a-folder": "^3.1.6",
106
106
  "zod": "^3.21.4",
107
107
  "zod-to-json-schema": "^3.22.3",
108
- "@awsless/formation": "^0.0.38",
109
108
  "@awsless/duration": "^0.0.1",
109
+ "@awsless/formation": "^0.0.38",
110
+ "@awsless/graphql": "^0.0.9",
110
111
  "@awsless/size": "^0.0.1",
111
112
  "@awsless/validate": "^0.0.14",
112
- "@awsless/graphql": "^0.0.9",
113
113
  "@awsless/code": "^0.0.10"
114
114
  },
115
115
  "scripts": {