File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 2.0.3] ( https://github.com/parse-server-modules/parse-server-push-adapter/tree/v2.0.3 ) (2018-04-13)
4
+ [ Full Changelog] ( https://github.com/parse-server-modules/parse-server-push-adapter/compare/v2.0.2...v2.0.3 )
5
+
6
+ ** What's new**
7
+
8
+ - Use updated node-gcm version from @parse org. with safe request version
9
+
3
10
## [ 2.0.2] ( https://github.com/parse-server-modules/parse-server-push-adapter/tree/v2.0.2 ) (2017-10-22)
4
11
[ Full Changelog] ( https://github.com/parse-server-modules/parse-server-push-adapter/compare/v2.0.1...v2.0.2 )
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @parse/push-adapter" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.0.3 " ,
4
4
"description" : " Base parse-server-push-adapter" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
34
34
},
35
35
"dependencies" : {
36
36
"apn" : " ^2.1.3" ,
37
- "node-gcm" : " ^0.14.0" ,
37
+ "@parse/ node-gcm" : " ^0.14.0" ,
38
38
"npmlog" : " ^4.0.2" ,
39
39
"parse" : " ^1.9.2"
40
40
},
Original file line number Diff line number Diff line change 2
2
3
3
import Parse from 'parse' ;
4
4
import log from 'npmlog' ;
5
- import gcm from 'node-gcm' ;
5
+ import gcm from '@parse/ node-gcm' ;
6
6
import { randomString } from './PushAdapterUtils' ;
7
7
8
8
const LOG_PREFIX = 'parse-server-push-adapter GCM' ;
You can’t perform that action at this time.
0 commit comments