@skriptfabrik/elements-cli 0.5.2 → 0.5.3

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.
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "n8n-nodes",
3
+ "image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu-22.04",
4
+ "features": {
5
+ "ghcr.io/devcontainers/features/node:1": {
6
+ "version": "22.11.0",
7
+ "nodeGypDependencies": true
8
+ },
9
+ "ghcr.io/devcontainers-contrib/features/markdownlint-cli:1": {
10
+ "version": "latest"
11
+ },
12
+ "ghcr.io/devcontainers-contrib/features/yamllint:2": {
13
+ "version": "latest"
14
+ }
15
+ },
16
+ "customizations": {
17
+ "vscode": {
18
+ "extensions": [
19
+ "christian-kohler.npm-intellisense",
20
+ "EditorConfig.EditorConfig",
21
+ "esbenp.prettier-vscode",
22
+ "GitHub.copilot",
23
+ "github.vscode-github-actions",
24
+ "GitHub.vscode-pull-request-github"
25
+ ]
26
+ }
27
+ },
28
+ "postCreateCommand": "npm install --no-audit --no-fund --no-update-notifier"
29
+ }
package/.dockerignore CHANGED
@@ -7,6 +7,9 @@
7
7
  # Microsoft IDEs - VSCode
8
8
  /.vscode
9
9
 
10
+ # Devcontainer
11
+ /.devcontainer
12
+
10
13
  # Dependencies
11
14
  node_modules
12
15
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:18.15.0-alpine
1
+ FROM node:22.11.0-alpine
2
2
 
3
3
  LABEL maintainer="Daniel Schröder <daniel.schroeder@skriptfabrik.com>"
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skriptfabrik/elements-cli",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "The missing CLI for beautiful, interactive API docs powered by with Stoplight Elements",
5
5
  "keywords": [
6
6
  "stoplight",