Skip to content

Commit bf0bd9d

Browse files
committed
changes in configuration
1 parent da0091f commit bf0bd9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unlaunch-node-sdk",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Unlaunch Server-Side SDK for Node.js",
55
"main": "src/client/ulFactory.js",
66
"scripts": {

src/client/ulFactory.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ const UnlaunchFactory = (configurations) => {
3737
},
3838
}
3939
}
40-
module.exports = { UnlaunchFactory }
40+
module.exports = UnlaunchFactory

src/utils/settings/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const base = {
3232
impressions:'/api/v1/impressions'
3333
},
3434
sendImpression:false,
35-
logger: logger('debug')
35+
logger: logger('info')
3636
};
3737

3838
function fromSecondsToMillis(n) {

0 commit comments

Comments
 (0)