Skip to content

Commit

Permalink
v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed Oct 23, 2024
1 parent d8115ab commit 10ca595
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.1",
"version": "0.15.2",
"description": "CLI containing utilities and simple script runner",
"exports": {
".": {
Expand Down Expand Up @@ -28,7 +28,7 @@
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.15.1",
"@compas/stdlib": "0.15.2",
"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.1",
"version": "0.15.2",
"description": "Generate various boring parts of your server",
"exports": {
".": {
Expand All @@ -12,10 +12,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.1"
"@compas/stdlib": "0.15.2"
},
"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.1",
"version": "0.15.2",
"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.1",
"@compas/stdlib": "0.15.2",
"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.1",
"version": "0.15.2",
"description": "Koa server and common middleware",
"exports": {
".": {
Expand All @@ -12,10 +12,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.1",
"@compas/stdlib": "0.15.2",
"@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.1",
"version": "0.15.2",
"description": "All kinds of utility functions",
"exports": {
".": {
Expand All @@ -12,7 +12,12 @@
"./package.json": "./package.json"
},
"type": "module",
"keywords": ["compas", "stdlib", "standard", "logger"],
"keywords": [
"compas",
"stdlib",
"standard",
"logger"
],
"license": "MIT",
"dependencies": {
"@types/node": "22.7.9",
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.1",
"version": "0.15.2",
"description": "Postgres & S3-compatible wrappers for common things",
"exports": {
".": {
Expand All @@ -12,12 +12,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.677.0",
"@aws-sdk/lib-storage": "3.677.0",
"@compas/stdlib": "0.15.1",
"@compas/stdlib": "0.15.2",
"crc": "4.3.2",
"cron-parser": "^4.9.0",
"file-type": "19.5.0",
Expand Down

0 comments on commit 10ca595

Please sign in to comment.