File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @compas/cli" ,
3
- "version" : " 0.18.0 " ,
3
+ "version" : " 0.18.1 " ,
4
4
"description" : " CLI containing utilities and simple script runner" ,
5
5
"exports" : {
6
6
"." : {
26
26
],
27
27
"license" : " MIT" ,
28
28
"dependencies" : {
29
- "@compas/stdlib" : " 0.18.0 " ,
29
+ "@compas/stdlib" : " 0.18.1 " ,
30
30
"c8" : " 10.1.3" ,
31
31
"chokidar" : " 3.6.0" ,
32
32
"recast" : " 0.23.11" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @compas/code-gen" ,
3
- "version" : " 0.18.0 " ,
3
+ "version" : " 0.18.1 " ,
4
4
"description" : " Generate various boring parts of your server" ,
5
5
"exports" : {
6
6
"." : {
19
19
],
20
20
"license" : " MIT" ,
21
21
"dependencies" : {
22
- "@compas/stdlib" : " 0.18.0 "
22
+ "@compas/stdlib" : " 0.18.1 "
23
23
},
24
24
"author" : {
25
25
"name" : " Dirk de Visser" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-compas" ,
3
- "version" : " 0.18.0 " ,
3
+ "version" : " 0.18.1 " ,
4
4
"description" : " Create compas based applications" ,
5
5
"exports" : {
6
6
"./package.json" : " ./package.json"
15
15
],
16
16
"license" : " MIT" ,
17
17
"dependencies" : {
18
- "@compas/stdlib" : " 0.18.0 " ,
18
+ "@compas/stdlib" : " 0.18.1 " ,
19
19
"tar" : " 7.4.3"
20
20
},
21
21
"author" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @compas/server" ,
3
- "version" : " 0.18.0 " ,
3
+ "version" : " 0.18.1 " ,
4
4
"description" : " Koa server and common middleware" ,
5
5
"exports" : {
6
6
"." : {
19
19
],
20
20
"license" : " MIT" ,
21
21
"dependencies" : {
22
- "@compas/stdlib" : " 0.18.0 " ,
22
+ "@compas/stdlib" : " 0.18.1 " ,
23
23
"@types/formidable" : " 2.0.6" ,
24
24
"@types/koa" : " 2.15.0" ,
25
25
"co-body" : " 6.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @compas/stdlib" ,
3
- "version" : " 0.18.0 " ,
3
+ "version" : " 0.18.1 " ,
4
4
"description" : " All kinds of utility functions" ,
5
5
"exports" : {
6
6
"." : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @compas/store" ,
3
- "version" : " 0.18.0 " ,
3
+ "version" : " 0.18.1 " ,
4
4
"description" : " Postgres & S3-compatible wrappers for common things" ,
5
5
"exports" : {
6
6
"." : {
20
20
"dependencies" : {
21
21
"@aws-sdk/client-s3" : " 3.808.0" ,
22
22
"@aws-sdk/lib-storage" : " 3.808.0" ,
23
- "@compas/stdlib" : " 0.18.0 " ,
23
+ "@compas/stdlib" : " 0.18.1 " ,
24
24
"crc" : " 4.3.2" ,
25
25
"cron-parser" : " ^4.9.0" ,
26
26
"file-type" : " 20.5.0" ,
You can’t perform that action at this time.
0 commit comments