Skip to content

Commit

Permalink
v0.0.83
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed Oct 18, 2020
1 parent 4175308 commit aaf78ed
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.82",
"version": "0.0.83",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@lbu/cli",
"version": "0.0.82",
"version": "0.0.83",
"description": "CLI containing utilities and simple script runner",
"main": "./index.js",
"exports": "./index.js",
Expand All @@ -27,8 +27,8 @@
],
"license": "MIT",
"dependencies": {
"@lbu/insight": "0.0.82",
"@lbu/stdlib": "0.0.82",
"@lbu/insight": "0.0.83",
"@lbu/stdlib": "0.0.83",
"c8": "7.3.4",
"chokidar": "3.4.3",
"http-proxy": "1.18.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/code-gen/package.json
@@ -1,6 +1,6 @@
{
"name": "@lbu/code-gen",
"version": "0.0.82",
"version": "0.0.83",
"description": "Generate various boring parts of your server",
"main": "./index.js",
"exports": "./index.js",
Expand All @@ -16,9 +16,9 @@
],
"license": "MIT",
"dependencies": {
"@lbu/cli": "0.0.82",
"@lbu/insight": "0.0.82",
"@lbu/stdlib": "0.0.82"
"@lbu/cli": "0.0.83",
"@lbu/insight": "0.0.83",
"@lbu/stdlib": "0.0.83"
},
"maintainers": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/insight/package.json
@@ -1,6 +1,6 @@
{
"name": "@lbu/insight",
"version": "0.0.82",
"version": "0.0.83",
"description": "Simple logger in NDJSON format",
"main": "./index.js",
"exports": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@lbu/lint-config",
"version": "0.0.82",
"version": "0.0.83",
"description": "ESLint & Prettier config",
"main": "index.js",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@lbu/server",
"version": "0.0.82",
"version": "0.0.83",
"description": "Koa server and common middleware",
"main": "./index.js",
"exports": "./index.js",
Expand All @@ -16,8 +16,8 @@
],
"license": "MIT",
"dependencies": {
"@lbu/insight": "0.0.82",
"@lbu/stdlib": "0.0.82",
"@lbu/insight": "0.0.83",
"@lbu/stdlib": "0.0.83",
"formidable": "2.0.0-canary.20200504.1",
"keygrip": "1.1.0",
"koa": "2.13.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/stdlib/package.json
@@ -1,6 +1,6 @@
{
"name": "@lbu/stdlib",
"version": "0.0.82",
"version": "0.0.83",
"description": "All kinds of utility functions",
"main": "./index.js",
"exports": "./index.js",
Expand All @@ -14,7 +14,7 @@
],
"license": "MIT",
"dependencies": {
"@lbu/insight": "0.0.82",
"@lbu/insight": "0.0.83",
"@types/node": "14.11.10",
"dotenv": "8.2.0",
"lodash.merge": "4.6.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/store/package.json
@@ -1,6 +1,6 @@
{
"name": "@lbu/store",
"version": "0.0.82",
"version": "0.0.83",
"description": "Postgres & S3-compatible wrappers for common things",
"main": "./index.js",
"exports": "./index.js",
Expand All @@ -15,8 +15,8 @@
],
"license": "MIT",
"dependencies": {
"@lbu/insight": "0.0.82",
"@lbu/stdlib": "0.0.82",
"@lbu/insight": "0.0.83",
"@lbu/stdlib": "0.0.83",
"@types/minio": "7.0.6",
"mime-types": "2.1.27",
"minio": "7.0.16",
Expand Down

0 comments on commit aaf78ed

Please sign in to comment.