Skip to content

Commit

Permalink
v0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed Nov 14, 2024
1 parent ce3051e commit 5956680
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compas/cli",
"version": "0.15.4",
"version": "0.15.5",
"description": "CLI containing utilities and simple script runner",
"exports": {
".": {
Expand All @@ -26,7 +26,7 @@
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.15.4",
"@compas/stdlib": "0.15.5",
"c8": "10.1.2",
"chokidar": "3.6.0",
"recast": "0.23.9",
Expand Down
12 changes: 9 additions & 3 deletions packages/code-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compas/code-gen",
"version": "0.15.4",
"version": "0.15.5",
"description": "Generate various boring parts of your server",
"exports": {
".": {
Expand All @@ -10,10 +10,16 @@
"./package.json": "./package.json"
},
"type": "module",
"keywords": ["compas", "generate", "router", "validation", "code-gen"],
"keywords": [
"compas",
"generate",
"router",
"validation",
"code-gen"
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.15.4"
"@compas/stdlib": "0.15.5"
},
"author": {
"name": "Dirk de Visser",
Expand Down
9 changes: 6 additions & 3 deletions packages/create-compas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-compas",
"version": "0.15.4",
"version": "0.15.5",
"description": "Create compas based applications",
"exports": {
"./package.json": "./package.json"
Expand All @@ -9,10 +9,13 @@
"bin": {
"create-compas": "src/create-compas.js"
},
"keywords": ["compas", "create"],
"keywords": [
"compas",
"create"
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.15.4",
"@compas/stdlib": "0.15.5",
"tar": "7.4.3"
},
"author": {
Expand Down
12 changes: 9 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compas/server",
"version": "0.15.4",
"version": "0.15.5",
"description": "Koa server and common middleware",
"exports": {
".": {
Expand All @@ -10,10 +10,16 @@
"./package.json": "./package.json"
},
"type": "module",
"keywords": ["compas", "koa", "api", "http", "backend"],
"keywords": [
"compas",
"koa",
"api",
"http",
"backend"
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.15.4",
"@compas/stdlib": "0.15.5",
"@types/formidable": "2.0.6",
"@types/koa": "2.15.0",
"co-body": "6.2.0",
Expand Down
9 changes: 7 additions & 2 deletions packages/stdlib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compas/stdlib",
"version": "0.15.4",
"version": "0.15.5",
"description": "All kinds of utility functions",
"exports": {
".": {
Expand All @@ -10,7 +10,12 @@
"./package.json": "./package.json"
},
"type": "module",
"keywords": ["compas", "stdlib", "standard", "logger"],
"keywords": [
"compas",
"stdlib",
"standard",
"logger"
],
"license": "MIT",
"dependencies": {
"@types/node": "22.9.0",
Expand Down
11 changes: 8 additions & 3 deletions packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compas/store",
"version": "0.15.4",
"version": "0.15.5",
"description": "Postgres & S3-compatible wrappers for common things",
"exports": {
".": {
Expand All @@ -10,12 +10,17 @@
"./package.json": "./package.json"
},
"type": "module",
"keywords": ["compas", "s3", "postgres", "persistence"],
"keywords": [
"compas",
"s3",
"postgres",
"persistence"
],
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "3.691.0",
"@aws-sdk/lib-storage": "3.691.0",
"@compas/stdlib": "0.15.4",
"@compas/stdlib": "0.15.5",
"crc": "4.3.2",
"cron-parser": "^4.9.0",
"file-type": "19.6.0",
Expand Down

0 comments on commit 5956680

Please sign in to comment.