@letscooee/web-sdk 8.8.16 → 8.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/dist/sdk.min.js +1 -1
- package/dist/sdk.min.js.LICENSE.txt +32 -0
- package/dist/shopify-sdk.min.js +1 -1
- package/dist/shopify-sdk.min.js.LICENSE.txt +32 -0
- package/package.json +7 -8
|
@@ -5,6 +5,38 @@
|
|
|
5
5
|
(c) 2013-2017 Mozilla, Apache License 2.0
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
+
/*!
|
|
9
|
+
*
|
|
10
|
+
* detectIncognito v1.3.7
|
|
11
|
+
*
|
|
12
|
+
* https://github.com/Joe12387/detectIncognito
|
|
13
|
+
*
|
|
14
|
+
* MIT License
|
|
15
|
+
*
|
|
16
|
+
* Copyright (c) 2021 - 2024 Joe Rutkowski <Joe@dreggle.com>
|
|
17
|
+
*
|
|
18
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
19
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
20
|
+
* in the Software without restriction, including without limitation the rights
|
|
21
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
22
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
23
|
+
* furnished to do so, subject to the following conditions:
|
|
24
|
+
*
|
|
25
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
26
|
+
* copies or substantial portions of the Software.
|
|
27
|
+
*
|
|
28
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
29
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
30
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
31
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
32
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
33
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
34
|
+
* SOFTWARE.
|
|
35
|
+
*
|
|
36
|
+
* Please keep this comment intact in order to properly abide by the MIT License.
|
|
37
|
+
*
|
|
38
|
+
**/
|
|
39
|
+
|
|
8
40
|
/*!
|
|
9
41
|
* js-logger - http://github.com/jonnyreeves/js-logger
|
|
10
42
|
* Jonny Reeves, http://jonnyreeves.co.uk/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@letscooee/web-sdk",
|
|
3
3
|
"description": "Engage uniquely and boost conversions with AI-powered customer journeys driven by real-time intent",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.9.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"lint": "eslint \"**/**/*.ts\" --max-warnings=0",
|
|
7
7
|
"integrity": "./scripts/validate-integrity.sh",
|
|
@@ -9,11 +9,9 @@
|
|
|
9
9
|
"clean": "rm -rf dist/",
|
|
10
10
|
"build": "tsc",
|
|
11
11
|
"build:main": "webpack",
|
|
12
|
-
"build:shopify": "webpack --config ./webpack-shopify.config.js",
|
|
13
12
|
"build:production": "./scripts/build-production.sh",
|
|
14
|
-
"update-changelog": "rm -rf dist && npm run build:
|
|
13
|
+
"update-changelog": "rm -rf dist && npm run build:production && node scripts/update-changelog.js",
|
|
15
14
|
"serve": "webpack serve",
|
|
16
|
-
"serve:shopify": "webpack serve --config ./webpack-shopify.config.js",
|
|
17
15
|
"preversion": "git add CHANGELOG.md src/constants.ts",
|
|
18
16
|
"version": "npm run build:production",
|
|
19
17
|
"postversion": "git push && git push --tags",
|
|
@@ -44,7 +42,6 @@
|
|
|
44
42
|
"@types/ua-parser-js": "^0.7.36",
|
|
45
43
|
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
46
44
|
"@typescript-eslint/parser": "^7.1.1",
|
|
47
|
-
"css-loader": "^6.7.3",
|
|
48
45
|
"eslint": "^8.56.0",
|
|
49
46
|
"eslint-config-google": "^0.14.0",
|
|
50
47
|
"file-replace-loader": "^1.4.0",
|
|
@@ -56,16 +53,18 @@
|
|
|
56
53
|
"karma-jasmine-html-reporter": "^2.0.0",
|
|
57
54
|
"karma-junit-reporter": "^2.0.1",
|
|
58
55
|
"karma-webpack": "^5.0.0",
|
|
59
|
-
"
|
|
56
|
+
"raw-loader": "^4.0.2",
|
|
57
|
+
"sass": "^1.84.0",
|
|
58
|
+
"sass-loader": "^16.0.4",
|
|
60
59
|
"ts-loader": "^9.2.4",
|
|
61
60
|
"typescript": "^5.3.3",
|
|
62
|
-
"webpack": "5.
|
|
61
|
+
"webpack": "5.94.0",
|
|
63
62
|
"webpack-cli": "^4.7.2",
|
|
64
63
|
"webpack-dev-server": "^4.1.1"
|
|
65
64
|
},
|
|
66
65
|
"dependencies": {
|
|
67
66
|
"@letscooee/url-builder": "^0.0.5",
|
|
68
|
-
"@sentry/browser": "
|
|
67
|
+
"@sentry/browser": "8.18.0",
|
|
69
68
|
"bson": "^4.6.5",
|
|
70
69
|
"crypto-browserify": "^3.12.0",
|
|
71
70
|
"detectincognitojs": "^1.3.5",
|