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 11# Change Log
22
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+
310## [ 2.0.2] ( https://github.com/parse-server-modules/parse-server-push-adapter/tree/v2.0.2 ) (2017-10-22)
411[ Full Changelog] ( https://github.com/parse-server-modules/parse-server-push-adapter/compare/v2.0.1...v2.0.2 )
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @parse/push-adapter" ,
3- "version" : " 2.0.2 " ,
3+ "version" : " 2.0.3 " ,
44 "description" : " Base parse-server-push-adapter" ,
55 "main" : " lib/index.js" ,
66 "files" : [
3434 },
3535 "dependencies" : {
3636 "apn" : " ^2.1.3" ,
37- "node-gcm" : " ^0.14.0" ,
37+ "@parse/ node-gcm" : " ^0.14.0" ,
3838 "npmlog" : " ^4.0.2" ,
3939 "parse" : " ^1.9.2"
4040 },
Original file line number Diff line number Diff line change 22
33import Parse from 'parse' ;
44import log from 'npmlog' ;
5- import gcm from 'node-gcm' ;
5+ import gcm from '@parse/ node-gcm' ;
66import { randomString } from './PushAdapterUtils' ;
77
88const LOG_PREFIX = 'parse-server-push-adapter GCM' ;
You can’t perform that action at this time.
0 commit comments