File tree Expand file tree Collapse file tree 8 files changed +21
-21
lines changed Expand file tree Collapse file tree 8 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 10
10
]
11
11
}
12
12
},
13
- "version" : " 2.2.0 "
13
+ "version" : " 2.2.1 "
14
14
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-core" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " Bauta.js is an add-on for your Node.js applications such as Express.js or Fastify." ,
5
5
"main" : " dist" ,
6
6
"types" : " dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-datasource-rest" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " A bautaJS datasource rest provider" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
30
30
"npm" : " >=8"
31
31
},
32
32
"dependencies" : {
33
- "@axa/bautajs-core" : " ^2.2.0 " ,
33
+ "@axa/bautajs-core" : " ^2.2.1 " ,
34
34
"@axa/native-proxy-agent" : " ^1.0.0" ,
35
35
"@sindresorhus/is" : " ^4.6.0" ,
36
36
"got" : " ^11.8.5"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-decorator-cache" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " A bautaJS cache decorator" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
29
29
"npm" : " >=8"
30
30
},
31
31
"dependencies" : {
32
- "@axa/bautajs-core" : " ^2.2.0 " ,
32
+ "@axa/bautajs-core" : " ^2.2.1 " ,
33
33
"node-object-hash" : " ^2.3.10" ,
34
34
"quick-lru-cjs" : " ^5.2.1"
35
35
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-express-example" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " A bautaJS example in express" ,
5
5
"main" : " ./server.js" ,
6
6
"scripts" : {
18
18
],
19
19
"license" : " SEE LICENSE IN LICENSE.txt" ,
20
20
"dependencies" : {
21
- "@axa/bautajs-core" : " ^2.2.0 " ,
22
- "@axa/bautajs-datasource-rest" : " ^2.2.0 " ,
23
- "@axa/bautajs-decorator-cache" : " ^2.2.0 " ,
24
- "@axa/bautajs-express" : " ^2.2.0 " ,
21
+ "@axa/bautajs-core" : " ^2.2.1 " ,
22
+ "@axa/bautajs-datasource-rest" : " ^2.2.1 " ,
23
+ "@axa/bautajs-decorator-cache" : " ^2.2.1 " ,
24
+ "@axa/bautajs-express" : " ^2.2.1 " ,
25
25
"@hapi/boom" : " ^10.0.0" ,
26
26
"express" : " ^4.18.1" ,
27
27
"pino" : " ^8.4.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-express" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " A bautaJS Express.js plugin. Allow auto exposing the bautaJS operations." ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
29
29
"npm" : " >=8"
30
30
},
31
31
"dependencies" : {
32
- "@axa/bautajs-core" : " ^2.2.0 " ,
32
+ "@axa/bautajs-core" : " ^2.2.1 " ,
33
33
"compression" : " ^1.7.4" ,
34
34
"cors" : " ^2.8.5" ,
35
35
"express" : " ^4.18.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-fastify-example" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " A bautaJS example in fastify" ,
5
5
"main" : " ./server.js" ,
6
6
"scripts" : {
18
18
],
19
19
"license" : " SEE LICENSE IN LICENSE.txt" ,
20
20
"dependencies" : {
21
- "@axa/bautajs-core" : " ^2.2.0 " ,
22
- "@axa/bautajs-datasource-rest" : " ^2.2.0 " ,
23
- "@axa/bautajs-decorator-cache" : " ^2.2.0 " ,
24
- "@axa/bautajs-fastify" : " ^2.2.0 " ,
21
+ "@axa/bautajs-core" : " ^2.2.1 " ,
22
+ "@axa/bautajs-datasource-rest" : " ^2.2.1 " ,
23
+ "@axa/bautajs-decorator-cache" : " ^2.2.1 " ,
24
+ "@axa/bautajs-fastify" : " ^2.2.1 " ,
25
25
"fastify" : " ^4.8.1"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-fastify" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " A bautaJS fastify plugin. Allows auto exposing the bautaJS operations." ,
5
5
"main" : " dist" ,
6
6
"types" : " dist" ,
30
30
},
31
31
"license" : " SEE LICENSE IN LICENSE.txt" ,
32
32
"dependencies" : {
33
- "@axa/bautajs-core" : " ^2.2.0 " ,
33
+ "@axa/bautajs-core" : " ^2.2.1 " ,
34
34
"@fastify/swagger" : " ^7.6.1" ,
35
35
"fastify" : " ^4.8.1" ,
36
36
"fastify-plugin" : " ^4.2.1" ,
37
37
"route-order" : " ^0.1.0"
38
38
},
39
39
"devDependencies" : {
40
- "@axa/bautajs-datasource-rest" : " ^2.2.0 "
40
+ "@axa/bautajs-datasource-rest" : " ^2.2.1 "
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments