From e85e9bace546738c1dce072790690fbdcbb0e385 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 15 Nov 2024 11:24:44 +0000 Subject: [PATCH] The following properties were added to the AWS::DynamoDB::GlobalTable resource and the AWS::DynamoDB::Table resource: --- package-lock.json | 4 ++-- package.json | 32 +++++++++++++++++++++++++------- 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d3b4ab..ee1130f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cdk-snippets", - "version": "2.17.0", + "version": "2.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cdk-snippets", - "version": "2.17.0", + "version": "2.18.0", "license": "Apache-2.0", "engines": { "vscode": "^1.31.0" diff --git a/package.json b/package.json index 5979d63..425f417 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "AWS CDK Snippets", "description": "Adds L1 Construct snippets from AWS CDK in VS Code.", "author": "Danny Steenman", - "version": "2.17.0", + "version": "2.18.0", "publisher": "dannysteenman", "icon": "images/cdk-snippets-extension-icon.png", "homepage": "https://towardsthecloud.com", @@ -19,8 +19,16 @@ "color": "#2B2C33", "theme": "dark" }, - "categories": ["Snippets"], - "keywords": ["aws", "cdk", "construct", "typescript", "python"], + "categories": [ + "Snippets" + ], + "keywords": [ + "aws", + "cdk", + "construct", + "typescript", + "python" + ], "badges": [ { "url": "https://img.shields.io/visual-studio-marketplace/v/dannysteenman.cdk-snippets", @@ -42,13 +50,23 @@ "languages": [ { "id": "python", - "aliases": ["Python", "py"], - "extensions": [".py"] + "aliases": [ + "Python", + "py" + ], + "extensions": [ + ".py" + ] }, { "id": "typescript", - "aliases": ["TypeScript", "ts"], - "extensions": [".ts"] + "aliases": [ + "TypeScript", + "ts" + ], + "extensions": [ + ".ts" + ] } ], "snippets": [