@awsless/awsless 0.0.459 → 0.0.460
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 -1
- package/dist/prebuild/rpc/bundle.zip +0 -0
- package/package.json +5 -5
package/dist/bin.js
CHANGED
|
@@ -3295,7 +3295,7 @@ var pubsubFeature = defineFeature({
|
|
|
3295
3295
|
sourceArn: authorizer.arn
|
|
3296
3296
|
});
|
|
3297
3297
|
ctx.bind(`PUBSUB_${constantCase5(id)}_AUTHORIZER`, name);
|
|
3298
|
-
const endpoint = $9.aws.iot.getEndpoint({
|
|
3298
|
+
const endpoint = $9.aws.iot.getEndpoint(group, "endpoint", {
|
|
3299
3299
|
endpointType: "iot:Data-ATS"
|
|
3300
3300
|
});
|
|
3301
3301
|
if (props.domain) {
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awsless/awsless",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.460",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@awsless/dynamodb": "^0.1.5",
|
|
32
|
-
"@awsless/iot": "^0.0.3",
|
|
33
32
|
"@awsless/json": "^0.0.8",
|
|
34
|
-
"@awsless/
|
|
33
|
+
"@awsless/iot": "^0.0.3",
|
|
35
34
|
"@awsless/lambda": "^0.0.31",
|
|
35
|
+
"@awsless/mqtt": "^0.0.2",
|
|
36
36
|
"@awsless/open-search": "^0.0.17",
|
|
37
37
|
"@awsless/redis": "^0.0.13",
|
|
38
38
|
"@awsless/sns": "^0.0.10",
|
|
39
39
|
"@awsless/s3": "^0.0.20",
|
|
40
|
+
"@awsless/weak-cache": "^0.0.1",
|
|
40
41
|
"@awsless/sqs": "^0.0.8",
|
|
41
42
|
"@awsless/ssm": "^0.0.7",
|
|
42
|
-
"@awsless/weak-cache": "^0.0.1",
|
|
43
43
|
"@awsless/validate": "^0.0.19"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
"zod-to-json-schema": "^3.24.3",
|
|
119
119
|
"@awsless/code": "^0.0.10",
|
|
120
120
|
"@awsless/duration": "^0.0.3",
|
|
121
|
-
"@awsless/formation": "^0.0.69",
|
|
122
121
|
"@awsless/graphql": "^0.0.9",
|
|
122
|
+
"@awsless/formation": "^0.0.70",
|
|
123
123
|
"@awsless/json": "^0.0.8",
|
|
124
124
|
"@awsless/size": "^0.0.2",
|
|
125
125
|
"@awsless/ts-file-cache": "^0.0.12",
|