Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed Aug 29, 2023
1 parent 54b5aad commit 351c10d
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 34 deletions.
40 changes: 20 additions & 20 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.7.0",
"version": "0.7.1",
"description": "CLI containing utilities and simple script runner",
"exports": {
".": {
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.7.0",
"@compas/stdlib": "0.7.1",
"c8": "8.0.1",
"chokidar": "3.5.3",
"recast": "0.23.4",
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.7.0",
"version": "0.7.1",
"description": "Generate various boring parts of your server",
"exports": {
".": {
Expand All @@ -21,7 +21,7 @@
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.7.0"
"@compas/stdlib": "0.7.1"
},
"author": {
"name": "Dirk de Visser",
Expand Down
4 changes: 2 additions & 2 deletions packages/compas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compas",
"version": "0.7.0",
"version": "0.7.1",
"description": "Unified backend tooling",
"exports": {
".": {
Expand All @@ -20,7 +20,7 @@
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.7.0",
"@compas/stdlib": "0.7.1",
"@parcel/watcher": "2.3.0",
"ansi": "0.3.1",
"micromatch": "4.0.5",
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.7.0",
"version": "0.7.1",
"description": "Create compas based applications",
"exports": {
"./package.json": "./package.json"
Expand All @@ -15,7 +15,7 @@
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.7.0",
"@compas/stdlib": "0.7.1",
"tar": "6.1.15"
},
"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.7.0",
"version": "0.7.1",
"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.7.0",
"version": "0.7.1",
"description": "Koa server and common middleware",
"exports": {
".": {
Expand All @@ -21,7 +21,7 @@
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.7.0",
"@compas/stdlib": "0.7.1",
"@types/formidable": "2.0.6",
"@types/koa": "2.13.8",
"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.7.0",
"version": "0.7.1",
"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.7.0",
"version": "0.7.1",
"description": "Postgres & S3-compatible wrappers for common things",
"exports": {
".": {
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@aws-sdk/client-s3": "3.400.0",
"@aws-sdk/lib-storage": "3.400.0",
"@compas/stdlib": "0.7.0",
"@compas/stdlib": "0.7.1",
"crc": "4.3.2",
"cron-parser": "^4.9.0",
"file-type": "18.5.0",
Expand Down

0 comments on commit 351c10d

Please sign in to comment.