File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
** /.DS_Store
2
2
** /node_modules
3
3
bulk_data /**
4
- ** /data
4
+ ** /data
5
+ package-lock.json
Original file line number Diff line number Diff line change
1
+ ## 22.06.0
2
+ - Fixed a bug where remote config requests were rejected
3
+ - Fixed a bug where empty storage object did cause some issues
4
+
1
5
## 22.02.0
2
6
- !! Major breaking change !! Device ID provided during the init will be ignored if a device ID was provided previously
3
7
- Added a new init time flag which erases the previously stored device ID. This allows to set new device ID during init
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ var BulkUser = require("./countly-bulk-user");
56
56
* });
57
57
*/
58
58
function CountlyBulk ( conf ) {
59
- var SDK_VERSION = "22.02 .0" ;
59
+ var SDK_VERSION = "22.06 .0" ;
60
60
var SDK_NAME = "javascript_native_nodejs_bulk" ;
61
61
62
62
var empty_queue_callback = null ;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ var Countly = {};
33
33
34
34
Countly . Bulk = Bulk ;
35
35
( function ( ) {
36
- var SDK_VERSION = "22.02 .0" ;
36
+ var SDK_VERSION = "22.06 .0" ;
37
37
var SDK_NAME = "javascript_native_nodejs" ;
38
38
39
39
var inited = false ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " countly-sdk-nodejs" ,
3
- "version" : " 22.02 .0" ,
3
+ "version" : " 22.06 .0" ,
4
4
"description" : " Countly NodeJS SDK" ,
5
5
"main" : " lib/countly.js" ,
6
6
"directories" : {
You can’t perform that action at this time.
0 commit comments