This commit is contained in:
cha0s 2022-03-09 14:49:35 -06:00
parent 8c2c7c653a
commit 931730455b
34 changed files with 229 additions and 50 deletions

View File

@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
### Bug Fixes
* paths ([72042d0](https://github.com/cha0s/flecks/commit/72042d0ee6b101abf67990449bbe78f513b33bfc))
* pick up local Flecks ([45cf391](https://github.com/cha0s/flecks/commit/45cf391c7d47e97794db4eae84f0a5bf0794aa06))
* return code ([23d6ba9](https://github.com/cha0s/flecks/commit/23d6ba9aa38e4b590a04a242d5cb208d4b13709f))
### Features
* autodoc for build config ([fd4050e](https://github.com/cha0s/flecks/commit/fd4050e0e91a8c285bbe085d4b1acb04cdd4eac8))
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)

View File

@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.2.1"
"version": "1.3.0"
}

View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
### Bug Fixes
* return code ([23d6ba9](https://github.com/cha0s/flecks/commit/23d6ba9aa38e4b590a04a242d5cb208d4b13709f))
### Features
* autodoc for build config ([fd4050e](https://github.com/cha0s/flecks/commit/fd4050e0e91a8c285bbe085d4b1acb04cdd4eac8))
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"main": "index.js",
"author": "cha0s",
"license": "MIT",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
**Note:** Version bump only for package @flecks/create-app
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)
**Note:** Version bump only for package @flecks/create-app

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"bin": {
"create-app": "./cli.js"
},
@ -28,12 +28,12 @@
"template"
],
"dependencies": {
"@flecks/core": "^1.2.1",
"@flecks/core": "^1.3.0",
"glob": "^7.2.0",
"minimatch": "^5.0.1",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"@flecks/fleck": "^1.2.1"
"@flecks/fleck": "^1.3.0"
}
}

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
**Note:** Version bump only for package @flecks/create-fleck
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)
**Note:** Version bump only for package @flecks/create-fleck

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"bin": {
"create-fleck": "./cli.js"
},
@ -26,10 +26,10 @@
"template"
],
"dependencies": {
"@flecks/core": "^1.2.1",
"@flecks/create-app": "^1.2.1"
"@flecks/core": "^1.3.0",
"@flecks/create-app": "^1.3.0"
},
"devDependencies": {
"@flecks/fleck": "^1.2.1"
"@flecks/fleck": "^1.3.0"
}
}

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
**Note:** Version bump only for package @flecks/db
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)
**Note:** Version bump only for package @flecks/db

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
@ -23,11 +23,11 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.2.1",
"@flecks/core": "^1.3.0",
"sequelize": "^6.3.5",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"@flecks/fleck": "^1.2.1"
"@flecks/fleck": "^1.3.0"
}
}

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
**Note:** Version bump only for package @flecks/docker
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)
**Note:** Version bump only for package @flecks/docker

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -24,10 +24,10 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.2.1",
"@flecks/core": "^1.3.0",
"debug": "^4.3.3"
},
"devDependencies": {
"@flecks/fleck": "^1.2.1"
"@flecks/fleck": "^1.3.0"
}
}

View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
### Bug Fixes
* pick up local Flecks ([45cf391](https://github.com/cha0s/flecks/commit/45cf391c7d47e97794db4eae84f0a5bf0794aa06))
### Features
* autodoc for build config ([fd4050e](https://github.com/cha0s/flecks/commit/fd4050e0e91a8c285bbe085d4b1acb04cdd4eac8))
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -27,11 +27,11 @@
"@babel/core": "^7.17.2",
"@babel/traverse": "^7.17.0",
"@babel/types": "^7.17.0",
"@flecks/core": "^1.2.1",
"@flecks/core": "^1.3.0",
"comment-parser": "^1.3.0",
"glob": "^7.2.0"
},
"devDependencies": {
"@flecks/fleck": "^1.2.1"
"@flecks/fleck": "^1.3.0"
}
}

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
**Note:** Version bump only for package @flecks/fleck
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)
**Note:** Version bump only for package @flecks/fleck

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"author": "cha0s",
"license": "MIT",
"bin": {
@ -31,7 +31,7 @@
"test.js.map"
],
"dependencies": {
"@flecks/core": "^1.2.1",
"@flecks/core": "^1.3.0",
"@neutrinojs/node": "^9.4.0",
"babel-merge": "^3.0.0",
"chokidar": "^3.5.3",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
**Note:** Version bump only for package @flecks/governor
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)
**Note:** Version bump only for package @flecks/governor

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -26,12 +26,12 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.2.1",
"@flecks/db": "^1.2.1",
"@flecks/core": "^1.3.0",
"@flecks/db": "^1.3.0",
"rate-limiter-flexible": "^2.1.13",
"redis": "^3.1.2"
},
"devDependencies": {
"@flecks/fleck": "^1.2.1"
"@flecks/fleck": "^1.3.0"
}
}

