v3.1.4
This commit is contained in:
parent
aed55e9c3f
commit
b90cd38495
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -3,6 +3,28 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* aliases ([527c7b0](https://github.com/cha0s/flecks/commit/527c7b03790b1bc2d26d06be31833c3bb64856a4))
|
||||||
|
* **dox:** broke tests ([765a2ee](https://github.com/cha0s/flecks/commit/765a2eed9e3dc056afd8b348c2d7021ebb288393))
|
||||||
|
* **dox:** missing specs ([980ed41](https://github.com/cha0s/flecks/commit/980ed41b9b050c3238f5d8830dcd1474e798d913))
|
||||||
|
* flecks quirk files ([3790226](https://github.com/cha0s/flecks/commit/37902264d45d63aa7aea24f5c0b82bc3f2fdf95e))
|
||||||
|
* hook name ([bf8298f](https://github.com/cha0s/flecks/commit/bf8298fe6883340a73a341ca058872eff24c50d9))
|
||||||
|
* server HMR cleanliness ([df40891](https://github.com/cha0s/flecks/commit/df40891a0b6d60c2fb28c0aa32a0d20d878f114f))
|
||||||
|
* symlinked flecks ([ff79be1](https://github.com/cha0s/flecks/commit/ff79be17677560f5e8b2151d9f67252049b0d2ff))
|
||||||
|
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* enhanced-resolve is far too slow for runtime ([6d1c59b](https://github.com/cha0s/flecks/commit/6d1c59b3517b527f436aadd322ddad7a47eab9d6))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/monorepo
|
**Note:** Version bump only for package @flecks/monorepo
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
"packages": [
|
"packages": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"version": "3.1.3"
|
"version": "3.1.4"
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,22 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://git.hq.cha0s.io/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* symlinked flecks ([ff79be1](https://git.hq.cha0s.io/cha0s/flecks/commits/ff79be17677560f5e8b2151d9f67252049b0d2ff))
|
||||||
|
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* enhanced-resolve is far too slow for runtime ([6d1c59b](https://git.hq.cha0s.io/cha0s/flecks/commits/6d1c59b3517b527f436aadd322ddad7a47eab9d6))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://git.hq.cha0s.io/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://git.hq.cha0s.io/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/build
|
**Note:** Version bump only for package @flecks/build
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/build",
|
"name": "@flecks/build",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
"@babel/eslint-plugin": "^7.22.10",
|
"@babel/eslint-plugin": "^7.22.10",
|
||||||
"@babel/plugin-transform-regenerator": "^7.16.7",
|
"@babel/plugin-transform-regenerator": "^7.16.7",
|
||||||
"@babel/preset-env": "^7.12.11",
|
"@babel/preset-env": "^7.12.11",
|
||||||
"@flecks/core": "^3.1.0",
|
"@flecks/core": "^3.1.4",
|
||||||
"babel-loader": "^9.1.3",
|
"babel-loader": "^9.1.3",
|
||||||
"babel-merge": "^3.0.0",
|
"babel-merge": "^3.0.0",
|
||||||
"chai": "4.2.0",
|
"chai": "4.2.0",
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/core
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [3.1.0](https://github.com/cha0s/flecks/compare/v1.4.1...v3.1.0) (2024-01-26)
|
# [3.1.0](https://github.com/cha0s/flecks/compare/v1.4.1...v3.1.0) (2024-01-26)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/core",
|
"name": "@flecks/core",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/create-app
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/create-app
|
**Note:** Version bump only for package @flecks/create-app
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/create-app",
|
"name": "@flecks/create-app",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -26,12 +26,12 @@
|
||||||
"template"
|
"template"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"minimatch": "^5.0.1",
|
"minimatch": "^5.0.1",
|
||||||
"validate-npm-package-name": "^3.0.0"
|
"validate-npm-package-name": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/create-fleck
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/create-fleck
|
**Note:** Version bump only for package @flecks/create-fleck
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/create-fleck",
|
"name": "@flecks/create-fleck",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -25,11 +25,11 @@
|
||||||
"template"
|
"template"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"@flecks/create-app": "^3.1.3"
|
"@flecks/create-app": "^3.1.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/db
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/db
|
**Note:** Version bump only for package @flecks/db
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/db",
|
"name": "@flecks/db",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -23,12 +23,12 @@
|
||||||
"server.js"
|
"server.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"sequelize": "^6.3.5",
|
"sequelize": "^6.3.5",
|
||||||
"sqlite3": "^5.0.2"
|
"sqlite3": "^5.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/docker
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/docker
|
**Note:** Version bump only for package @flecks/docker
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/docker",
|
"name": "@flecks/docker",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -22,11 +22,11 @@
|
||||||
"server.js"
|
"server.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"debug": "^4.3.3"
|
"debug": "^4.3.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,18 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **dox:** broke tests ([765a2ee](https://github.com/cha0s/flecks/commit/765a2eed9e3dc056afd8b348c2d7021ebb288393))
|
||||||
|
* flecks quirk files ([3790226](https://github.com/cha0s/flecks/commit/37902264d45d63aa7aea24f5c0b82bc3f2fdf95e))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/dox
|
**Note:** Version bump only for package @flecks/dox
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/dox",
|
"name": "@flecks/dox",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -23,12 +23,12 @@
|
||||||
"@babel/core": "^7.17.2",
|
"@babel/core": "^7.17.2",
|
||||||
"@babel/traverse": "^7.17.0",
|
"@babel/traverse": "^7.17.0",
|
||||||
"@babel/types": "^7.17.0",
|
"@babel/types": "^7.17.0",
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"comment-parser": "^1.3.0",
|
"comment-parser": "^1.3.0",
|
||||||
"rimraf": "^5.0.5"
|
"rimraf": "^5.0.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/electron
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/electron
|
**Note:** Version bump only for package @flecks/electron
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/electron",
|
"name": "@flecks/electron",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -22,12 +22,12 @@
|
||||||
"server.js"
|
"server.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"electron": "^28.1.4",
|
"electron": "^28.1.4",
|
||||||
"electron-devtools-installer": "^3.2.0"
|
"electron-devtools-installer": "^3.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/fleck
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/fleck
|
**Note:** Version bump only for package @flecks/fleck
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/fleck",
|
"name": "@flecks/fleck",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
},
|
},
|
||||||
"files": [],
|
"files": [],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"babel-merge": "^3.0.0",
|
"babel-merge": "^3.0.0",
|
||||||
"chokidar": "^3.5.3",
|
"chokidar": "^3.5.3",
|
||||||
"clear-module": "^4.1.2",
|
"clear-module": "^4.1.2",
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
"mocha": "^8.3.2"
|
"mocha": "^8.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"chai": "4.2.0"
|
"chai": "4.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/passport-local-react
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/passport-local-react
|
**Note:** Version bump only for package @flecks/passport-local-react
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/passport-local-react",
|
"name": "@flecks/passport-local-react",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -22,13 +22,13 @@
|
||||||
"index.js"
|
"index.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"@flecks/passport-local": "^3.1.3",
|
"@flecks/passport-local": "^3.1.4",
|
||||||
"@flecks/passport-react": "^3.1.3",
|
"@flecks/passport-react": "^3.1.4",
|
||||||
"@flecks/react": "^3.1.3"
|
"@flecks/react": "^3.1.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/passport-local
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/passport-local
|
**Note:** Version bump only for package @flecks/passport-local
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/passport-local",
|
"name": "@flecks/passport-local",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -22,13 +22,13 @@
|
||||||
"server.js"
|
"server.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"@flecks/passport": "^3.1.3",
|
"@flecks/passport": "^3.1.4",
|
||||||
"bcrypt": "^5.1.1",
|
"bcrypt": "^5.1.1",
|
||||||
"passport-local": "^1.0.0"
|
"passport-local": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/passport-react
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/passport-react
|
**Note:** Version bump only for package @flecks/passport-react
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/passport-react",
|
"name": "@flecks/passport-react",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -22,14 +22,14 @@
|
||||||
"index.js"
|
"index.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"@flecks/passport": "^3.1.3",
|
"@flecks/passport": "^3.1.4",
|
||||||
"@flecks/react": "^3.1.3",
|
"@flecks/react": "^3.1.4",
|
||||||
"@flecks/react-redux": "^3.1.3",
|
"@flecks/react-redux": "^3.1.4",
|
||||||
"@flecks/web": "^3.1.3"
|
"@flecks/web": "^3.1.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/passport
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/passport
|
**Note:** Version bump only for package @flecks/passport
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/passport",
|
"name": "@flecks/passport",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -23,14 +23,14 @@
|
||||||
"server.js"
|
"server.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"@flecks/db": "^3.1.3",
|
"@flecks/db": "^3.1.4",
|
||||||
"@flecks/redux": "^3.1.3",
|
"@flecks/redux": "^3.1.4",
|
||||||
"@flecks/session": "^3.1.3",
|
"@flecks/session": "^3.1.4",
|
||||||
"passport": "^0.7.0"
|
"passport": "^0.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://git.hq.cha0s.io/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/react-redux
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://git.hq.cha0s.io/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://git.hq.cha0s.io/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/react-redux
|
**Note:** Version bump only for package @flecks/react-redux
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/react-redux",
|
"name": "@flecks/react-redux",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "flecks build",
|
"build": "flecks build",
|
||||||
"clean": "flecks clean",
|
"clean": "flecks clean",
|
||||||
|
@ -14,16 +14,16 @@
|
||||||
"server.js"
|
"server.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"@flecks/react": "^3.1.3",
|
"@flecks/react": "^3.1.4",
|
||||||
"@flecks/redux": "^3.1.3",
|
"@flecks/redux": "^3.1.4",
|
||||||
"react-redux": "^7.2.2"
|
"react-redux": "^7.2.2"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/react
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/react
|
**Note:** Version bump only for package @flecks/react
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/react",
|
"name": "@flecks/react",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -33,8 +33,8 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/preset-react": "^7.23.3",
|
"@babel/preset-react": "^7.23.3",
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"@flecks/web": "^3.1.3",
|
"@flecks/web": "^3.1.4",
|
||||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
||||||
"babel-merge": "^3.0.0",
|
"babel-merge": "^3.0.0",
|
||||||
"classnames": "^2.3.1",
|
"classnames": "^2.3.1",
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
"redux-first-history": "5.1.1"
|
"redux-first-history": "5.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/redis
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/redis
|
**Note:** Version bump only for package @flecks/redis
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/redis",
|
"name": "@flecks/redis",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -24,14 +24,14 @@
|
||||||
"server.js"
|
"server.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"@socket.io/redis-adapter": "7.1.0",
|
"@socket.io/redis-adapter": "7.1.0",
|
||||||
"connect-redis": "^5.0.0",
|
"connect-redis": "^5.0.0",
|
||||||
"express-session": "^1.17.1",
|
"express-session": "^1.17.1",
|
||||||
"redis": "4.0.3"
|
"redis": "4.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/redux
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/redux
|
**Note:** Version bump only for package @flecks/redux
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/redux",
|
"name": "@flecks/redux",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -24,14 +24,14 @@
|
||||||
"server.js"
|
"server.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"@reduxjs/toolkit": "^1.5.0",
|
"@reduxjs/toolkit": "^1.5.0",
|
||||||
"debug": "^4.3.3",
|
"debug": "^4.3.3",
|
||||||
"lodash.throttle": "^4.1.1",
|
"lodash.throttle": "^4.1.1",
|
||||||
"reduce-reducers": "^1.0.4"
|
"reduce-reducers": "^1.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/repl
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/repl
|
**Note:** Version bump only for package @flecks/repl
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/repl",
|
"name": "@flecks/repl",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -22,12 +22,12 @@
|
||||||
"server.js"
|
"server.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"command-exists": "^1.2.9",
|
"command-exists": "^1.2.9",
|
||||||
"debug": "4.3.1"
|
"debug": "4.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* server HMR cleanliness ([df40891](https://github.com/cha0s/flecks/commit/df40891a0b6d60c2fb28c0aa32a0d20d878f114f))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/server
|
**Note:** Version bump only for package @flecks/server
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/server",
|
"name": "@flecks/server",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -23,10 +23,10 @@
|
||||||
"runtime.js"
|
"runtime.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^3.1.3"
|
"@flecks/core": "^3.1.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/session
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/session
|
**Note:** Version bump only for package @flecks/session
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/session",
|
"name": "@flecks/session",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -22,12 +22,12 @@
|
||||||
"server.js"
|
"server.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"express": "^4.18.2",
|
"express": "^4.18.2",
|
||||||
"express-session": "^1.17.3"
|
"express-session": "^1.17.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,18 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **dox:** missing specs ([980ed41](https://github.com/cha0s/flecks/commit/980ed41b9b050c3238f5d8830dcd1474e798d913))
|
||||||
|
* hook name ([bf8298f](https://github.com/cha0s/flecks/commit/bf8298fe6883340a73a341ca058872eff24c50d9))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/socket
|
**Note:** Version bump only for package @flecks/socket
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/socket",
|
"name": "@flecks/socket",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -24,8 +24,8 @@
|
||||||
"server.js"
|
"server.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"@flecks/react": "^3.1.3",
|
"@flecks/react": "^3.1.4",
|
||||||
"msgpack-lite": "^0.1.26",
|
"msgpack-lite": "^0.1.26",
|
||||||
"proxy-addr": "^2.0.6",
|
"proxy-addr": "^2.0.6",
|
||||||
"schemapack": "^1.4.2",
|
"schemapack": "^1.4.2",
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
"socket.io-client": "^4.1.2"
|
"socket.io-client": "^4.1.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [3.1.4](https://github.com/cha0s/flecks/compare/v3.1.3...v3.1.4) (2024-01-29)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @flecks/web
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
## [3.1.3](https://github.com/cha0s/flecks/compare/v3.1.1...v3.1.3) (2024-01-26)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/web
|
**Note:** Version bump only for package @flecks/web
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/web",
|
"name": "@flecks/web",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"author": "cha0s",
|
"author": "cha0s",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": "^7.17.0",
|
"@babel/parser": "^7.17.0",
|
||||||
"@babel/types": "^7.17.0",
|
"@babel/types": "^7.17.0",
|
||||||
"@flecks/core": "^3.1.3",
|
"@flecks/core": "^3.1.4",
|
||||||
"@webpack-cli/serve": "^2.0.5",
|
"@webpack-cli/serve": "^2.0.5",
|
||||||
"add-asset-html-webpack-plugin": "^3.2.2",
|
"add-asset-html-webpack-plugin": "^3.2.2",
|
||||||
"assert": "^2.1.0",
|
"assert": "^2.1.0",
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
"webpack-dev-server": "^4.15.1"
|
"webpack-dev-server": "^4.15.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.1.3",
|
"@flecks/build": "^3.1.4",
|
||||||
"@flecks/fleck": "^3.1.3"
|
"@flecks/fleck": "^3.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user