File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 3
3
" packages/*" ,
4
4
" packages/firebase/functions"
5
5
],
6
- "version" : " 1.9.11 -rc.2 " ,
6
+ "version" : " 1.9.12 -rc.0 " ,
7
7
"npmClient" : " yarn" ,
8
8
"useWorkspaces" : true
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " admin" ,
3
- "version" : " 1.9.11 -rc.1 " ,
3
+ "version" : " 1.9.12 -rc.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @common/core" ,
3
- "version" : " 1.9.11 -rc.2 " ,
3
+ "version" : " 1.9.12 -rc.0 " ,
4
4
"author" : " Alexander Ivanov @alexander2001i" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
23
23
"typescript" : " ^4.2.3"
24
24
},
25
25
"dependencies" : {
26
- "@common/queues" : " ^1.9.11 -rc.2 " ,
26
+ "@common/queues" : " ^1.9.12 -rc.0 " ,
27
27
"@prisma/client" : " ^2.20.1" ,
28
28
"@sendgrid/mail" : " ^7.4.2" ,
29
29
"axios" : " ^0.21.1" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @common/functions" ,
3
3
"main" : " dist/index.js" ,
4
4
"private" : true ,
5
- "version" : " 1.9.11 -rc.2 " ,
5
+ "version" : " 1.9.12 -rc.0 " ,
6
6
"description" : " Cloud Functions for Common" ,
7
7
"engines" : {
8
8
"node" : " 12"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @common/firebase" ,
3
3
"description" : " Cloud Functions for Firebase" ,
4
- "version" : " 1.9.11 -rc.2 " ,
4
+ "version" : " 1.9.12 -rc.0 " ,
5
5
"scripts" : {
6
6
"build" : " yarn compile" ,
7
7
"build:watch" : " yarn compile:watch" ,
12
12
"tab:compile:types:watch" : " ttab -t 'Types Compilation' yarn compile:types" ,
13
13
"tab:start" : " ttab -t 'Firebase Runtime' yarn start" ,
14
14
"dev" : " yarn tab:compile:types:watch && yarn tab:compile:watch && yarn tab:start" ,
15
- "typecheck" : " tsc -p tsconfig.json --noEmit" ,
15
+ "typecheck" : " tsc -p tsconfig.json --noEmit" ,
16
16
"lint" : " eslint ./" ,
17
17
"clean" : " find ./ -name '*.log' -delete" ,
18
18
"logs" : " firebase functions:log" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @common/graphql" ,
3
- "version" : " 1.9.11 -rc.2 " ,
3
+ "version" : " 1.9.12 -rc.0 " ,
4
4
"author" : " Alexander Ivanov @alexander2001i" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
9
9
"start" : " node -r dotenv/config dist/index.js"
10
10
},
11
11
"dependencies" : {
12
- "@common/core" : " ^1.9.11 -rc.2 " ,
12
+ "@common/core" : " ^1.9.12 -rc.0 " ,
13
13
"@prisma/client" : " ^2.20.1" ,
14
14
"firebase-admin" : " 9.5.0" ,
15
15
"graphql-middleware" : " ^6.0.7" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @common/queues" ,
3
- "version" : " 1.9.11 -rc.2 " ,
3
+ "version" : " 1.9.12 -rc.0 " ,
4
4
"author" : " Alexander Ivanov @alexander2001i" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
10
10
"fix:paths" : " tscpaths -p tsconfig.json -s ./src -o ./dist"
11
11
},
12
12
"dependencies" : {
13
- "@common/core" : " ^1.9.11 -rc.2 " ,
13
+ "@common/core" : " ^1.9.12 -rc.0 " ,
14
14
"@prisma/client" : " ^2.20.1" ,
15
15
"bull" : " ^3.22.0"
16
16
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @common/worker" ,
3
- "version" : " 1.9.11 -rc.2 " ,
3
+ "version" : " 1.9.12 -rc.0 " ,
4
4
"author" : " Alexander Ivanov @alexander2001i" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
9
9
"start" : " node -r dotenv/config dist/index.js"
10
10
},
11
11
"dependencies" : {
12
- "@common/core" : " ^1.9.11 -rc.2 " ,
13
- "@common/queues" : " ^1.9.11 -rc.2 " ,
12
+ "@common/core" : " ^1.9.12 -rc.0 " ,
13
+ "@common/queues" : " ^1.9.12 -rc.0 " ,
14
14
"bull" : " ^3.22.0" ,
15
15
"bull-board" : " ^1.5.1" ,
16
16
"express" : " ^4.17.1"
You can’t perform that action at this time.
0 commit comments