mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
0ca2c780ed
# [1.5.0](https://github.com/n8n-io/n8n/compare/n8n@1.4.0...n8n@1.5.0) (2023-08-31) ### Bug Fixes * **Agile CRM Node:** Fix issue with company address not working ([#6997](https://github.com/n8n-io/n8n/issues/6997)) ([2f81652
](2f81652400
)) * **Code Node:** Switch over to vm2 fork ([#7018](https://github.com/n8n-io/n8n/issues/7018)) ([dfe0fa6
](dfe0fa65f8
)) * **core:** Invalid NODES_INCLUDE should not crash the app ([#7038](https://github.com/n8n-io/n8n/issues/7038)) ([04e3178
](04e3178901
)), closes [#6683](https://github.com/n8n-io/n8n/issues/6683) * **core:** Setup websocket keep-live messages ([#6866](https://github.com/n8n-io/n8n/issues/6866)) ([8bdb07d
](8bdb07d33d
)), closes [#6757](https://github.com/n8n-io/n8n/issues/6757) * **core:** Throw `NodeSSLError` only for nodes that allow ignoring SSL issues ([#6928](https://github.com/n8n-io/n8n/issues/6928)) ([a01c3fb
](a01c3fbc19
)) * **Date & Time Node:** Dont parse date if it's not set (null or undefined) ([#7050](https://github.com/n8n-io/n8n/issues/7050)) ([d72f79f
](d72f79ffb3
)) * **editor:** Fix sending of Ask AI tracking events ([#7002](https://github.com/n8n-io/n8n/issues/7002)) ([fb05afa
](fb05afa165
)) * **Microsoft Excel 365 Node:** Support for more extensions in workbook rlc ([#7020](https://github.com/n8n-io/n8n/issues/7020)) ([d6e1cf2
](d6e1cf232f
)) * **MongoDB Node:** Stringify response ObjectIDs ([#6990](https://github.com/n8n-io/n8n/issues/6990)) ([9ca990b
](9ca990b993
)) * **MongoDB Node:** Upgrade mongodb package to address CVE-2021-32050 ([#7054](https://github.com/n8n-io/n8n/issues/7054)) ([d3f6356
](d3f635657c
)) * **Postgres Node:** Empty return data fix for Postgres and MySQL ([#7016](https://github.com/n8n-io/n8n/issues/7016)) ([176ccd6
](176ccd62bc
)) * **Webhook Node:** Fix URL params for webhooks ([#6986](https://github.com/n8n-io/n8n/issues/6986)) ([596b569
](596b5695cd
)) ### Features * **core:** External Secrets storage for credentials ([#6477](https://github.com/n8n-io/n8n/issues/6477)) ([ed927d3
](ed927d34b2
)) * **core:** Add MFA ([#4767](https://github.com/n8n-io/n8n/issues/4767)) ([2b7ba6f
](2b7ba6fdf1
)) * **core:** Add filtering, selection and pagination to users ([#6994](https://github.com/n8n-io/n8n/issues/6994)) ([b716241
](b716241b42
)) * **editor:** Debug executions in the editor ([#6834](https://github.com/n8n-io/n8n/issues/6834)) ([c833078
](c833078c87
)) * **RSS Read Node:** Add support for self signed certificates ([#7039](https://github.com/n8n-io/n8n/issues/7039)) ([3b9f0fe
](3b9f0fed7a
)) Co-authored-by: netroy <netroy@users.noreply.github.com>
97 lines
3.3 KiB
JSON
97 lines
3.3 KiB
JSON
{
|
|
"name": "n8n",
|
|
"version": "1.5.0",
|
|
"private": true,
|
|
"homepage": "https://n8n.io",
|
|
"engines": {
|
|
"node": ">=18.10",
|
|
"pnpm": ">=8.7"
|
|
},
|
|
"packageManager": "pnpm@8.7.0",
|
|
"scripts": {
|
|
"preinstall": "node scripts/block-npm-install.js",
|
|
"build": "turbo run build",
|
|
"typecheck": "turbo run typecheck",
|
|
"dev": "turbo run dev --parallel",
|
|
"clean": "turbo run clean --parallel",
|
|
"format": "turbo run format && node scripts/format.mjs",
|
|
"lint": "turbo run lint",
|
|
"lintfix": "turbo run lintfix",
|
|
"optimize-svg": "find ./packages -name '*.svg' ! -name 'pipedrive.svg' -print0 | xargs -0 -P16 -L20 npx svgo",
|
|
"start": "run-script-os",
|
|
"start:default": "cd packages/cli/bin && ./n8n",
|
|
"start:tunnel": "./packages/cli/bin/n8n start --tunnel",
|
|
"start:windows": "cd packages/cli/bin && n8n",
|
|
"test": "turbo run test",
|
|
"watch": "turbo run watch",
|
|
"webhook": "./packages/cli/bin/n8n webhook",
|
|
"worker": "./packages/cli/bin/n8n worker",
|
|
"cypress:install": "cypress install",
|
|
"cypress:open": "CYPRESS_BASE_URL=http://localhost:8080 cypress open",
|
|
"test:e2e:ui": "cross-env E2E_TESTS=true NODE_OPTIONS=--dns-result-order=ipv4first start-server-and-test start http://localhost:5678/favicon.ico 'cypress open'",
|
|
"test:e2e:dev": "cross-env E2E_TESTS=true NODE_OPTIONS=--dns-result-order=ipv4first CYPRESS_BASE_URL=http://localhost:8080 start-server-and-test dev http://localhost:8080/favicon.ico 'cypress open'",
|
|
"test:e2e:all": "cross-env E2E_TESTS=true NODE_OPTIONS=--dns-result-order=ipv4first start-server-and-test start http://localhost:5678/favicon.ico 'cypress run --headless'"
|
|
},
|
|
"dependencies": {
|
|
"n8n": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@n8n_io/eslint-config": "workspace:*",
|
|
"@ngneat/falso": "^6.4.0",
|
|
"@types/jest": "^29.5.3",
|
|
"@types/supertest": "^2.0.12",
|
|
"@vitest/coverage-v8": "^0.33.0",
|
|
"cross-env": "^7.0.3",
|
|
"cypress-otp": "^1.0.3",
|
|
"cypress": "^12.17.2",
|
|
"cypress-real-events": "^1.9.1",
|
|
"jest": "^29.6.2",
|
|
"jest-environment-jsdom": "^29.6.2",
|
|
"jest-expect-message": "^1.1.3",
|
|
"jest-mock": "^29.6.2",
|
|
"jest-mock-extended": "^3.0.4",
|
|
"nock": "^13.3.2",
|
|
"nodemon": "^3.0.1",
|
|
"p-limit": "^3.1.0",
|
|
"rimraf": "^5.0.1",
|
|
"run-script-os": "^1.0.7",
|
|
"start-server-and-test": "^2.0.0",
|
|
"supertest": "^6.3.3",
|
|
"ts-jest": "^29.1.1",
|
|
"tsc-alias": "^1.8.7",
|
|
"tsc-watch": "^6.0.4",
|
|
"turbo": "1.10.12",
|
|
"typescript": "*",
|
|
"vite": "^4.4.7",
|
|
"vitest": "^0.33.0",
|
|
"vue-tsc": "^1.8.8"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"sqlite3"
|
|
],
|
|
"overrides": {
|
|
"@types/node": "^18.16.16",
|
|
"chokidar": "3.5.2",
|
|
"jsonwebtoken": "9.0.0",
|
|
"prettier": "^3.0.0",
|
|
"semver": "^7.5.4",
|
|
"tough-cookie": "^4.1.3",
|
|
"tslib": "^2.6.1",
|
|
"tsconfig-paths": "^4.2.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.2.2",
|
|
"xml2js": "^0.5.0",
|
|
"cpy@8>globby": "^11.1.0",
|
|
"qqjs>globby": "^11.1.0"
|
|
},
|
|
"patchedDependencies": {
|
|
"typedi@0.10.0": "patches/typedi@0.10.0.patch",
|
|
"@sentry/cli@2.17.0": "patches/@sentry__cli@2.17.0.patch",
|
|
"pkce-challenge@3.0.0": "patches/pkce-challenge@3.0.0.patch",
|
|
"pyodide@0.23.4": "patches/pyodide@0.23.4.patch",
|
|
"@types/ws@8.5.4": "patches/@types__ws@8.5.4.patch"
|
|
}
|
|
}
|
|
}
|