This commit is contained in:
Tomi Turtiainen
2025-09-16 10:04:27 +03:00
26 changed files with 79 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/chat",
"version": "0.56.0",
"version": "0.57.0",
"scripts": {
"dev": "pnpm run storybook",
"build": "pnpm build:vite && pnpm build:bundle",

View File

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

View File

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

View File

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

View File

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

View File

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