@awsless/awsless 0.0.129 → 0.0.130
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/features/cognito-client-secret/bundle.zip +0 -0
- package/dist/features/delete-bucket/bundle.zip +0 -0
- package/dist/features/delete-hosted-zone/bundle.zip +0 -0
- package/dist/features/global-exports/bundle.zip +0 -0
- package/dist/features/invalidate-cache/bundle.zip +0 -0
- package/dist/features/upload-bucket-asset/bundle.zip +0 -0
- package/dist/index.js +1 -1
- package/package.json +5 -5
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -125,7 +125,7 @@ import {
|
|
|
125
125
|
import { constantCase as constantCase2 } from "change-case";
|
|
126
126
|
var getQueueName = getLocalResourceName;
|
|
127
127
|
var getQueueUrl = (name, stack = STACK) => {
|
|
128
|
-
return process.env[`QUEUE_${constantCase2(stack)}_${constantCase2(name)}_URL`]
|
|
128
|
+
return process.env[`QUEUE_${constantCase2(stack)}_${constantCase2(name)}_URL`];
|
|
129
129
|
};
|
|
130
130
|
var Queue = /* @__PURE__ */ createProxy((stack) => {
|
|
131
131
|
return createProxy((queue2) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awsless/awsless",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.130",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@awsless/lambda": "^0.0.15",
|
|
32
|
-
"@awsless/sns": "^0.0.7",
|
|
33
32
|
"@awsless/redis": "^0.0.10",
|
|
34
|
-
"@awsless/
|
|
33
|
+
"@awsless/sns": "^0.0.7",
|
|
35
34
|
"@awsless/sqs": "^0.0.7",
|
|
36
|
-
"@awsless/
|
|
37
|
-
"@awsless/validate": "^0.0.10"
|
|
35
|
+
"@awsless/ssm": "^0.0.7",
|
|
36
|
+
"@awsless/validate": "^0.0.10",
|
|
37
|
+
"@awsless/weak-cache": "^0.0.1"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@aws-appsync/utils": "^1.5.0",
|