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>
83 lines
2.6 KiB
JSON
83 lines
2.6 KiB
JSON
{
|
|
"name": "n8n-design-system",
|
|
"version": "1.5.0",
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"homepage": "https://n8n.io",
|
|
"author": {
|
|
"name": "Mutasem Aldmour",
|
|
"email": "mutasem@n8n.io"
|
|
},
|
|
"main": "src/main.ts",
|
|
"import": "src/main.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist .turbo",
|
|
"build": "vite build",
|
|
"typecheck": "vue-tsc --declaration --emitDeclarationOnly",
|
|
"test": "vitest run --coverage",
|
|
"test:dev": "vitest",
|
|
"build:storybook": "storybook build",
|
|
"storybook": "storybook dev -p 6006",
|
|
"format": "prettier --write . --ignore-path ../../.prettierignore",
|
|
"lint": "eslint src --ext .js,.ts,.vue --quiet",
|
|
"lintfix": "eslint src --ext .js,.ts,.vue --fix"
|
|
},
|
|
"peerDependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "1.x",
|
|
"@fortawesome/free-solid-svg-icons": "5.x",
|
|
"@fortawesome/vue-fontawesome": "2.x",
|
|
"core-js": "3.x",
|
|
"markdown-it": "^12.3.2",
|
|
"markdown-it-emoji": "^2.0.0",
|
|
"markdown-it-link-attributes": "^4.0.0",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"vue": "^2.7.14",
|
|
"xss": "^1.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
"@fortawesome/vue-fontawesome": "^3.0.3",
|
|
"@storybook/addon-a11y": "^7.1.1",
|
|
"@storybook/addon-actions": "^7.1.1",
|
|
"@storybook/addon-docs": "^7.1.1",
|
|
"@storybook/addon-essentials": "^7.1.1",
|
|
"@storybook/addon-links": "^7.1.1",
|
|
"@storybook/addon-postcss": "3.0.0-alpha.1",
|
|
"@storybook/addon-styling": "^1.3.4",
|
|
"@storybook/vue3": "^7.1.1",
|
|
"@storybook/vue3-vite": "^7.1.1",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@testing-library/vue": "^7.0.0",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"@types/markdown-it-emoji": "^2.0.2",
|
|
"@types/markdown-it-link-attributes": "^3.0.1",
|
|
"@types/sanitize-html": "^2.9.0",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vue/test-utils": "^2.4.1",
|
|
"autoprefixer": "^10.4.14",
|
|
"core-js": "^3.31.0",
|
|
"jsdom": "21.1.0",
|
|
"sass": "^1.64.1",
|
|
"sass-loader": "^13.3.2",
|
|
"storybook": "^7.1.1",
|
|
"storybook-addon-themes": "^6.1.0",
|
|
"storybook-dark-mode": "^3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"element-plus": "^2.3.6",
|
|
"markdown-it": "^13.0.1",
|
|
"markdown-it-emoji": "^2.0.2",
|
|
"markdown-it-link-attributes": "^4.0.1",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"sanitize-html": "2.10.0",
|
|
"vue": "^3.3.4",
|
|
"vue-boring-avatars": "^1.3.0",
|
|
"xss": "^1.0.14"
|
|
}
|
|
}
|