chore: linkys

This commit is contained in:
cha0s 2022-02-28 11:59:16 -06:00
parent cac0cdce2d
commit aa245f1ff0
31 changed files with 128 additions and 50 deletions

View File

@ -1,6 +1,9 @@
{
"name": "@flecks/monorepo",
"repository": "https://github.com/cha0s/flecks",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git"
},
"scripts": {
"build": "lerna run build",
"lint": "lerna run lint",

View File

@ -3,17 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
### Bug Fixes
* sourcemaps for compiled flecks ([e35f87b](https://git.hq.cha0s.io/cha0s/flecks/commits/e35f87b888e5cee891d6b2b6cca761a0898a2461))
* **core:** compilation uses source babel config and ignores node_modules ([0b0219d](https://git.hq.cha0s.io/cha0s/flecks/commits/0b0219d09eae6a1f7952af1a751bc77c35ee5591))
* sourcemaps for compiled flecks ([e35f87b](https://github.com/cha0s/flecks/commits/e35f87b888e5cee891d6b2b6cca761a0898a2461))
* **core:** compilation uses source babel config and ignores node_modules ([0b0219d](https://github.com/cha0s/flecks/commits/0b0219d09eae6a1f7952af1a751bc77c35ee5591))
### Features
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
* **core/server:** read config from environment ([8ed9648](https://git.hq.cha0s.io/cha0s/flecks/commits/8ed96484b9cc260b1bc46d8f4cbe621476960d6c))
* babel in flecksrc ([dc60217](https://git.hq.cha0s.io/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
* **core/server:** read config from environment ([8ed9648](https://github.com/cha0s/flecks/commits/8ed96484b9cc260b1bc46d8f4cbe621476960d6c))
* babel in flecksrc ([dc60217](https://github.com/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))

View File

@ -1,5 +1,10 @@
{
"name": "@flecks/core",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git",
"directory": "packages/core"
},
"publishConfig": {
"access": "public"
},

View File

@ -3,17 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
### Features
* VSCode launch config ([5749228](https://git.hq.cha0s.io/cha0s/flecks/commits/5749228c2eb3ad22abf8006c90cc0bf3b5fc5865))
* VSCode launch config ([5749228](https://github.com/cha0s/flecks/commits/5749228c2eb3ad22abf8006c90cc0bf3b5fc5865))
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/create-app

View File

@ -1,5 +1,10 @@
{
"name": "@flecks/create-app",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git",
"directory": "packages/create-app"
},
"publishConfig": {
"access": "public"
},

View File

@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
**Note:** Version bump only for package @flecks/create-fleck
@ -11,6 +11,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/create-fleck

View File

@ -1,5 +1,10 @@
{
"name": "@flecks/create-fleck",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git",
"directory": "packages/create-fleck"
},
"publishConfig": {
"access": "public"
},

View File

@ -3,17 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
### Features
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/db

View File

@ -1,5 +1,10 @@
{
"name": "@flecks/db",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git",
"directory": "packages/db"
},
"publishConfig": {
"access": "public"
},

View File

@ -3,17 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
### Features
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/docker

View File

@ -1,5 +1,10 @@
{
"name": "@flecks/docker",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git",
"directory": "packages/docker"
},
"publishConfig": {
"access": "public"
},

View File

@ -3,18 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
### Features
* babel in flecksrc ([dc60217](https://git.hq.cha0s.io/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
* babel in flecksrc ([dc60217](https://github.com/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/fleck

View File

@ -1,5 +1,10 @@
{
"name": "@flecks/fleck",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git",
"directory": "packages/fleck"
},
"publishConfig": {
"access": "public"
},

View File

@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
**Note:** Version bump only for package @flecks/governor
@ -11,6 +11,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/governor

View File

@ -1,5 +1,10 @@
{
"name": "@flecks/governor",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git",
"directory": "packages/governor"
},
"publishConfig": {
"access": "public"
},

View File

@ -3,17 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
### Features
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/http

View File

@ -1,5 +1,10 @@
{
"name": "@flecks/http",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git",
"directory": "packages/http"
},
"publishConfig": {
"access": "public"
},

View File

@ -3,18 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
### Features
* babel in flecksrc ([dc60217](https://git.hq.cha0s.io/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
* babel in flecksrc ([dc60217](https://github.com/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/react

View File

@ -1,5 +1,10 @@
{
"name": "@flecks/react",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git",
"directory": "packages/react"
},
"publishConfig": {
"access": "public"
},

View File

@ -3,17 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
### Features
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/redis

View File

@ -1,5 +1,10 @@
{
"name": "@flecks/redis",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git",
"directory": "packages/redis"
},
"publishConfig": {
"access": "public"
},

View File

@ -3,17 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
### Features
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/redux

View File

@ -1,5 +1,10 @@
{
"name": "@flecks/redux",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git",
"directory": "packages/redux"
},
"publishConfig": {
"access": "public"
},

View File

@ -3,17 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
### Features
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/repl

View File

@ -1,5 +1,10 @@
{
"name": "@flecks/repl",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git",
"directory": "packages/repl"
},
"publishConfig": {
"access": "public"
},

View File

@ -3,17 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
### Features
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/server

View File

@ -1,5 +1,10 @@
{
"name": "@flecks/server",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git",
"directory": "packages/server"
},
"publishConfig": {
"access": "public"
},

View File

@ -3,17 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
### Features
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/socket

View File

@ -1,5 +1,10 @@
{
"name": "@flecks/socket",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git",
"directory": "packages/socket"
},
"publishConfig": {
"access": "public"
},

View File

@ -3,18 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
### Features
* babel in flecksrc ([dc60217](https://git.hq.cha0s.io/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
* babel in flecksrc ([dc60217](https://github.com/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/user

View File

@ -1,5 +1,10 @@
{
"name": "@flecks/user",
"repository": {
"type" : "git",
"url" : "https://github.com/cha0s/flecks.git",
"directory": "packages/user"
},
"publishConfig": {
"access": "public"
},