View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
### Bug Fixes
* paths ([72042d0](https://github.com/cha0s/flecks/commit/72042d0ee6b101abf67990449bbe78f513b33bfc))
### Features
* autodoc for build config ([fd4050e](https://github.com/cha0s/flecks/commit/fd4050e0e91a8c285bbe085d4b1acb04cdd4eac8))
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)
**Note:** Version bump only for package @flecks/http

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -37,7 +37,7 @@
"tests.js.map"
],
"dependencies": {
"@flecks/core": "^1.2.1",
"@flecks/core": "^1.3.0",
"@neutrinojs/web": "^9.1.0",
"compression": "^1.7.4",
"express": "^4.17.1",
@ -53,7 +53,7 @@
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"@flecks/fleck": "^1.2.1",
"@flecks/fleck": "^1.3.0",
"@neutrinojs/copy": "^9.4.0"
}
}

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
### Bug Fixes
* paths ([72042d0](https://github.com/cha0s/flecks/commit/72042d0ee6b101abf67990449bbe78f513b33bfc))
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)
**Note:** Version bump only for package @flecks/react

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -41,7 +41,7 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.2.1",
"@flecks/core": "^1.3.0",
"@hot-loader/react-dom": "^17.0.1",
"@neutrinojs/react": "^9.4.0",
"classnames": "^2.3.1",
@ -53,6 +53,6 @@
"redux-first-history": "^5.0.8"
},
"devDependencies": {
"@flecks/fleck": "^1.2.1"
"@flecks/fleck": "^1.3.0"
}
}

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
**Note:** Version bump only for package @flecks/redis
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)
**Note:** Version bump only for package @flecks/redis

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
@ -25,13 +25,13 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.2.1",
"@flecks/core": "^1.3.0",
"@socket.io/redis-adapter": "7.1.0",
"connect-redis": "^5.0.0",
"express-session": "^1.17.1",
"redis": "4.0.3"
},
"devDependencies": {
"@flecks/fleck": "^1.2.1"
"@flecks/fleck": "^1.3.0"
}
}

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
### Bug Fixes
* paths ([72042d0](https://github.com/cha0s/flecks/commit/72042d0ee6b101abf67990449bbe78f513b33bfc))
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)
**Note:** Version bump only for package @flecks/redux

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -28,7 +28,7 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.2.1",
"@flecks/core": "^1.3.0",
"@hot-loader/react-dom": "^17.0.1",
"@reduxjs/toolkit": "^1.5.0",
"debug": "^4.3.3",
@ -37,6 +37,6 @@
"reduce-reducers": "^1.0.4"
},
"devDependencies": {
"@flecks/fleck": "^1.2.1"
"@flecks/fleck": "^1.3.0"
}
}

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
**Note:** Version bump only for package @flecks/repl
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)
**Note:** Version bump only for package @flecks/repl

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
@ -23,11 +23,11 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.2.1",
"@flecks/core": "^1.3.0",
"command-exists": "^1.2.9",
"debug": "4.3.1"
},
"devDependencies": {
"@flecks/fleck": "^1.2.1"
"@flecks/fleck": "^1.3.0"
}
}

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
**Note:** Version bump only for package @flecks/server
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)
**Note:** Version bump only for package @flecks/server

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"main": "index.js",
"license": "MIT",
"scripts": {
@ -33,7 +33,7 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.2.1",
"@flecks/core": "^1.3.0",
"@neutrinojs/banner": "^9.5.0",
"@neutrinojs/node": "^9.4.0",
"@neutrinojs/start-server": "^9.5.0",
@ -42,6 +42,6 @@
"webpack-node-externals": "2.5.2"
},
"devDependencies": {
"@flecks/fleck": "^1.2.1"
"@flecks/fleck": "^1.3.0"
}
}

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
### Bug Fixes
* paths ([72042d0](https://github.com/cha0s/flecks/commit/72042d0ee6b101abf67990449bbe78f513b33bfc))
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)
**Note:** Version bump only for package @flecks/socket

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -28,7 +28,7 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.2.1",
"@flecks/core": "^1.3.0",
"msgpack-lite": "^0.1.26",
"proxy-addr": "^2.0.6",
"schemapack": "^1.4.2",
@ -36,6 +36,6 @@
"socket.io-client": "^4.1.2"
},
"devDependencies": {
"@flecks/fleck": "^1.2.1"
"@flecks/fleck": "^1.3.0"
}
}

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09)
**Note:** Version bump only for package @flecks/user
## [1.2.1](https://github.com/cha0s/flecks/compare/v1.2.0...v1.2.1) (2022-03-08)
**Note:** Version bump only for package @flecks/user

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.1",
"version": "1.3.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -34,9 +34,9 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.2.1",
"@flecks/react": "^1.2.1",
"@flecks/redux": "^1.2.1",
"@flecks/core": "^1.3.0",
"@flecks/react": "^1.3.0",
"@flecks/redux": "^1.3.0",
"bcrypt": "^5.0.0",
"express": "^4.17.1",
"express-session": "1.17.1",
@ -45,6 +45,6 @@
},
"devDependencies": {
"@babel/preset-react": "^7.12.10",
"@flecks/fleck": "^1.2.1"
"@flecks/fleck": "^1.3.0"
}
}