mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 15:44:06 -08:00
167124ceb8
# [1.9.0](https://github.com/n8n-io/n8n/compare/n8n@1.8.0...n8n@1.9.0) (2023-09-28) ### Bug Fixes * **Airtable Node:** Attachments field type fix ([#7227](https://github.com/n8n-io/n8n/issues/7227)) ([2af967c
](2af967cf88
)) * **core:** Change WorkflowHistory nodes/connections columns to be json ([#7282](https://github.com/n8n-io/n8n/issues/7282)) ([a80abad
](a80abad3af
)) * **core:** Fix binary data manager check on pruning ([#7251](https://github.com/n8n-io/n8n/issues/7251)) ([484035e
](484035eb51
)) * **core:** Fix missing execution ID in webhook-based workflow producing binary data ([#7244](https://github.com/n8n-io/n8n/issues/7244)) ([33991e9
](33991e92d0
)) * **core:** Handle filename* with quotes in Content-Disposition header ([#7229](https://github.com/n8n-io/n8n/issues/7229)) ([67b985f
](67b985fe89
)) * **core:** Make DNS resolution order configurable ([#7272](https://github.com/n8n-io/n8n/issues/7272)) ([5b3121c
](5b3121c415
)) * **core:** Make senderId required for all command messages ([#7252](https://github.com/n8n-io/n8n/issues/7252)) ([4b01428
](4b014286cf
)) * **core:** Prevent executions from displaying Running status incorrectly ([#7261](https://github.com/n8n-io/n8n/issues/7261)) ([861cac5
](861cac5257
)) * **core:** Use consistent timezone-aware timestamps in postgres ([#6948](https://github.com/n8n-io/n8n/issues/6948)) ([0132514
](0132514f8b
)), closes [#2178](https://github.com/n8n-io/n8n/issues/2178) [#2810](https://github.com/n8n-io/n8n/issues/2810) [#3855](https://github.com/n8n-io/n8n/issues/3855) [#2813](https://github.com/n8n-io/n8n/issues/2813) * **editor:** Add debug feature docs link ([#7240](https://github.com/n8n-io/n8n/issues/7240)) ([4614e1e
](4614e1e1c9
)) * **editor:** Fix SQL editor issue ([#7236](https://github.com/n8n-io/n8n/issues/7236)) ([647fc6c
](647fc6c555
)) * **editor:** Ensure new Set node is on top of search list ([#7215](https://github.com/n8n-io/n8n/issues/7215)) ([2491ccf
](2491ccf4d9
)) * **editor:** Forbid password reset when cloud account is limited in the number of users [7188](https://github.com/n8n-io/n8n/issues/7188) ([303bc8e
](303bc8e71e
)) * **HTTP Request Node:** Add suggestion how to fix '429 - too many requests' errors ([#7293](https://github.com/n8n-io/n8n/issues/7293)) ([0bc33b1
](0bc33b1cc2
)) * **Item Lists Node:** Concatenate operation pairedItems fix ([#7286](https://github.com/n8n-io/n8n/issues/7286)) ([cde23a1
](cde23a1bb1
)) * **Respond to Webhook Node:** JSON output from expression fix ([#7294](https://github.com/n8n-io/n8n/issues/7294)) ([8bc369d
](8bc369dd40
)) ### Features * Add onboarding flow ([#7212](https://github.com/n8n-io/n8n/issues/7212)) ([01e9340
](01e9340621
)) * **core:** Add secrets provider reload and refactor ([#7277](https://github.com/n8n-io/n8n/issues/7277)) ([53a7502
](53a7502d20
)) * **core:** Add Tournament as the new default expression evaluator ([#6964](https://github.com/n8n-io/n8n/issues/6964)) ([bf74f09
](bf74f09d69
)) * **core:** Initial workflow history API ([#7234](https://github.com/n8n-io/n8n/issues/7234)) ([0083a9e
](0083a9e45d
)) * **core:** Introduce object store service ([#7225](https://github.com/n8n-io/n8n/issues/7225)) ([fa84545
](fa845453bb
)) * **editor:** Add user cloud ID to telemetry [#7232](https://github.com/n8n-io/n8n/issues/7232) ([60c152d
](60c152dc72
)) * **editor:** Rework banners framework and add email confirmation banner ([#7205](https://github.com/n8n-io/n8n/issues/7205)) ([b0e98b5
](b0e98b59a6
)) * **MISP Node:** Update credential to support HTTP Request node ([#7268](https://github.com/n8n-io/n8n/issues/7268)) ([e4c302c
](e4c302c683
)) ### Performance Improvements * **core:** Skip unneeded calls on every pruning cycle ([#7260](https://github.com/n8n-io/n8n/issues/7260)) ([db01164
](db01164ce1
)) 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.9.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.3",
|
|
"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"
|
|
}
|
|
}
|
|
}
|