diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..5e733d2 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,32 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node +{ + "name": "sql-ts", + // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile + "image": "mcr.microsoft.com/devcontainers/javascript-node:4-20-bookworm", + + // Features to add to the dev container. More info: https://containers.dev/features. + "features": { + // Needed for test containers + "ghcr.io/devcontainers/features/docker-in-docker:2": { + "moby": true, + "installDockerComposeSwitch": true + } + }, + "customizations": { + "vscode": { + "extensions": ["esbenp.prettier-vscode", "github.vscode-github-actions"] + } + }, + + // Use 'forwardPorts' to make a list of ports inside the container available locally. + // "forwardPorts": [], + + "postCreateCommand": "npm install" + + // Configure tool-specific properties. + // "customizations": {}, + + // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. + // "remoteUser": "root" +} diff --git a/package-lock.json b/package-lock.json index 4867787..53afe49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rmp135/sql-ts", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rmp135/sql-ts", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "dependencies": { "@types/pluralize": "^0.0.33",