Skip to content

Commit d7976aa

Browse files
authored
Merge pull request #11 from FlowiseAI/release/3.0.1
[email protected]
2 parents 328cd59 + beacb11 commit d7976aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flowise-embed-react",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "React library to display flowise chatbot on your website",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -25,7 +25,7 @@
2525
"@types/node": "18.15.11",
2626
"@types/react": "18.0.32",
2727
"eslint": "8.37.0",
28-
"flowise-embed": "3.0.0",
28+
"flowise-embed": "latest",
2929
"react": "19.0.0",
3030
"rollup": "3.20.2",
3131
"rollup-plugin-typescript-paths": "1.4.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2628,10 +2628,10 @@ flatted@^3.2.7:
26282628
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf"
26292629
integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==
26302630

2631-
flowise-embed@3.0.0:
2632-
version "3.0.0"
2633-
resolved "https://registry.yarnpkg.com/flowise-embed/-/flowise-embed-3.0.0.tgz#0e43d580a3dea7b2565d57e330952352c7ccbb20"
2634-
integrity sha512-Zxo+47Fk15VdGHUGjr+vb93UUurtepKAlHWb7A2cFC2TUk4bo4x+fQFJXICI4P/Ms/XadoBt+lOFO/lcdmjwtA==
2631+
flowise-embed@latest:
2632+
version "3.0.1"
2633+
resolved "https://registry.yarnpkg.com/flowise-embed/-/flowise-embed-3.0.1.tgz#5efe601005df57c2358d742f71333377cfb108b8"
2634+
integrity sha512-KWljWFUFedlGG2qnksxm/4o1pGnACZam6/cIREXLXTZpNCbmaaVEOaY/KVtXyLhWOJu/was0vDpraDU+5qe+tg==
26352635
dependencies:
26362636
"@babel/core" "^7.22.1"
26372637
"@microsoft/fetch-event-source" "^2.0.1"

0 commit comments

Comments
 (0)