@awsless/awsless 0.0.397 → 0.0.398
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/prebuild/rpc/bundle.zip +0 -0
- package/dist/server.js +1 -1
- package/package.json +7 -7
|
Binary file
|
package/dist/server.js
CHANGED
|
@@ -328,7 +328,7 @@ var loadConfigData = /* @__NO_SIDE_EFFECTS__ */ async () => {
|
|
|
328
328
|
if (keys.length > 0) {
|
|
329
329
|
const paths = {};
|
|
330
330
|
for (const key of keys) {
|
|
331
|
-
paths[key] = getConfigName(key);
|
|
331
|
+
paths[paramCase2(key)] = getConfigName(key);
|
|
332
332
|
}
|
|
333
333
|
return ssm(paths);
|
|
334
334
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awsless/awsless",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.398",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@awsless/iot": "^0.0.2",
|
|
32
32
|
"@awsless/lambda": "^0.0.27",
|
|
33
|
-
"@awsless/
|
|
33
|
+
"@awsless/open-search": "^0.0.15",
|
|
34
34
|
"@awsless/mqtt": "^0.0.2",
|
|
35
|
+
"@awsless/redis": "^0.0.13",
|
|
36
|
+
"@awsless/s3": "^0.0.18",
|
|
35
37
|
"@awsless/sns": "^0.0.7",
|
|
36
|
-
"@awsless/sqs": "^0.0.7",
|
|
37
38
|
"@awsless/validate": "^0.0.16",
|
|
38
39
|
"@awsless/ssm": "^0.0.7",
|
|
39
|
-
"@awsless/s3": "^0.0.18",
|
|
40
40
|
"@awsless/weak-cache": "^0.0.1",
|
|
41
|
-
"@awsless/
|
|
41
|
+
"@awsless/sqs": "^0.0.7"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@arcanyx/cidr-slicer": "^0.3.0",
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
"@awsless/formation": "^0.0.57",
|
|
118
118
|
"@awsless/size": "^0.0.1",
|
|
119
119
|
"@awsless/validate": "^0.0.16",
|
|
120
|
-
"@awsless/
|
|
121
|
-
"@awsless/
|
|
120
|
+
"@awsless/ts-file-cache": "^0.0.10",
|
|
121
|
+
"@awsless/graphql": "^0.0.9"
|
|
122
122
|
},
|
|
123
123
|
"devDependencies": {
|
|
124
124
|
"@node-rs/bcrypt": "^1.10.5"
|