🚀 Release 2.14.0 (#27479)

Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
This commit is contained in:
n8n-assistant[bot] 2026-03-24 08:55:14 +00:00 committed by GitHub
parent 3040d0f05b
commit 2374f40ec3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 178 additions and 75 deletions

View file

@ -1,3 +1,107 @@
# [2.14.0](https://github.com/n8n-io/n8n/compare/n8n@2.13.0...n8n@2.14.0) (2026-03-24)
### Bug Fixes
* **AI Agent Node:** Extract tool name correctly for MCP tool calls ([#27345](https://github.com/n8n-io/n8n/issues/27345)) ([46a0aa5](https://github.com/n8n-io/n8n/commit/46a0aa5093f900cbf9a773a7a86a747f854b0d1a))
* **Anthropic Node:** Update credential test to use available model ([#27234](https://github.com/n8n-io/n8n/issues/27234)) ([c2731df](https://github.com/n8n-io/n8n/commit/c2731df00d3317fb3457c4cf078a281307765054))
* **AWS Bedrock Chat Model Node:** Extract region from modelName ARNs ([#26972](https://github.com/n8n-io/n8n/issues/26972)) ([4901814](https://github.com/n8n-io/n8n/commit/4901814268894aed3aadb85ea5fa02d253618422))
* **core:** Add missing fields to public API workflow schema ([#27157](https://github.com/n8n-io/n8n/issues/27157)) ([4eb815c](https://github.com/n8n-io/n8n/commit/4eb815c4eea35473f8adc66380bcda4efa03fc7f))
* **core:** Add plain text body to password reset and notification emails ([#27125](https://github.com/n8n-io/n8n/issues/27125)) ([eddb26d](https://github.com/n8n-io/n8n/commit/eddb26d05c533056a2aa8932e3a0e41f29873738))
* **core:** Allow expressions in OAuth credential URL fields ([#27354](https://github.com/n8n-io/n8n/issues/27354)) ([1bf602e](https://github.com/n8n-io/n8n/commit/1bf602e3edbeda76c84af7b73183401ff1f67366))
* **core:** Allow expressions in tool default values on chat hub tools ([#27167](https://github.com/n8n-io/n8n/issues/27167)) ([90b2b9c](https://github.com/n8n-io/n8n/commit/90b2b9c516675050faf15d149cedd5034e77094c))
* **core:** Assign webhook ID to API-created webhook nodes ([#27161](https://github.com/n8n-io/n8n/issues/27161)) ([88f9f2e](https://github.com/n8n-io/n8n/commit/88f9f2ed659caae525e0d53e6c3a651a043a866a))
* **core:** Clean up resolver references on deletion ([#26524](https://github.com/n8n-io/n8n/issues/26524)) ([61a5261](https://github.com/n8n-io/n8n/commit/61a526133d6c5abdc0f7bbe0f554b10d42b1b723))
* **core:** Confirm messages immediately when no destination is listening ([#27334](https://github.com/n8n-io/n8n/issues/27334)) ([d2da928](https://github.com/n8n-io/n8n/commit/d2da9284298d539613292e6dbd2852f4f14d658d))
* **core:** Disable dynamic banners when diagnostics are disabled ([#26741](https://github.com/n8n-io/n8n/issues/26741)) ([09e2c2b](https://github.com/n8n-io/n8n/commit/09e2c2b5547b49a824a8265d312583f5d1f5c79f))
* **core:** Emit `leader-takeover` on leadership mismatch in `checkLeader` ([#27126](https://github.com/n8n-io/n8n/issues/27126)) ([04bf206](https://github.com/n8n-io/n8n/commit/04bf206acf597f2cf61d5272df3f5151c16ec322))
* **core:** Fix an issue with workflow execution status ([#27349](https://github.com/n8n-io/n8n/issues/27349)) ([b3ced35](https://github.com/n8n-io/n8n/commit/b3ced3585020d77298a1acec23a407a4f0a82bf6))
* **core:** Fix IDOR in test-runs endpoint by consolidating access checks ([#27305](https://github.com/n8n-io/n8n/issues/27305)) ([95ac4a4](https://github.com/n8n-io/n8n/commit/95ac4a46bdec2acf6fb76f82a5e91779371d59a6))
* **core:** Fix unhandled rejection in task broker on runner disconnect ([#27278](https://github.com/n8n-io/n8n/issues/27278)) ([6fcc860](https://github.com/n8n-io/n8n/commit/6fcc86037d1bb46a0e68688bd9d8a76db7d16560))
* **core:** Force full execution data fetching for evaluation test runs ([#27335](https://github.com/n8n-io/n8n/issues/27335)) ([87afcd8](https://github.com/n8n-io/n8n/commit/87afcd8db4dfc313301416bbff8bff865e72af62))
* **core:** Handle external hook file paths on Windows ([#26983](https://github.com/n8n-io/n8n/issues/26983)) ([dd419ae](https://github.com/n8n-io/n8n/commit/dd419ae5670dc2c9489ca9be935359a79509257b))
* **core:** Handle invalid JSON responses from OAuth2 token endpoints ([#27089](https://github.com/n8n-io/n8n/issues/27089)) ([94f4ff8](https://github.com/n8n-io/n8n/commit/94f4ff84665913d28d45f19bf704f3121dab4c50))
* **core:** Move OIDC SSO provisioning outside user creation transaction ([#27279](https://github.com/n8n-io/n8n/issues/27279)) ([844b5b9](https://github.com/n8n-io/n8n/commit/844b5b92c5f35a7f15dd7362896395171a4874e3))
* **core:** Preserve nested proxy/redirect shape in log streaming webhook ([#27109](https://github.com/n8n-io/n8n/issues/27109)) ([2f7db77](https://github.com/n8n-io/n8n/commit/2f7db771c83fbac3ca4051855ebd5a6ab9b5b173))
* **core:** Retry multi-main follower license check during startup ([#26990](https://github.com/n8n-io/n8n/issues/26990)) ([5800ab8](https://github.com/n8n-io/n8n/commit/5800ab8c9adfef279a1bed7a1ca17171d77553ed))
* **core:** Send client_id and client_secret in body for OAuth2 PKCE flow ([#27366](https://github.com/n8n-io/n8n/issues/27366)) ([a009988](https://github.com/n8n-io/n8n/commit/a009988336b39997002534d54a126d192f2e8ec1))
* **core:** Stop auto applying credentials for updated MCP workflows ([#27258](https://github.com/n8n-io/n8n/issues/27258)) ([5af2a8a](https://github.com/n8n-io/n8n/commit/5af2a8a4b8725b6fc149d8242c6369d181de9e62))
* **core:** Use published version for error workflow execution ([#27196](https://github.com/n8n-io/n8n/issues/27196)) ([95fca83](https://github.com/n8n-io/n8n/commit/95fca83fa0ec4b3bbcac93222e457e501e64567c))
* **core:** VM test Group G — RCE prevention & expression fixture fixes ([#27178](https://github.com/n8n-io/n8n/issues/27178)) ([1acdafe](https://github.com/n8n-io/n8n/commit/1acdafe6ac862dfc4d04783a68c2bb065ab8c6a6))
* **editor:** Fix type mismatch ([#27324](https://github.com/n8n-io/n8n/issues/27324)) ([e254fd0](https://github.com/n8n-io/n8n/commit/e254fd0de3a2fc8d50c2645950b20d5e2a346d50))
* **editor:** Add data to a data table by csv upload ([#26495](https://github.com/n8n-io/n8n/issues/26495)) ([5fa8855](https://github.com/n8n-io/n8n/commit/5fa8855a1f7e542581455bfc6650a8e32cdad28e))
* **editor:** Adjust external secrets input styling ([#27110](https://github.com/n8n-io/n8n/issues/27110)) ([9854450](https://github.com/n8n-io/n8n/commit/98544506a2ad6f76a0d1d2e8821d29d2299cf313))
* **editor:** Clear resource locator cache after URL redirect creation ([#27175](https://github.com/n8n-io/n8n/issues/27175)) ([d8f8ff0](https://github.com/n8n-io/n8n/commit/d8f8ff0980840703ca4d2d1e42fde051614a50f2))
* **editor:** Command bar wasn't finding any workflows ([#26788](https://github.com/n8n-io/n8n/issues/26788)) ([b2d7bde](https://github.com/n8n-io/n8n/commit/b2d7bdebe716170446d3c217b59c1613444cec71))
* **editor:** Fix double execution of afterMessageSent hook ([#26103](https://github.com/n8n-io/n8n/issues/26103)) ([efb3f38](https://github.com/n8n-io/n8n/commit/efb3f382177b2fe79dd34dda1b4f9380ff7df6aa))
* **editor:** Fix stop button size mismatch in split-trigger mode ([#27328](https://github.com/n8n-io/n8n/issues/27328)) ([0e1ef91](https://github.com/n8n-io/n8n/commit/0e1ef918f40b4350fd0207c5da3e20afd9ab2cc9))
* **editor:** Fix tooltip on credits counter info icon ([#27244](https://github.com/n8n-io/n8n/issues/27244)) ([e60d9e7](https://github.com/n8n-io/n8n/commit/e60d9e7f391cc66732cdcb94e6eb7d0d3c18dea6))
* **editor:** Fix workflow tag filtering excluding workflows inside folders ([#27333](https://github.com/n8n-io/n8n/issues/27333)) ([01c623f](https://github.com/n8n-io/n8n/commit/01c623fdaee5e541d4e8044c26271d7a1e8a6646))
* **editor:** Improve colorings update logic in resolvableHighlighter … ([#27331](https://github.com/n8n-io/n8n/issues/27331)) ([fc52652](https://github.com/n8n-io/n8n/commit/fc526529d6860e730641c29c1d58151b8f026d10))
* **editor:** Node references in expressions not updated when the renamed node has quotes ([#27371](https://github.com/n8n-io/n8n/issues/27371)) ([eafd32e](https://github.com/n8n-io/n8n/commit/eafd32e78d90350071ece98aa193bccb7ee453d4))
* **editor:** Prevent clicks on pinned rows in data tables ([#26347](https://github.com/n8n-io/n8n/issues/26347)) ([7e9f14c](https://github.com/n8n-io/n8n/commit/7e9f14c9b42fe63c99c2a1761deac2db4e63005a))
* **editor:** Prevent toggle animation on Security & Policies page load ([#27350](https://github.com/n8n-io/n8n/issues/27350)) ([76c10d5](https://github.com/n8n-io/n8n/commit/76c10d53da664001279a010a598cdd2233cce521))
* **editor:** Prevent unwanted UI elements appearing when execute button is loading ([#27003](https://github.com/n8n-io/n8n/issues/27003)) ([dcd306b](https://github.com/n8n-io/n8n/commit/dcd306bc5ca7a0a8d796b1a647c3c24ab7177bc9))
* **editor:** Properly align line after bullet point in Sticky markdown ([#27231](https://github.com/n8n-io/n8n/issues/27231)) ([45023af](https://github.com/n8n-io/n8n/commit/45023afa9f4a0dce9f9e2c17057e7aafafbea167))
* **editor:** Properly align line after bullet point in Sticky markdown ([#27231](https://github.com/n8n-io/n8n/issues/27231)) ([03584b4](https://github.com/n8n-io/n8n/commit/03584b4683ef867e0a20684bbb9408db00bd7ffb))
* **editor:** Remove inconsistent scrim on node creator open ([#27086](https://github.com/n8n-io/n8n/issues/27086)) ([bc76e62](https://github.com/n8n-io/n8n/commit/bc76e620fbf6a954e7631b034bd25bc8b70f8221))
* **editor:** Remove toast bottom offset when AI chat panel is open ([#27132](https://github.com/n8n-io/n8n/issues/27132)) ([51a65d9](https://github.com/n8n-io/n8n/commit/51a65d9bdafb555d776d1cb223d73af64d024623))
* **editor:** Restore animation duration units for design system dialogs ([#27320](https://github.com/n8n-io/n8n/issues/27320)) ([fee5f2e](https://github.com/n8n-io/n8n/commit/fee5f2ea944cf572a8834dcff7b426e65b27edf2))
* **editor:** Show warning toast when executed node was not reached ([#27094](https://github.com/n8n-io/n8n/issues/27094)) ([969c32f](https://github.com/n8n-io/n8n/commit/969c32f5a51b33606c0cc407b56f0e68eb0d399c))
* **editor:** Sort loop node outputs by execution order in setup panel ([#27418](https://github.com/n8n-io/n8n/issues/27418)) ([efa5d02](https://github.com/n8n-io/n8n/commit/efa5d0297903efe59b26153f98f66ed54569392e))
* **editor:** Support per-corner border radius in N8nInput ([#27321](https://github.com/n8n-io/n8n/issues/27321)) ([5d78362](https://github.com/n8n-io/n8n/commit/5d783620a036deceff52ac6213ac93fd37da4d24))
* **editor:** Unify input component background surfaces ([#27237](https://github.com/n8n-io/n8n/issues/27237)) ([e4c4be9](https://github.com/n8n-io/n8n/commit/e4c4be99bf0f1b73e316e5fcb8a4fa64a686ee15))
* **editor:** Update StopManyExecs modal formatting, ([#26994](https://github.com/n8n-io/n8n/issues/26994)) ([eea5fff](https://github.com/n8n-io/n8n/commit/eea5fffa4038a3d0a821e03929b14fd5f210463b))
* **editor:** Use new move-to-folder modal in canvas header ([#27091](https://github.com/n8n-io/n8n/issues/27091)) ([0eb9b1b](https://github.com/n8n-io/n8n/commit/0eb9b1b1b3c8acb7a6892b5acbd4db9a1cc10d32))
* **Execute Workflow Node:** Fallback to latest draft if there no active sub-workflow version ([#27134](https://github.com/n8n-io/n8n/issues/27134)) ([20b5037](https://github.com/n8n-io/n8n/commit/20b50372df21b10eaec22ba97bcbca36449f9360))
* **Extract from File Node:** Skip empty lines in CSV parsing to prevent errors ([#26511](https://github.com/n8n-io/n8n/issues/26511)) ([9be76c5](https://github.com/n8n-io/n8n/commit/9be76c537207f320a6f34a78856c73fd5b0dc8a5))
* Fix credential displayNames with missing spaces ([#27259](https://github.com/n8n-io/n8n/issues/27259)) ([95f70b0](https://github.com/n8n-io/n8n/commit/95f70b0e1c71d9d7087ab0226fc6270ac3a5a0b5))
* Fix issue with hideOnCloud not working for node display options ([#27124](https://github.com/n8n-io/n8n/issues/27124)) ([91d4c1b](https://github.com/n8n-io/n8n/commit/91d4c1bdbd7df17e49bc071cdef10bb5c811c11b))
* **Gmail Node:** Update draft resource hint ([#27435](https://github.com/n8n-io/n8n/issues/27435)) ([050aef7](https://github.com/n8n-io/n8n/commit/050aef73dbc673440929fea6f0db32bbe9be2529))
* **HTTP Request Node:** Fail on non-2xx status codes during pagination with "other" completion ([#27352](https://github.com/n8n-io/n8n/issues/27352)) ([c47176e](https://github.com/n8n-io/n8n/commit/c47176e84163d48c7afb85de9892471a74dcb86e))
* **Jira Node:** Add continueOnFail support for all operations ([#27108](https://github.com/n8n-io/n8n/issues/27108)) ([588308e](https://github.com/n8n-io/n8n/commit/588308e3c1a71f2f1bf5e2c6b1f992000b806d21))
* Partial execution of Chat node and Chat tool ([#26334](https://github.com/n8n-io/n8n/issues/26334)) ([a7b9e00](https://github.com/n8n-io/n8n/commit/a7b9e00be6777c3b1a4e813d54e36af32d61026d))
* **Postgres Node:** Expressions are not resolved in v1 ([#26496](https://github.com/n8n-io/n8n/issues/26496)) ([827e868](https://github.com/n8n-io/n8n/commit/827e8680e3ad200051d5c8a70dd3a6c60b46cdb7))
### Features
* Add `@n8n/cli`: a client CLI to manage n8n from the terminal ([#26943](https://github.com/n8n-io/n8n/issues/26943)) ([20f1092](https://github.com/n8n-io/n8n/commit/20f10928153a9126c1d312b4265b2503184d777f))
* Add design principles section to AGENTS.md with the security guidelines ([#25997](https://github.com/n8n-io/n8n/issues/25997)) ([30b8dc4](https://github.com/n8n-io/n8n/commit/30b8dc4f337dcc2768a425a1e2360865d0835e1b))
* Add new execution filter by workflow version ([#26904](https://github.com/n8n-io/n8n/issues/26904)) ([556b4d3](https://github.com/n8n-io/n8n/commit/556b4d3fa45f089bf49d51761aae6024c1d82768))
* Add publish workflow to node-cli ([#27288](https://github.com/n8n-io/n8n/issues/27288)) ([b13b280](https://github.com/n8n-io/n8n/commit/b13b280443797cf4ed953ea97d7772777f808933))
* **API:** Add GET /api/v1/discover endpoint for capability discovery ([#27014](https://github.com/n8n-io/n8n/issues/27014)) ([9b6888f](https://github.com/n8n-io/n8n/commit/9b6888ff65f2214af1e9b956eac6eecb675f7a26))
* **core:** Add chat hub settings to disable Responses API and change memory context window ([#26525](https://github.com/n8n-io/n8n/issues/26525)) ([5c0e0bc](https://github.com/n8n-io/n8n/commit/5c0e0bcec2fb164774f6a2920cc0b418f8e97f19))
* **core:** Add filtering parameters to get_execution MCP tool ([#27192](https://github.com/n8n-io/n8n/issues/27192)) ([322aac1](https://github.com/n8n-io/n8n/commit/322aac1da01420a41705bcc5e8f1147505d06156))
* **core:** Add lint rules for missing node and credential icons ([#27340](https://github.com/n8n-io/n8n/issues/27340)) ([2742741](https://github.com/n8n-io/n8n/commit/2742741316798d8a6a3234fd4aa05fecf7652dbd))
* **core:** Add node that allows checking dynamic credentials inside node ([#27165](https://github.com/n8n-io/n8n/issues/27165)) ([acaa0db](https://github.com/n8n-io/n8n/commit/acaa0db33a425fe4b81e74283508e5dc03a483a8))
* **core:** Add project context to execution log metadata ([#27169](https://github.com/n8n-io/n8n/issues/27169)) ([b6e8074](https://github.com/n8n-io/n8n/commit/b6e8074f8a5403a689db925f79c1fa9e44bca600))
* **core:** Add search_projects, search_folders MCP tools and folderId to create_workflow ([#27248](https://github.com/n8n-io/n8n/issues/27248)) ([dce55d2](https://github.com/n8n-io/n8n/commit/dce55d2e19572540d2ca4c5c79882526e1de8121))
* **core:** Add signature validation for waiting webhooks and forms ([#24159](https://github.com/n8n-io/n8n/issues/24159)) ([5b6ee17](https://github.com/n8n-io/n8n/commit/5b6ee17c81add7105f5522ac45981cf9a08894b2))
* **core:** Add signing key and certificate fields to SAML preferences with encryption and validation ([#27316](https://github.com/n8n-io/n8n/issues/27316)) ([b484e89](https://github.com/n8n-io/n8n/commit/b484e895aa1fad64716e0e7f0f6f4da719a80727))
* **core:** Add structured error responses for authorization failures ([#27170](https://github.com/n8n-io/n8n/issues/27170)) ([72bdad9](https://github.com/n8n-io/n8n/commit/72bdad9d40380c71421c67e877b6e875c161547a))
* **core:** Allow manual configuration of HashiCorp Vault KV mount path and version ([#26798](https://github.com/n8n-io/n8n/issues/26798)) ([ceb17e7](https://github.com/n8n-io/n8n/commit/ceb17e7fd445cee14a47b1015800518020f05dbe))
* **core:** Batch public API telemetry events on pulse cycle ([#27226](https://github.com/n8n-io/n8n/issues/27226)) ([6ede5e1](https://github.com/n8n-io/n8n/commit/6ede5e1ec72f9ddaff2071b32ea86783178ab3cb))
* **core:** Introduce CredentialDependency entity to track credential dependencies ([#27151](https://github.com/n8n-io/n8n/issues/27151)) ([835094c](https://github.com/n8n-io/n8n/commit/835094c34e59f64b8516e846ed40d1ec4c476346))
* **core:** Remove license check for API key scopes ([#27306](https://github.com/n8n-io/n8n/issues/27306)) ([e04dddc](https://github.com/n8n-io/n8n/commit/e04dddcbccbe2f976397a2bba8ca4c25d6a0a189))
* **core:** Wire builtin globals onto __data in VM expression isolate ([#26954](https://github.com/n8n-io/n8n/issues/26954)) ([5ffe546](https://github.com/n8n-io/n8n/commit/5ffe546a7ef2a5e1c39867f26afa7b61177d580b))
* **databricks Node:** Add basic databricks node ([#27004](https://github.com/n8n-io/n8n/issues/27004)) ([76af1e6](https://github.com/n8n-io/n8n/commit/76af1e6fd9792a71fc1a7cdd913c42209d3eb3a3))
* **editor:** Add history version info to execution page ([#26768](https://github.com/n8n-io/n8n/issues/26768)) ([036a0db](https://github.com/n8n-io/n8n/commit/036a0db0b3380f7fc2b87b41c6f0232c106c63cd))
* **editor:** AI workflow builder setup wizard ([#26832](https://github.com/n8n-io/n8n/issues/26832)) ([2ff73d5](https://github.com/n8n-io/n8n/commit/2ff73d5440176db81ae83d408e834fe54acc1b72))
* **editor:** Display workflow, credential and data table dependencies ([#26912](https://github.com/n8n-io/n8n/issues/26912)) ([f79b4d7](https://github.com/n8n-io/n8n/commit/f79b4d7a715977e319ee7c79d7351f9c63becb0e))
* **editor:** Redesign builder Q&A wizard with number badges and keyboard navigation ([#26952](https://github.com/n8n-io/n8n/issues/26952)) ([100bf96](https://github.com/n8n-io/n8n/commit/100bf967f66f65aad8bdf8ba9590ab8f61737e27))
* **editor:** Show redacted state in execution viewer with reveal flow ([#26543](https://github.com/n8n-io/n8n/issues/26543)) ([28f50f5](https://github.com/n8n-io/n8n/commit/28f50f50bcccf10121322e57c1a46d2dfeffcb46))
* **editor:** Use server-side search for project sharing dropdowns ([#27093](https://github.com/n8n-io/n8n/issues/27093)) ([ec0831f](https://github.com/n8n-io/n8n/commit/ec0831f95fad60b364d76694284c9c0e5ddcc7a8))
* Enable secure invite links ([#27107](https://github.com/n8n-io/n8n/issues/27107)) ([a8f5ee3](https://github.com/n8n-io/n8n/commit/a8f5ee3aeba9cc61374481ba17864b52c75e14a8))
* **Microsoft Agent 365 Trigger Node:** Mcp tools logs ([#27215](https://github.com/n8n-io/n8n/issues/27215)) ([b67863b](https://github.com/n8n-io/n8n/commit/b67863b854b1132f9e1ffe823e8fd602f1187652))
* **Perplexity Node:** Update Perplexity node for full API coverage ([#26970](https://github.com/n8n-io/n8n/issues/26970)) ([483250d](https://github.com/n8n-io/n8n/commit/483250d5392f525d00a9f64a251bf1c090c0187f))
### Performance Improvements
* **core:** Make webhook cache writes non-blocking ([#27360](https://github.com/n8n-io/n8n/issues/27360)) ([682aa4a](https://github.com/n8n-io/n8n/commit/682aa4ac94b232b0b5338adef88c0278cfc8cc5c))
# [2.13.0](https://github.com/n8n-io/n8n/compare/n8n@2.12.0...n8n@2.13.0) (2026-03-16)

View file

@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "2.13.0",
"version": "2.14.0",
"private": true,
"engines": {
"node": ">=22.16",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/ai-node-sdk",
"version": "0.4.0",
"version": "0.5.0",
"description": "SDK for building AI nodes in n8n",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/ai-utilities",
"version": "0.7.0",
"version": "0.8.0",
"description": "Utilities for building AI nodes in n8n",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/ai-workflow-builder",
"version": "1.13.0",
"version": "1.14.0",
"scripts": {
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/api-types",
"version": "1.13.0",
"version": "1.14.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/backend-common",
"version": "1.13.0",
"version": "1.14.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/backend-test-utils",
"version": "1.13.0",
"version": "1.14.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/chat-hub",
"version": "1.6.0",
"version": "1.7.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View file

@ -1,45 +1,45 @@
{
"name": "@n8n/cli",
"version": "0.1.0",
"description": "Client CLI for n8n — manage workflows, executions, and credentials from the terminal",
"license": "SEE LICENSE IN LICENSE.md",
"bin": {
"n8n-cli": "bin/n8n-cli.mjs"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"bin",
"dist",
"skills"
],
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",
"typecheck": "tsc --noEmit",
"build": "tsc -p tsconfig.build.json",
"format": "biome format --write .",
"format:check": "biome ci .",
"lint": "eslint src --quiet",
"lint:fix": "eslint src --fix",
"watch": "tsc -p tsconfig.build.json --watch",
"test": "vitest run"
},
"oclif": {
"bin": "n8n-cli",
"commands": {
"strategy": "explicit",
"target": "./dist/index.js",
"identifier": "commands"
},
"topicSeparator": " "
},
"dependencies": {
"@oclif/core": "^4.5.2"
},
"devDependencies": {
"@n8n/typescript-config": "workspace:*",
"@types/node": "24.10.1",
"vitest": "catalog:"
}
"name": "@n8n/cli",
"version": "0.2.0",
"description": "Client CLI for n8n — manage workflows, executions, and credentials from the terminal",
"license": "SEE LICENSE IN LICENSE.md",
"bin": {
"n8n-cli": "bin/n8n-cli.mjs"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"bin",
"dist",
"skills"
],
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",
"typecheck": "tsc --noEmit",
"build": "tsc -p tsconfig.build.json",
"format": "biome format --write .",
"format:check": "biome ci .",
"lint": "eslint src --quiet",
"lint:fix": "eslint src --fix",
"watch": "tsc -p tsconfig.build.json --watch",
"test": "vitest run"
},
"oclif": {
"bin": "n8n-cli",
"commands": {
"strategy": "explicit",
"target": "./dist/index.js",
"identifier": "commands"
},
"topicSeparator": " "
},
"dependencies": {
"@oclif/core": "^4.5.2"
},
"devDependencies": {
"@n8n/typescript-config": "workspace:*",
"@types/node": "24.10.1",
"vitest": "catalog:"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/client-oauth2",
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/config",
"version": "2.12.0",
"version": "2.13.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/create-node",
"version": "0.22.0",
"version": "0.23.0",
"description": "Official CLI to create new community nodes for n8n",
"bin": {
"create-node": "bin/create-node.cjs"

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/db",
"version": "1.13.0",
"version": "1.14.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/decorators",
"version": "1.13.0",
"version": "1.14.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View file

@ -1,7 +1,7 @@
{
"name": "@n8n/eslint-plugin-community-nodes",
"type": "module",
"version": "0.9.0",
"version": "0.10.0",
"main": "./dist/plugin.js",
"types": "./dist/plugin.d.ts",
"exports": {

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/expression-runtime",
"version": "0.5.0",
"version": "0.6.0",
"description": "Secure, isolated expression evaluation runtime for n8n",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/node-cli",
"version": "0.23.0",
"version": "0.24.0",
"description": "Official CLI for developing community nodes for n8n",
"bin": {
"n8n-node": "bin/n8n-node.mjs"

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "2.13.0",
"version": "2.14.0",
"description": "",
"main": "index.js",
"exports": {

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/scan-community-package",
"version": "0.11.0",
"version": "0.12.0",
"description": "Static code analyser for n8n community packages",
"license": "none",
"bin": "scanner/cli.mjs",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/task-runner",
"version": "2.13.0",
"version": "2.14.0",
"scripts": {
"clean": "rimraf dist .turbo",
"start": "node dist/start.js",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/workflow-sdk",
"version": "0.6.0",
"version": "0.7.0",
"description": "TypeScript SDK for programmatically creating n8n workflows",
"exports": {
".": {

View file

@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "2.13.0",
"version": "2.14.0",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{
"name": "n8n-core",
"version": "2.13.0",
"version": "2.14.0",
"description": "Core functionality of n8n",
"main": "dist/index",
"types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/chat",
"version": "1.13.0",
"version": "1.14.0",
"scripts": {
"dev": "pnpm run --dir=../storybook dev --initial-path=/docs/chat-chat--docs",
"build": "pnpm build:vite && pnpm build:bundle",

View file

@ -1,7 +1,7 @@
{
"type": "module",
"name": "@n8n/design-system",
"version": "2.13.0",
"version": "2.14.0",
"main": "src/index.ts",
"import": "src/index.ts",
"scripts": {

View file

@ -1,7 +1,7 @@
{
"name": "@n8n/i18n",
"type": "module",
"version": "2.13.0",
"version": "2.14.0",
"files": [
"dist"
],

View file

@ -1,7 +1,7 @@
{
"name": "@n8n/rest-api-client",
"type": "module",
"version": "2.13.0",
"version": "2.14.0",
"files": [
"dist"
],

View file

@ -1,7 +1,7 @@
{
"name": "@n8n/stores",
"type": "module",
"version": "2.13.0",
"version": "2.14.0",
"files": [
"dist"
],

View file

@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "2.13.0",
"version": "2.14.0",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"type": "module",

View file

@ -1,6 +1,6 @@
{
"name": "n8n-nodes-base",
"version": "2.13.0",
"version": "2.14.0",
"description": "Base nodes of n8n",
"main": "index.js",
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "n8n-workflow",
"version": "2.13.0",
"version": "2.14.0",
"description": "Workflow base code of n8n",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",
@ -70,7 +70,6 @@
"uuid": "catalog:",
"xml2js": "catalog:",
"zod": "catalog:",
"jsonrepair": "catalog:",
"uuid": "catalog:"
"jsonrepair": "catalog:"
}
}