Skip to content

Commit

Permalink
flowise-embed-react@1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryHengZJ committed Oct 23, 2024
1 parent 40e2072 commit c84ac65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowise-embed-react",
"version": "1.0.4",
"version": "1.0.5",
"description": "React library to display flowise chatbot on your website",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"eslint": "8.37.0",
"flowise-embed": "*",
"flowise-embed": "latest",
"react": "18.2.0",
"rollup": "3.20.2",
"rollup-plugin-typescript-paths": "1.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2252,10 +2252,10 @@ flatted@^3.2.7:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf"
integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==

flowise-embed@*:
version "2.0.3"
resolved "https://registry.yarnpkg.com/flowise-embed/-/flowise-embed-2.0.3.tgz#18cb1126475e49644ee337b1688bb803ea0e256a"
integrity sha512-dJg2hlj4XLElQ3Q091yyzTrfqiDSgKHNMDadJM9S+5zRFGxZePvXPsqEYTckQX24W5LoBdKxHnvAyord+xCnRA==
flowise-embed@latest:
version "2.0.6"
resolved "https://registry.yarnpkg.com/flowise-embed/-/flowise-embed-2.0.6.tgz#e07fcd553a805e77c7985bd18fe1e25636eb39dd"
integrity sha512-aMO7HNo/CCeZD8UNO5Y/il3ASZe236j0b8RuezCtoK0MG9nkihs/OmZMNdTYoMCUNcVnBEuarK0STZ2a9gggVA==
dependencies:
"@babel/core" "^7.22.1"
"@microsoft/fetch-event-source" "^2.0.1"
Expand Down

0 comments on commit c84ac65

Please sign in to comment.