Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjoyous committed Apr 2, 2024
2 parents b37d9d9 + 5b5a36f commit 732890f
Show file tree
Hide file tree
Showing 3 changed files with 1,499 additions and 128 deletions.
2 changes: 2 additions & 0 deletions docker/images/n8n/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ RUN if [ -z "$N8N_VERSION" ] ; then echo "The N8N_VERSION argument is missing!"
ENV N8N_VERSION=${N8N_VERSION}
ENV NODE_ENV=production
ENV N8N_RELEASE_TYPE=stable
ENV NODE_FUNCTION_ALLOW_EXTERNAL=*
ENV NODE_FUNCTION_ALLOW_BUILTIN=*
RUN set -eux; \
npm install -g --omit=dev n8n@${N8N_VERSION} --ignore-scripts && \
npm rebuild --prefix=/usr/local/lib/node_modules/n8n sqlite3 && \
Expand Down
25 changes: 24 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "https://n8n.io",
"engines": {
"node": "~20.0.0",
"node": "~20.3.0",
"pnpm": ">=8.14"
},
"packageManager": "[email protected]",
Expand Down Expand Up @@ -39,8 +39,31 @@
"test:e2e:all": "scripts/run-e2e.js all"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.19.1",
"@aws-sdk/client-s3": "^3.363.0",
"lodash": "^4.17.21",
"openai": "^4.32.1",
"sharp": "^0.33.3",
"api": "5.0.7",
"axios": "^1.6.8",
"redis": "^4.6.3",
"bullmq": "^5.5.0",
"zip-to-tz": "^1.1.0",
"dotenv": "^16.4.5",
"nanoid": "^5.0.6",
"uid": "^2.0.2",
"body-parser": "^1.20.2",
"chargebee": "^2.34.0",
"mixpanel": "^0.18.0",
"jwt-decode": "^4.0.0",
"redis-url-parse": "^2.0.0",
"twilio": "^5.0.2",
"firebase-admin": "^12.0.0",
"firebase": "^10.10.0",
"activecampaign": "^1.2.5",
"crypto-js": "4.2.0",
"authorizenet": "1.0.8",
"form-data": "^4.0.0",
"moment": "~2.29.2",
"moment-timezone": "^0.5.28",
"n8n": "workspace:*"
Expand Down
Loading

0 comments on commit 732890f

Please sign in to comment.