File tree 8 files changed +22
-22
lines changed
8 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 14
14
}
15
15
},
16
16
"useWorkspaces" : true ,
17
- "version" : " 3.0.0 "
17
+ "version" : " 3.0.1 "
18
18
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-core" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.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" ,
47
47
"quick-lru-cjs" : " ^5.2.1"
48
48
},
49
49
"devDependencies" : {
50
- "@axa/bautajs-dev-config" : " * "
50
+ "@axa/bautajs-dev-config" : " ^3.0.1 "
51
51
}
52
52
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-datasource-rest" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " A bautaJS datasource rest provider" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
32
32
"npm" : " >=8"
33
33
},
34
34
"dependencies" : {
35
- "@axa/bautajs-core" : " ^3.0.0 " ,
36
- "@axa/bautajs-dev-config" : " * " ,
35
+ "@axa/bautajs-core" : " ^3.0.1 " ,
36
+ "@axa/bautajs-dev-config" : " ^3.0.1 " ,
37
37
"@axa/native-proxy-agent" : " ^1.0.0" ,
38
38
"@sindresorhus/is" : " ^4.6.0" ,
39
39
"got" : " ^11.8.5"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-dev-config" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"publishConfig" : {
5
5
"access" : " public" ,
6
6
"registry" : " https://registry.npmjs.org/"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-express-example" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " A bautaJS example in express" ,
5
5
"main" : " ./server.js" ,
6
6
"scripts" : {
19
19
],
20
20
"license" : " SEE LICENSE IN LICENSE.txt" ,
21
21
"dependencies" : {
22
- "@axa/bautajs-core" : " ^3.0.0 " ,
23
- "@axa/bautajs-datasource-rest" : " ^3.0.0 " ,
24
- "@axa/bautajs-express" : " ^3.0.0 " ,
22
+ "@axa/bautajs-core" : " ^3.0.1 " ,
23
+ "@axa/bautajs-datasource-rest" : " ^3.0.1 " ,
24
+ "@axa/bautajs-express" : " ^3.0.1 " ,
25
25
"@hapi/boom" : " ^10.0.1" ,
26
26
"express" : " ^4.18.2" ,
27
27
"pino" : " ^8.11.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-express" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.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" ,
32
32
"npm" : " >=8"
33
33
},
34
34
"dependencies" : {
35
- "@axa/bautajs-core" : " ^3.0.0 " ,
35
+ "@axa/bautajs-core" : " ^3.0.1 " ,
36
36
"compression" : " ^1.7.4" ,
37
37
"cors" : " ^2.8.5" ,
38
38
"express" : " ^4.18.2" ,
43
43
"swagger-ui-express" : " ^4.6.2"
44
44
},
45
45
"devDependencies" : {
46
- "@axa/bautajs-dev-config" : " * "
46
+ "@axa/bautajs-dev-config" : " ^3.0.1 "
47
47
}
48
48
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-fastify-example" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " A bautaJS example in fastify" ,
5
5
"main" : " ./server.js" ,
6
6
"scripts" : {
19
19
],
20
20
"license" : " SEE LICENSE IN LICENSE.txt" ,
21
21
"dependencies" : {
22
- "@axa/bautajs-core" : " ^3.0.0 " ,
23
- "@axa/bautajs-datasource-rest" : " ^3.0.0 " ,
24
- "@axa/bautajs-fastify" : " ^3.0.0 " ,
22
+ "@axa/bautajs-core" : " ^3.0.1 " ,
23
+ "@axa/bautajs-datasource-rest" : " ^3.0.1 " ,
24
+ "@axa/bautajs-fastify" : " ^3.0.1 " ,
25
25
"fastify" : " ^4.15.0"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-fastify" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " A bautaJS fastify plugin. Allows auto exposing the bautaJS operations." ,
5
5
"main" : " dist" ,
6
6
"types" : " dist" ,
33
33
},
34
34
"license" : " SEE LICENSE IN LICENSE.txt" ,
35
35
"dependencies" : {
36
- "@axa/bautajs-core" : " ^3.0.0 " ,
36
+ "@axa/bautajs-core" : " ^3.0.1 " ,
37
37
"@fastify/swagger" : " ^7.6.1" ,
38
38
"fastify" : " ^4.15.0" ,
39
39
"fastify-plugin" : " ^4.5.0"
40
40
},
41
41
"devDependencies" : {
42
- "@axa/bautajs-datasource-rest" : " ^3.0.0 " ,
43
- "@axa/bautajs-dev-config" : " * "
42
+ "@axa/bautajs-datasource-rest" : " ^3.0.1 " ,
43
+ "@axa/bautajs-dev-config" : " ^3.0.1 "
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments