homebridge-smartthings-oauth 1.0.56 → 1.0.57

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.
@@ -1,16 +1,16 @@
1
- # See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.224.2/containers/typescript-node/.devcontainer/base.Dockerfile
2
-
3
- # [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 16, 14, 12, 16-bullseye, 14-bullseye, 12-bullseye, 16-buster, 14-buster, 12-buster
4
- ARG VARIANT="16-bullseye"
5
- FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
6
-
7
- # [Optional] Uncomment this section to install additional OS packages.
8
- # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
9
- # && apt-get -y install --no-install-recommends <your-package-list-here>
10
-
11
- # [Optional] Uncomment if you want to install an additional version of node using nvm
12
- # ARG EXTRA_NODE_VERSION=10
13
- # RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}"
14
-
15
- # [Optional] Uncomment if you want to install more global node packages
16
- # RUN su node -c "npm install -g <your-package-list -here>"
1
+ # See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.224.2/containers/typescript-node/.devcontainer/base.Dockerfile
2
+
3
+ # [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 16, 14, 12, 16-bullseye, 14-bullseye, 12-bullseye, 16-buster, 14-buster, 12-buster
4
+ ARG VARIANT="16-bullseye"
5
+ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
6
+
7
+ # [Optional] Uncomment this section to install additional OS packages.
8
+ # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
9
+ # && apt-get -y install --no-install-recommends <your-package-list-here>
10
+
11
+ # [Optional] Uncomment if you want to install an additional version of node using nvm
12
+ # ARG EXTRA_NODE_VERSION=10
13
+ # RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}"
14
+
15
+ # [Optional] Uncomment if you want to install more global node packages
16
+ # RUN su node -c "npm install -g <your-package-list -here>"
@@ -1,36 +1,36 @@
1
- // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
2
- // https://github.com/microsoft/vscode-dev-containers/tree/v0.224.2/containers/typescript-node
3
- {
4
- "name": "Node.js & TypeScript",
5
- "build": {
6
- "dockerfile": "Dockerfile",
7
- // Update 'VARIANT' to pick a Node version: 16, 14, 12.
8
- // Append -bullseye or -buster to pin to an OS version.
9
- // Use -bullseye variants on local on arm64/Apple Silicon.
10
- "args": {
11
- "VARIANT": "16-bullseye"
12
- }
13
- },
14
-
15
- // Set *default* container specific settings.json values on container create.
16
- "settings": {},
17
-
18
-
19
- // Add the IDs of extensions you want installed when the container is created.
20
- "extensions": [
21
- "dbaeumer.vscode-eslint"
22
- ],
23
-
24
- // Use 'forwardPorts' to make a list of ports inside the container available locally.
25
- // "forwardPorts": [],
26
-
27
- // Use 'postCreateCommand' to run commands after the container is created.
28
- // "postCreateCommand": "yarn install",
29
-
30
- // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
31
- "remoteUser": "node",
32
- "features": {
33
- "git": "os-provided",
34
- "sshd": "latest"
35
- }
36
- }
1
+ // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
2
+ // https://github.com/microsoft/vscode-dev-containers/tree/v0.224.2/containers/typescript-node
3
+ {
4
+ "name": "Node.js & TypeScript",
5
+ "build": {
6
+ "dockerfile": "Dockerfile",
7
+ // Update 'VARIANT' to pick a Node version: 16, 14, 12.
8
+ // Append -bullseye or -buster to pin to an OS version.
9
+ // Use -bullseye variants on local on arm64/Apple Silicon.
10
+ "args": {
11
+ "VARIANT": "16-bullseye"
12
+ }
13
+ },
14
+
15
+ // Set *default* container specific settings.json values on container create.
16
+ "settings": {},
17
+
18
+
19
+ // Add the IDs of extensions you want installed when the container is created.
20
+ "extensions": [
21
+ "dbaeumer.vscode-eslint"
22
+ ],
23
+
24
+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
25
+ // "forwardPorts": [],
26
+
27
+ // Use 'postCreateCommand' to run commands after the container is created.
28
+ // "postCreateCommand": "yarn install",
29
+
30
+ // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
31
+ "remoteUser": "node",
32
+ "features": {
33
+ "git": "os-provided",
34
+ "sshd": "latest"
35
+ }
36
+ }