File tree Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 10
10
]
11
11
}
12
12
},
13
- "version" : " 2.0.0-alpha.1 "
13
+ "version" : " 2.0.0"
14
14
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-core" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0" ,
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.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " A bautaJS datasource rest provider" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
26
26
],
27
27
"license" : " SEE LICENSE IN LICENSE.txt" ,
28
28
"dependencies" : {
29
- "@axa/bautajs-core" : " ^2.0.0-alpha.1 " ,
29
+ "@axa/bautajs-core" : " ^2.0.0" ,
30
30
"@axa/native-proxy-agent" : " ^1.0.0" ,
31
31
"@sindresorhus/is" : " ^4.6.0" ,
32
32
"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.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " A bautaJS cache decorator" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
25
25
],
26
26
"license" : " SEE LICENSE IN LICENSE.txt" ,
27
27
"dependencies" : {
28
- "@axa/bautajs-core" : " ^2.0.0-alpha.1 " ,
28
+ "@axa/bautajs-core" : " ^2.0.0" ,
29
29
"node-object-hash" : " ^2.3.10" ,
30
30
"quick-lru-cjs" : " ^5.2.1"
31
31
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @axa/bautajs-example" ,
3
- "version" : " 2.0.0-alpha.1 " ,
4
- "description" : " A bautaJS example" ,
2
+ "name" : " @axa/bautajs-express- example" ,
3
+ "version" : " 2.0.0" ,
4
+ "description" : " A bautaJS example in express " ,
5
5
"main" : " ./server.js" ,
6
6
"scripts" : {
7
7
"start" : " LOG_LEVEL=info DEBUG=bautajs* node ./server.js"
18
18
],
19
19
"license" : " SEE LICENSE IN LICENSE.txt" ,
20
20
"dependencies" : {
21
- "@axa/bautajs-core" : " ^2.0.0-alpha.1 " ,
22
- "@axa/bautajs-datasource-rest" : " ^2.0.0-alpha.1 " ,
23
- "@axa/bautajs-decorator-cache" : " ^2.0.0-alpha.1 " ,
24
- "@axa/bautajs-express" : " ^2.0.0-alpha.1 " ,
21
+ "@axa/bautajs-core" : " ^2.0.0" ,
22
+ "@axa/bautajs-datasource-rest" : " ^2.0.0" ,
23
+ "@axa/bautajs-decorator-cache" : " ^2.0.0" ,
24
+ "@axa/bautajs-express" : " ^2.0.0" ,
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.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0" ,
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" ,
25
25
],
26
26
"license" : " SEE LICENSE IN LICENSE.txt" ,
27
27
"dependencies" : {
28
- "@axa/bautajs-core" : " ^2.0.0-alpha.1 " ,
28
+ "@axa/bautajs-core" : " ^2.0.0" ,
29
29
"compression" : " ^1.7.4" ,
30
30
"cors" : " ^2.8.5" ,
31
31
"express" : " ^4.18.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @axa/bautajs-fastify" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " A bautaJS fastify plugin. Allows auto exposing the bautaJS operations." ,
5
5
"main" : " dist" ,
6
6
"types" : " dist" ,
26
26
],
27
27
"license" : " SEE LICENSE IN LICENSE.txt" ,
28
28
"dependencies" : {
29
- "@axa/bautajs-core" : " ^2.0.0-alpha.1 " ,
29
+ "@axa/bautajs-core" : " ^2.0.0" ,
30
30
"@fastify/swagger" : " ^7.4.1" ,
31
31
"fastify" : " ^4.5.3" ,
32
32
"fastify-plugin" : " ^4.2.1" ,
33
33
"route-order" : " ^0.1.0"
34
34
},
35
35
"devDependencies" : {
36
- "@axa/bautajs-datasource-rest" : " ^2.0.0-alpha.1 "
36
+ "@axa/bautajs-datasource-rest" : " ^2.0.0"
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments