We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0091f commit bf0bd9dCopy full SHA for bf0bd9d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "unlaunch-node-sdk",
3
- "version": "0.0.7",
+ "version": "0.0.8",
4
"description": "Unlaunch Server-Side SDK for Node.js",
5
"main": "src/client/ulFactory.js",
6
"scripts": {
src/client/ulFactory.js
@@ -37,4 +37,4 @@ const UnlaunchFactory = (configurations) => {
37
},
38
}
39
40
-module.exports = { UnlaunchFactory }
+module.exports = UnlaunchFactory
src/utils/settings/index.js
@@ -32,7 +32,7 @@ const base = {
32
impressions:'/api/v1/impressions'
33
34
sendImpression:false,
35
- logger: logger('debug')
+ logger: logger('info')
36
};
function fromSecondsToMillis(n) {
0 commit comments