@letscooee/web-sdk
Advanced tools
Comparing version 0.1.1 to 0.1.2
# Change Log | ||
## 0.1.2 | ||
### Fixes | ||
1. Properly check for mobile devices. | ||
2. Refactor the rendering of wrapper & container. | ||
3. By default add padding of 15px in all the cases. | ||
4. Upgrade ua-parser-js. | ||
## 0.1.1 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@letscooee/web-sdk", | ||
"description": "AI driven Personalized Notifications for Better Customer Engagement", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"scripts": { | ||
"lint": "eslint 'src/**'", | ||
"integrity": "./scripts/validate-integrity.sh", | ||
"prepack": "npm run build:production", | ||
@@ -52,5 +53,5 @@ "build": "tsc", | ||
"stream-browserify": "^3.0.0", | ||
"ua-parser-js": "^1.0.2", | ||
"ua-parser-js": "^1.0.32", | ||
"util": "^0.12.4" | ||
} | ||
} |
@@ -9,3 +9,4 @@ const config = require('./webpack.config'); | ||
config.output.filename = 'sdk-preview.min.js'; | ||
config.devServer.open = ['/index-preview.html'] | ||
module.exports = config; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
342450
9
12
Updatedua-parser-js@^1.0.32