This repository was archived by the owner on Feb 24, 2021. It is now read-only.
Commit ec6b568 1 parent 3f800db commit ec6b568 Copy full SHA for ec6b568
File tree 14 files changed +28
-28
lines changed
14 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 4
4
" packages/*"
5
5
],
6
6
"npmClient" : " npm" ,
7
- "version" : " 2.8 .0"
7
+ "version" : " 2.9 .0"
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ooth-facebook" ,
3
- "version" : " 2.6 .0" ,
3
+ "version" : " 2.9 .0" ,
4
4
"description" : " " ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
17
17
},
18
18
"repository" : " nmaro/ooth" ,
19
19
"dependencies" : {
20
- "ooth" : " ^2.6 .0" ,
20
+ "ooth" : " ^2.9 .0" ,
21
21
"passport-facebook-token" : " ^3.3.0"
22
22
},
23
23
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ooth-google" ,
3
- "version" : " 2.6 .0" ,
3
+ "version" : " 2.9 .0" ,
4
4
"description" : " " ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
38
38
"typescript" : " ^3.0.1"
39
39
},
40
40
"dependencies" : {
41
- "ooth" : " ^2.6 .0" ,
41
+ "ooth" : " ^2.9 .0" ,
42
42
"passport-google-id-token" : " ^0.4.2"
43
43
}
44
44
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ooth-guest" ,
3
- "version" : " 2.6 .0" ,
3
+ "version" : " 2.9 .0" ,
4
4
"description" : " " ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
17
17
},
18
18
"repository" : " nmaro/ooth" ,
19
19
"dependencies" : {
20
- "ooth" : " ^2.6 .0" ,
20
+ "ooth" : " ^2.9 .0" ,
21
21
"passport-custom" : " ^1.0.5"
22
22
},
23
23
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ooth-jwt" ,
3
- "version" : " 2.6 .0" ,
3
+ "version" : " 2.9 .0" ,
4
4
"description" : " " ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
20
20
"bcrypt" : " ^3.0.0" ,
21
21
"express" : " ^4.16.3" ,
22
22
"jsonwebtoken" : " ^8.3.0" ,
23
- "ooth" : " ^2.6 .0" ,
23
+ "ooth" : " ^2.9 .0" ,
24
24
"passport-jwt" : " ^4.0.0"
25
25
},
26
26
"devDependencies" : {
39
39
"lolex" : " ^2.7.1" ,
40
40
"mongodb" : " ^3.1.0-beta4" ,
41
41
"mongodb-memory-server" : " ^2.0.1" ,
42
- "ooth-guest" : " ^2.6 .0" ,
42
+ "ooth-guest" : " ^2.9 .0" ,
43
43
"ooth-mongo" : " ^2.6.0" ,
44
44
"passport-custom" : " ^1.0.5" ,
45
45
"request-promise" : " ^4.2.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ooth-local-emailer" ,
3
- "version" : " 2.6 .0" ,
3
+ "version" : " 2.9 .0" ,
4
4
"description" : " " ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
16
16
},
17
17
"repository" : " nmaro/ooth" ,
18
18
"dependencies" : {
19
- "ooth" : " ^2.6 .0" ,
19
+ "ooth" : " ^2.9 .0" ,
20
20
"ooth-i18n" : " ^2.5.0"
21
21
},
22
22
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ooth-local" ,
3
- "version" : " 2.6 .0" ,
3
+ "version" : " 2.9 .0" ,
4
4
"description" : " " ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
38
38
"jest" : " ^23.5.0" ,
39
39
"mongodb" : " ^2.2.30" ,
40
40
"mongodb-memory-server" : " ^2.0.1" ,
41
- "ooth" : " ^2.6 .0" ,
42
- "ooth-local-emailer" : " ^2.6 .0" ,
41
+ "ooth" : " ^2.9 .0" ,
42
+ "ooth-local-emailer" : " ^2.9 .0" ,
43
43
"ooth-mongo" : " ^2.6.0" ,
44
44
"passport-custom" : " ^1.0.5" ,
45
45
"request-promise" : " ^4.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ooth-patreon" ,
3
- "version" : " 2.7 .0" ,
3
+ "version" : " 2.9 .0" ,
4
4
"description" : " " ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
17
17
},
18
18
"repository" : " nmaro/ooth" ,
19
19
"dependencies" : {
20
- "ooth" : " ^2.6 .0" ,
20
+ "ooth" : " ^2.9 .0" ,
21
21
"passport" : " ^0.4.0" ,
22
22
"patreon" : " ^0.4.1"
23
23
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ooth-profile" ,
3
- "version" : " 2.6 .0" ,
3
+ "version" : " 2.9 .0" ,
4
4
"description" : " " ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
17
17
},
18
18
"repository" : " nmaro/ooth" ,
19
19
"dependencies" : {
20
- "ooth" : " ^2.6 .0" ,
20
+ "ooth" : " ^2.9 .0" ,
21
21
"ooth-i18n" : " ^2.5.0"
22
22
},
23
23
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ooth-roles" ,
3
- "version" : " 2.6 .0" ,
3
+ "version" : " 2.9 .0" ,
4
4
"description" : " " ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
17
17
},
18
18
"repository" : " nmaro/ooth" ,
19
19
"dependencies" : {
20
- "ooth" : " ^2.6 .0" ,
20
+ "ooth" : " ^2.9 .0" ,
21
21
"ooth-i18n" : " ^2.5.0"
22
22
},
23
23
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ooth-twitter" ,
3
- "version" : " 2.8 .0" ,
3
+ "version" : " 2.9 .0" ,
4
4
"description" : " " ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
38
38
"typescript" : " ^3.0.1"
39
39
},
40
40
"dependencies" : {
41
- "ooth" : " ^2.6 .0" ,
41
+ "ooth" : " ^2.9 .0" ,
42
42
"passport-custom" : " ^1.0.5" ,
43
43
"qs" : " ^6.6.0" ,
44
44
"request" : " ^2.88.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ooth-user" ,
3
- "version" : " 2.6 .0" ,
3
+ "version" : " 2.9 .0" ,
4
4
"description" : " " ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
17
17
},
18
18
"repository" : " nmaro/ooth" ,
19
19
"dependencies" : {
20
- "ooth" : " ^2.6 .0"
20
+ "ooth" : " ^2.9 .0"
21
21
},
22
22
"devDependencies" : {
23
23
"@smartive/tslint-config" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ooth-ws" ,
3
- "version" : " 2.6 .0" ,
3
+ "version" : " 2.9 .0" ,
4
4
"description" : " " ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
19
19
"dependencies" : {
20
20
"express" : " ^4.16.3" ,
21
21
"express-ws" : " ^4.0.0" ,
22
- "ooth" : " ^2.6 .0" ,
22
+ "ooth" : " ^2.9 .0" ,
23
23
"ws" : " ^6.0.0"
24
24
},
25
25
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ooth" ,
3
- "version" : " 2.6 .0" ,
3
+ "version" : " 2.9 .0" ,
4
4
"description" : " " ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments