@letscooee/web-sdk
Advanced tools
Comparing version 1.2.7 to 1.3.0
# Change Log | ||
## 1.3.0 | ||
1. Feat: Move entire Shopify SDK in this repository. | ||
2. Fix: Add to cart & remove from cart events. | ||
3. Feat: Send background event only when user was active. | ||
## 1.2.7 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@letscooee/web-sdk", | ||
"description": "AI driven Personalized Notifications for Better Customer Engagement", | ||
"version": "1.2.7", | ||
"version": "1.3.0", | ||
"scripts": { | ||
"lint": "eslint 'src/**'", | ||
"lint": "eslint \"**/**/*.ts\" --max-warnings=0", | ||
"integrity": "./scripts/validate-integrity.sh", | ||
"prepack": "npm run build:production", | ||
"build": "tsc", | ||
"build:production": "webpack && webpack --config ./webpack-preview.config.js", | ||
"build:main": "webpack", | ||
"build:shopify": "webpack --config ./webpack-shopify.config.js", | ||
"build:preview": "webpack --config ./webpack-preview.config.js", | ||
"build:production": "npm run build:main && npm run build:shopify && npm run build:preview", | ||
"serve": "webpack serve", | ||
"serve:preview": "webpack serve --config ./webpack-preview.config.js", | ||
"serve:shopify": "webpack serve --config ./webpack-shopify.config.js", | ||
"preversion": "git add CHANGELOG.md src/constants.ts", | ||
@@ -40,2 +44,3 @@ "version": "npm run build:production", | ||
"@typescript-eslint/parser": "^5.10.0", | ||
"css-loader": "^6.7.3", | ||
"eslint": "^8.7.0", | ||
@@ -51,5 +56,6 @@ "eslint-config-google": "^0.14.0", | ||
"karma-webpack": "^5.0.0", | ||
"style-loader": "^3.3.2", | ||
"ts-loader": "^9.2.4", | ||
"typescript": "^4.4.4", | ||
"webpack": "^5.47.1", | ||
"webpack": "5.76.0", | ||
"webpack-cli": "^4.7.2", | ||
@@ -56,0 +62,0 @@ "webpack-dev-server": "^4.1.1" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
608187
13
107
21
5