Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed May 10, 2023
1 parent 91f0d31 commit e45b1a5
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 49 deletions.
60 changes: 30 additions & 30 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.2.0",
"version": "0.3.0",
"description": "CLI containing utilities and simple script runner",
"main": "./index.js",
"exports": {
Expand All @@ -26,7 +26,7 @@
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.2.0",
"@compas/stdlib": "0.3.0",
"c8": "7.13.0",
"chokidar": "3.5.3",
"recast": "0.22.0",
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.2.0",
"version": "0.3.0",
"description": "Generate various boring parts of your server",
"main": "./index.js",
"exports": {
Expand All @@ -18,7 +18,7 @@
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.2.0"
"@compas/stdlib": "0.3.0"
},
"author": {
"name": "Dirk de Visser",
Expand Down
14 changes: 7 additions & 7 deletions packages/compas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compas",
"version": "0.2.0",
"version": "0.3.0",
"description": "Unified backend tooling",
"exports": {
"./package.json": "./package.json"
Expand All @@ -17,12 +17,12 @@
],
"license": "MIT",
"dependencies": {
"@compas/cli": "0.2.0",
"@compas/code-gen": "0.2.0",
"@compas/eslint-plugin": "0.2.0",
"@compas/server": "0.2.0",
"@compas/stdlib": "0.2.0",
"@compas/store": "0.2.0"
"@compas/cli": "0.3.0",
"@compas/code-gen": "0.3.0",
"@compas/eslint-plugin": "0.3.0",
"@compas/server": "0.3.0",
"@compas/stdlib": "0.3.0",
"@compas/store": "0.3.0"
},
"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.2.0",
"version": "0.3.0",
"description": "Create compas based applications",
"exports": {
"./package.json": "./package.json"
Expand All @@ -15,7 +15,7 @@
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.2.0",
"@compas/stdlib": "0.3.0",
"tar": "6.1.14"
},
"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.2.0",
"version": "0.3.0",
"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.2.0",
"version": "0.3.0",
"description": "Koa server and common middleware",
"main": "./index.js",
"exports": {
Expand All @@ -18,7 +18,7 @@
],
"license": "MIT",
"dependencies": {
"@compas/stdlib": "0.2.0",
"@compas/stdlib": "0.3.0",
"@types/formidable": "2.0.5",
"@types/koa": "2.13.6",
"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.2.0",
"version": "0.3.0",
"description": "All kinds of utility functions",
"main": "./index.js",
"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.2.0",
"version": "0.3.0",
"description": "Postgres & S3-compatible wrappers for common things",
"main": "./index.js",
"exports": {
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@aws-sdk/client-s3": "3.328.0",
"@aws-sdk/lib-storage": "3.328.0",
"@compas/stdlib": "0.2.0",
"@compas/stdlib": "0.3.0",
"crc": "4.3.2",
"cron-parser": "^4.8.1",
"file-type": "18.3.0",
Expand Down

0 comments on commit e45b1a5

Please sign in to comment.