@awsless/awsless 0.0.81 → 0.0.82
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/package.json +4 -4
package/dist/bin.js
CHANGED
|
@@ -2201,7 +2201,7 @@ var tablePlugin = definePlugin({
|
|
|
2201
2201
|
const list3 = new TypeObject();
|
|
2202
2202
|
for (const name of Object.keys(stack.tables || {})) {
|
|
2203
2203
|
const tableName = formatName(`${config.name}-${stack.name}-${name}`);
|
|
2204
|
-
list3.addType(name, tableName);
|
|
2204
|
+
list3.addType(name, `'${tableName}'`);
|
|
2205
2205
|
}
|
|
2206
2206
|
types2.addType(stack.name, list3.toString());
|
|
2207
2207
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awsless/awsless",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.82",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@awsless/lambda": "^0.0.6",
|
|
28
27
|
"@awsless/sns": "^0.0.6",
|
|
29
|
-
"@awsless/
|
|
30
|
-
"@awsless/sqs": "^0.0.6"
|
|
28
|
+
"@awsless/lambda": "^0.0.6",
|
|
29
|
+
"@awsless/sqs": "^0.0.6",
|
|
30
|
+
"@awsless/ssm": "^0.0.7"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@aws-sdk/client-cloudformation": "^3.369.0",
|