Skip to content

Commit

Permalink
v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed May 21, 2024
1 parent 772ef98 commit 7d973d7
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.11.1",
"version": "0.11.2",
"description": "CLI containing utilities and simple script runner",
"exports": {
".": {
Expand Down Expand Up @@ -28,7 +28,7 @@
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.11.1",
"@compas/stdlib": "0.11.2",
"c8": "9.1.0",
"chokidar": "3.6.0",
"recast": "0.23.6",
Expand Down
4 changes: 2 additions & 2 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.11.1",
"version": "0.11.2",
"description": "Generate various boring parts of your server",
"exports": {
".": {
Expand All @@ -21,7 +21,7 @@
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.11.1"
"@compas/stdlib": "0.11.2"
},
"author": {
"name": "Dirk de Visser",
Expand Down
4 changes: 2 additions & 2 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.11.1",
"version": "0.11.2",
"description": "Create compas based applications",
"exports": {
"./package.json": "./package.json"
Expand All @@ -15,7 +15,7 @@
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.11.1",
"@compas/stdlib": "0.11.2",
"tar": "6.2.1"
},
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compas/eslint-plugin",
"version": "0.11.1",
"version": "0.11.2",
"description": "ESLint plugin",
"main": "index.js",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compas/server",
"version": "0.11.1",
"version": "0.11.2",
"description": "Koa server and common middleware",
"exports": {
".": {
Expand All @@ -21,7 +21,7 @@
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.11.1",
"@compas/stdlib": "0.11.2",
"@types/formidable": "2.0.6",
"@types/koa": "2.15.0",
"co-body": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stdlib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compas/stdlib",
"version": "0.11.1",
"version": "0.11.2",
"description": "All kinds of utility functions",
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 deletions packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compas/store",
"version": "0.11.1",
"version": "0.11.2",
"description": "Postgres & S3-compatible wrappers for common things",
"exports": {
".": {
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@aws-sdk/client-s3": "3.554.0",
"@aws-sdk/lib-storage": "3.554.0",
"@compas/stdlib": "0.11.1",
"@compas/stdlib": "0.11.2",
"crc": "4.3.2",
"cron-parser": "^4.9.0",
"file-type": "19.0.0",
Expand Down

0 comments on commit 7d973d7

Please sign in to comment.