File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 4
4
"packages" : [
5
5
" packages/*"
6
6
],
7
- "version" : " 0.1.0-beta.2 "
7
+ "version" : " 0.1.0-beta.3 "
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @accounts/client" ,
3
- "version" : " 0.1.0-beta.2 " ,
3
+ "version" : " 0.1.0-beta.3 " ,
4
4
"description" : " Fullstack authentication and accounts-management" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
57
57
"rimraf" : " 2.6.2"
58
58
},
59
59
"dependencies" : {
60
- "@accounts/common" : " ^0.1.0-beta.2 " ,
60
+ "@accounts/common" : " ^0.1.0-beta.3 " ,
61
61
"crypto-js" : " ^3.1.9-1" ,
62
62
"immutable" : " ^3.8.1" ,
63
63
"jwt-decode" : " ^2.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @accounts/common" ,
3
- "version" : " 0.1.0-beta.2 " ,
3
+ "version" : " 0.1.0-beta.3 " ,
4
4
"description" : " Fullstack authentication and accounts-management" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @accounts/oauth-instagram" ,
3
- "version" : " 0.1.0-beta.2 " ,
3
+ "version" : " 0.1.0-beta.3 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
27
27
"request-promise" : " ^4.2.1"
28
28
},
29
29
"devDependencies" : {
30
- "@accounts/common" : " ^0.1.0-beta.2 " ,
31
- "@accounts/server" : " ^0.1.0-beta.2 "
30
+ "@accounts/common" : " ^0.1.0-beta.3 " ,
31
+ "@accounts/server" : " ^0.1.0-beta.3 "
32
32
},
33
33
"peerDependencies" : {
34
34
"@accounts/common" : " ^0.1.0-beta.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @accounts/oauth-twitter" ,
3
- "version" : " 0.1.0-beta.2 " ,
3
+ "version" : " 0.1.0-beta.3 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
26
26
"oauth" : " ^0.9.15"
27
27
},
28
28
"devDependencies" : {
29
- "@accounts/common" : " ^0.1.0-beta.2 " ,
30
- "@accounts/server" : " ^0.1.0-beta.2 "
29
+ "@accounts/common" : " ^0.1.0-beta.3 " ,
30
+ "@accounts/server" : " ^0.1.0-beta.3 "
31
31
},
32
32
"peerDependencies" : {
33
33
"@accounts/common" : " ^0.1.0-beta.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @accounts/oauth" ,
3
- "version" : " 0.1.0-beta.2 " ,
3
+ "version" : " 0.1.0-beta.3 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
24
24
"mapCoverage" : true
25
25
},
26
26
"dependencies" : {
27
- "@accounts/common" : " ^0.1.0-beta.2 " ,
27
+ "@accounts/common" : " ^0.1.0-beta.3 " ,
28
28
"request-promise" : " ^4.2.1"
29
29
},
30
30
"devDependencies" : {
31
- "@accounts/server" : " ^0.1.0-beta.2 "
31
+ "@accounts/server" : " ^0.1.0-beta.3 "
32
32
},
33
33
"peerDependencies" : {
34
34
"@accounts/common" : " ^0.1.0-beta.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @accounts/password" ,
3
- "version" : " 0.1.0-beta.2 " ,
3
+ "version" : " 0.1.0-beta.3 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
30
30
"lodash" : " ^4.17.4"
31
31
},
32
32
"devDependencies" : {
33
- "@accounts/common" : " ^0.1.0-beta.2 " ,
34
- "@accounts/server" : " ^0.1.0-beta.2 " ,
33
+ "@accounts/common" : " ^0.1.0-beta.3 " ,
34
+ "@accounts/server" : " ^0.1.0-beta.3 " ,
35
35
"@types/bcryptjs" : " 2.4.1" ,
36
36
"@types/lodash" : " 4.14.104" ,
37
37
"rimraf" : " 2.6.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @accounts/server" ,
3
- "version" : " 0.1.0-beta.2 " ,
3
+ "version" : " 0.1.0-beta.3 " ,
4
4
"description" : " Fullstack authentication and accounts-management" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
46
46
"author" : " Tim Mikeladze" ,
47
47
"license" : " MIT" ,
48
48
"dependencies" : {
49
- "@accounts/common" : " ^0.1.0-beta.2 " ,
49
+ "@accounts/common" : " ^0.1.0-beta.3 " ,
50
50
"babel-polyfill" : " ^6.23.0" ,
51
51
"bcryptjs" : " ^2.4.0" ,
52
52
"jsonwebtoken" : " ^8.0.0" ,
You can’t perform that action at this time.
0 commit comments