Chore/update flowise embed version (#2875)
* update flowise-embed version on lock file * add agent messages to share chatbot * Update pnpm-lock.yaml * update flowise-embed version
This commit is contained in:
parent
ab76c48111
commit
f24b5e8d28
|
|
@ -1,19 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" id="svg8" version="1.1" viewBox="0 0 92 92" height="92mm" width="92mm">
|
||||
<defs id="defs2"/>
|
||||
<metadata id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
||||
<dc:title/>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g transform="translate(-40.921303,-17.416526)" id="layer1">
|
||||
<circle r="0" style="fill:none;stroke:#000000;stroke-width:12;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cy="92" cx="75" id="path3713"/>
|
||||
<circle r="30" cy="53.902557" cx="75.921303" id="path834" style="fill:none;fill-opacity:1;stroke:#3050ff;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
|
||||
<path d="m 67.514849,37.91524 a 18,18 0 0 1 21.051475,3.312407 18,18 0 0 1 3.137312,21.078282" id="path852" style="fill:none;fill-opacity:1;stroke:#3050ff;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
|
||||
<rect transform="rotate(-46.234709)" ry="1.8669105e-13" y="122.08995" x="3.7063529" height="39.963303" width="18.846331" id="rect912" style="opacity:1;fill:#3050ff;fill-opacity:1;stroke:none;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
|
||||
</g>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" id="svg8" version="1.1" viewBox="0 0 92 92" height="92mm" width="92mm">
|
||||
<defs id="defs2"/>
|
||||
<metadata id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
||||
<dc:title/>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g transform="translate(-40.921303,-17.416526)" id="layer1">
|
||||
<circle r="0" style="fill:none;stroke:#000000;stroke-width:12;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" cy="92" cx="75" id="path3713"/>
|
||||
<circle r="30" cy="53.902557" cx="75.921303" id="path834" style="fill:none;fill-opacity:1;stroke:#3050ff;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
|
||||
<path d="m 67.514849,37.91524 a 18,18 0 0 1 21.051475,3.312407 18,18 0 0 1 3.137312,21.078282" id="path852" style="fill:none;fill-opacity:1;stroke:#3050ff;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
|
||||
<rect transform="rotate(-46.234709)" ry="1.8669105e-13" y="122.08995" x="3.7063529" height="39.963303" width="18.846331" id="rect912" style="opacity:1;fill:#3050ff;fill-opacity:1;stroke:none;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
|
@ -619,10 +619,10 @@ importers:
|
|||
version: 16.4.5
|
||||
flowise-embed:
|
||||
specifier: latest
|
||||
version: 1.3.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)
|
||||
version: 1.3.7(bufferutil@4.0.8)(utf-8-validate@6.0.4)
|
||||
flowise-embed-react:
|
||||
specifier: latest
|
||||
version: 1.0.2(@types/node@20.12.12)(flowise-embed@1.3.0(bufferutil@4.0.8)(utf-8-validate@6.0.4))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.71.1)(terser@5.29.1)(typescript@5.5.2)
|
||||
version: 1.0.2(@types/node@20.12.12)(flowise-embed@1.3.7(bufferutil@4.0.8)(utf-8-validate@6.0.4))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.71.1)(terser@5.29.1)(typescript@5.5.2)
|
||||
flowise-react-json-view:
|
||||
specifier: '*'
|
||||
version: 1.21.7(@types/react@18.2.65)(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
|
||||
|
|
@ -1275,10 +1275,6 @@ packages:
|
|||
peerDependencies:
|
||||
'@babel/core': ^7.0.0
|
||||
|
||||
'@babel/helper-simple-access@7.22.5':
|
||||
resolution: { integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w== }
|
||||
engines: { node: '>=6.9.0' }
|
||||
|
||||
'@babel/helper-simple-access@7.24.5':
|
||||
resolution: { integrity: sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ== }
|
||||
engines: { node: '>=6.9.0' }
|
||||
|
|
@ -1299,10 +1295,6 @@ packages:
|
|||
resolution: { integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== }
|
||||
engines: { node: '>=6.9.0' }
|
||||
|
||||
'@babel/helper-validator-identifier@7.22.20':
|
||||
resolution: { integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== }
|
||||
engines: { node: '>=6.9.0' }
|
||||
|
||||
'@babel/helper-validator-identifier@7.24.5':
|
||||
resolution: { integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA== }
|
||||
engines: { node: '>=6.9.0' }
|
||||
|
|
@ -8524,8 +8516,8 @@ packages:
|
|||
flowise-embed: '*'
|
||||
react: 18.x
|
||||
|
||||
flowise-embed@1.3.0:
|
||||
resolution: { integrity: sha512-PuSkuelh71QMie9ZAssWjQ5g54coBLqAw8sUx1eIhlxFeDiN7TuaDNoPc7J8W76Ri5x4eXtFbZOaD6HEu03lHA== }
|
||||
flowise-embed@1.3.7:
|
||||
resolution: { integrity: sha512-M7HQw6hXUZbkcdEGBfzXpNxNe8jPQM+ZlwKavqZHNncQA7QnooZ2FKOhS1aF8ttvW0iWqMu5m495Z8NBP+Kj+Q== }
|
||||
|
||||
flowise-react-json-view@1.21.7:
|
||||
resolution: { integrity: sha512-oFjwtSLJkUWk6waLh8heCQ4o9b60FJRA2X8LefaZp5WaJvj/Rr2HILjk+ocf1JkfTcq8jc6t2jfIybg4leWsaQ== }
|
||||
|
|
@ -17678,7 +17670,7 @@ snapshots:
|
|||
'@babel/helper-compilation-targets': 7.23.6
|
||||
'@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.0)
|
||||
'@babel/helpers': 7.24.0
|
||||
'@babel/parser': 7.24.0
|
||||
'@babel/parser': 7.24.8
|
||||
'@babel/template': 7.24.0
|
||||
'@babel/traverse': 7.24.0(supports-color@5.5.0)
|
||||
'@babel/types': 7.24.5
|
||||
|
|
@ -17715,7 +17707,7 @@ snapshots:
|
|||
|
||||
'@babel/helper-compilation-targets@7.23.6':
|
||||
dependencies:
|
||||
'@babel/compat-data': 7.23.5
|
||||
'@babel/compat-data': 7.24.4
|
||||
'@babel/helper-validator-option': 7.23.5
|
||||
browserslist: 4.23.0
|
||||
lru-cache: 5.1.1
|
||||
|
|
@ -17852,10 +17844,6 @@ snapshots:
|
|||
'@babel/helper-member-expression-to-functions': 7.24.5
|
||||
'@babel/helper-optimise-call-expression': 7.22.5
|
||||
|
||||
'@babel/helper-simple-access@7.22.5':
|
||||
dependencies:
|
||||
'@babel/types': 7.24.5
|
||||
|
||||
'@babel/helper-simple-access@7.24.5':
|
||||
dependencies:
|
||||
'@babel/types': 7.24.5
|
||||
|
|
@ -17874,8 +17862,6 @@ snapshots:
|
|||
|
||||
'@babel/helper-string-parser@7.24.1': {}
|
||||
|
||||
'@babel/helper-validator-identifier@7.22.20': {}
|
||||
|
||||
'@babel/helper-validator-identifier@7.24.5': {}
|
||||
|
||||
'@babel/helper-validator-option@7.23.5': {}
|
||||
|
|
@ -18155,7 +18141,7 @@ snapshots:
|
|||
'@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.24.0)':
|
||||
dependencies:
|
||||
'@babel/core': 7.24.0
|
||||
'@babel/helper-module-imports': 7.22.15
|
||||
'@babel/helper-module-imports': 7.24.3
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.0)
|
||||
|
||||
|
|
@ -18221,7 +18207,7 @@ snapshots:
|
|||
'@babel/helper-function-name': 7.23.0
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-replace-supers': 7.22.20(@babel/core@7.24.0)
|
||||
'@babel/helper-split-export-declaration': 7.22.6
|
||||
'@babel/helper-split-export-declaration': 7.24.5
|
||||
globals: 11.12.0
|
||||
|
||||
'@babel/plugin-transform-classes@7.24.5(@babel/core@7.24.0)':
|
||||
|
|
@ -18409,7 +18395,7 @@ snapshots:
|
|||
'@babel/core': 7.24.0
|
||||
'@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.0)
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-simple-access': 7.22.5
|
||||
'@babel/helper-simple-access': 7.24.5
|
||||
|
||||
'@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.0)':
|
||||
dependencies:
|
||||
|
|
@ -18424,7 +18410,7 @@ snapshots:
|
|||
'@babel/helper-hoist-variables': 7.22.5
|
||||
'@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.0)
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/helper-validator-identifier': 7.22.20
|
||||
'@babel/helper-validator-identifier': 7.24.5
|
||||
|
||||
'@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.24.0)':
|
||||
dependencies:
|
||||
|
|
@ -18488,7 +18474,7 @@ snapshots:
|
|||
|
||||
'@babel/plugin-transform-object-rest-spread@7.24.0(@babel/core@7.24.0)':
|
||||
dependencies:
|
||||
'@babel/compat-data': 7.23.5
|
||||
'@babel/compat-data': 7.24.4
|
||||
'@babel/core': 7.24.0
|
||||
'@babel/helper-compilation-targets': 7.23.6
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
|
|
@ -18621,7 +18607,7 @@ snapshots:
|
|||
'@babel/helper-module-imports': 7.22.15
|
||||
'@babel/helper-plugin-utils': 7.24.0
|
||||
'@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.24.0)
|
||||
'@babel/types': 7.24.0
|
||||
'@babel/types': 7.24.5
|
||||
|
||||
'@babel/plugin-transform-react-pure-annotations@7.23.3(@babel/core@7.24.0)':
|
||||
dependencies:
|
||||
|
|
@ -18975,7 +18961,7 @@ snapshots:
|
|||
'@babel/template@7.24.0':
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.23.5
|
||||
'@babel/parser': 7.24.0
|
||||
'@babel/parser': 7.24.8
|
||||
'@babel/types': 7.24.5
|
||||
|
||||
'@babel/traverse@7.24.0(supports-color@5.5.0)':
|
||||
|
|
@ -18985,8 +18971,8 @@ snapshots:
|
|||
'@babel/helper-environment-visitor': 7.22.20
|
||||
'@babel/helper-function-name': 7.23.0
|
||||
'@babel/helper-hoist-variables': 7.22.5
|
||||
'@babel/helper-split-export-declaration': 7.22.6
|
||||
'@babel/parser': 7.24.0
|
||||
'@babel/helper-split-export-declaration': 7.24.5
|
||||
'@babel/parser': 7.24.8
|
||||
'@babel/types': 7.24.5
|
||||
debug: 4.3.4(supports-color@5.5.0)
|
||||
globals: 11.12.0
|
||||
|
|
@ -19946,7 +19932,7 @@ snapshots:
|
|||
'@babel/code-frame': 7.23.5
|
||||
'@babel/core': 7.24.0
|
||||
'@babel/generator': 7.23.6
|
||||
'@babel/parser': 7.24.0
|
||||
'@babel/parser': 7.24.8
|
||||
'@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.0)
|
||||
'@babel/preset-env': 7.24.0(@babel/core@7.24.0)
|
||||
'@babel/preset-react': 7.23.3(@babel/core@7.24.0)
|
||||
|
|
@ -19954,7 +19940,7 @@ snapshots:
|
|||
'@babel/runtime': 7.24.0
|
||||
'@babel/template': 7.24.0
|
||||
'@babel/traverse': 7.24.0(supports-color@5.5.0)
|
||||
'@babel/types': 7.24.0
|
||||
'@babel/types': 7.24.5
|
||||
'@ladle/react-context': 1.0.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
|
||||
'@vitejs/plugin-react': 3.1.0(vite@4.5.2(@types/node@20.12.12)(sass@1.71.1)(terser@5.29.1))
|
||||
axe-core: 4.8.4
|
||||
|
|
@ -21841,7 +21827,7 @@ snapshots:
|
|||
|
||||
'@types/babel__template@7.4.4':
|
||||
dependencies:
|
||||
'@babel/parser': 7.24.0
|
||||
'@babel/parser': 7.24.8
|
||||
'@babel/types': 7.24.5
|
||||
|
||||
'@types/babel__traverse@7.20.5':
|
||||
|
|
@ -23598,7 +23584,7 @@ snapshots:
|
|||
|
||||
babel-plugin-polyfill-corejs2@0.4.9(@babel/core@7.24.0):
|
||||
dependencies:
|
||||
'@babel/compat-data': 7.23.5
|
||||
'@babel/compat-data': 7.24.4
|
||||
'@babel/core': 7.24.0
|
||||
'@babel/helper-define-polyfill-provider': 0.6.0(@babel/core@7.24.0)
|
||||
semver: 6.3.1
|
||||
|
|
@ -27028,10 +27014,10 @@ snapshots:
|
|||
|
||||
flatted@3.3.1: {}
|
||||
|
||||
flowise-embed-react@1.0.2(@types/node@20.12.12)(flowise-embed@1.3.0(bufferutil@4.0.8)(utf-8-validate@6.0.4))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.71.1)(terser@5.29.1)(typescript@5.5.2):
|
||||
flowise-embed-react@1.0.2(@types/node@20.12.12)(flowise-embed@1.3.7(bufferutil@4.0.8)(utf-8-validate@6.0.4))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.71.1)(terser@5.29.1)(typescript@5.5.2):
|
||||
dependencies:
|
||||
'@ladle/react': 2.5.1(@types/node@20.12.12)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.71.1)(terser@5.29.1)(typescript@5.5.2)
|
||||
flowise-embed: 1.3.0(bufferutil@4.0.8)(utf-8-validate@6.0.4)
|
||||
flowise-embed: 1.3.7(bufferutil@4.0.8)(utf-8-validate@6.0.4)
|
||||
react: 18.2.0
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
|
|
@ -27045,7 +27031,7 @@ snapshots:
|
|||
- terser
|
||||
- typescript
|
||||
|
||||
flowise-embed@1.3.0(bufferutil@4.0.8)(utf-8-validate@6.0.4):
|
||||
flowise-embed@1.3.7(bufferutil@4.0.8)(utf-8-validate@6.0.4):
|
||||
dependencies:
|
||||
'@babel/core': 7.24.0
|
||||
'@ts-stack/markdown': 1.5.0
|
||||
|
|
@ -27055,7 +27041,7 @@ snapshots:
|
|||
socket.io-client: 4.7.4(bufferutil@4.0.8)(utf-8-validate@6.0.4)
|
||||
solid-element: 1.7.0(solid-js@1.7.1)
|
||||
solid-js: 1.7.1
|
||||
zod: 3.22.4
|
||||
zod: 3.23.8
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- supports-color
|
||||
|
|
@ -28767,7 +28753,7 @@ snapshots:
|
|||
istanbul-lib-instrument@5.2.1:
|
||||
dependencies:
|
||||
'@babel/core': 7.24.0
|
||||
'@babel/parser': 7.24.0
|
||||
'@babel/parser': 7.24.8
|
||||
'@istanbuljs/schema': 0.1.3
|
||||
istanbul-lib-coverage: 3.2.2
|
||||
semver: 6.3.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue