Skip to content

Commit

Permalink
2nd push
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryHengZJ committed Nov 26, 2023
1 parent b6f9047 commit 891f14d
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PUPPETEER_SKIP_DOWNLOAD=true
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser

# You can install a specific version like: [email protected]
RUN npm install -g flowise
RUN npm install -g flowise-test

WORKDIR /data

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowise-test",
"version": "1.4.3",
"version": "1.4.7",
"private": true,
"homepage": "https://flowiseai.com",
"workspaces": [
Expand All @@ -10,7 +10,6 @@
"components"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "turbo run build",
"build-force": "pnpm clean && turbo run build --force",
"dev": "turbo run dev --parallel",
Expand Down Expand Up @@ -60,6 +59,6 @@
]
},
"engines": {
"node": ">=18.15.0"
"node": ">=18.15.0 <19.0.0 || ^20"
}
}
3 changes: 1 addition & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "flowise-components-test",
"version": "1.4.3",
"version": "1.4.5",
"description": "Flowiseai Components",
"main": "dist/src/index",
"types": "dist/src/index.d.ts",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "tsc && gulp",
"dev": "tsc --watch",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
Expand Down
Empty file modified packages/server/bin/dev
100644 → 100755
Empty file.
Empty file modified packages/server/bin/dev.cmd
100644 → 100755
Empty file.
Empty file modified packages/server/bin/run
100644 → 100755
Empty file.
Empty file modified packages/server/bin/run.cmd
100644 → 100755
Empty file.
5 changes: 2 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowise-test",
"version": "1.4.3",
"version": "1.4.7",
"description": "Flowiseai Server",
"main": "dist/index",
"types": "dist/index.d.ts",
Expand All @@ -20,7 +20,6 @@
"commands": "./dist/commands"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "tsc",
"start": "run-script-os",
"clean": "rimraf dist",
Expand All @@ -44,7 +43,7 @@
"email": "[email protected]"
},
"engines": {
"node": ">=18.15.0"
"node": ">=18.15.0 <19.0.0 || ^20"
},
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowise-ui-test",
"version": "1.4.1",
"version": "1.4.3",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://flowiseai.com",
"author": {
Expand Down Expand Up @@ -58,7 +58,6 @@
"yup": "^0.32.9"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"build": "vite build",
"clean": "rimraf build",
Expand Down

0 comments on commit 891f14d

Please sign in to comment.