@letscooee/web-sdk 9.0.1 → 9.1.1
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/README.md +13 -9
- package/dist/shopify-sdk.min.js +1 -1
- package/dist/widget-sdk.min.css +1 -1
- package/dist/widget-sdk.min.js +25 -7
- package/package.json +31 -27
- package/CHANGELOG.md +0 -1756
- package/angular.json +0 -272
- package/projects/analytics-sdk/.eslintrc.json +0 -37
- package/projects/analytics-sdk/public/favicon.ico +0 -0
- package/projects/analytics-sdk/tsconfig.app.json +0 -15
- package/projects/analytics-sdk/tsconfig.spec.json +0 -15
- package/projects/core-lib/.eslintrc.json +0 -37
- package/projects/core-lib/README.md +0 -5
- package/projects/core-lib/ng-package.json +0 -7
- package/projects/core-lib/package.json +0 -12
- package/projects/core-lib/tsconfig.lib.json +0 -15
- package/projects/core-lib/tsconfig.lib.prod.json +0 -11
- package/projects/core-lib/tsconfig.spec.json +0 -15
- package/projects/widget-sdk/.eslintrc.json +0 -37
- package/projects/widget-sdk/public/favicon.ico +0 -0
- package/projects/widget-sdk/tsconfig.app.json +0 -15
- package/projects/widget-sdk/tsconfig.spec.json +0 -15
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": "9.
|
|
4
|
+
"version": "9.1.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"lint": "ng lint",
|
|
7
7
|
"integrity": "./scripts/validate-integrity.sh",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"build:main": "webpack",
|
|
12
12
|
"build:production": "./scripts/build-production.sh",
|
|
13
13
|
"update-changelog": "rm -rf dist && npm run build:production && node scripts/update-changelog.js --",
|
|
14
|
-
"
|
|
14
|
+
"start": "concurrently -n analytics,widget \"npm run webpack_serve\" \"ng serve widget-sdk\"",
|
|
15
|
+
"webpack_serve": "webpack serve",
|
|
15
16
|
"preversion": "git add CHANGELOG.md projects/core-lib/src/lib/constants.ts",
|
|
16
17
|
"version": "npm run build:production",
|
|
17
18
|
"postversion": "git push && git push --tags",
|
|
@@ -23,10 +24,12 @@
|
|
|
23
24
|
"url": "git+https://github.com/letscooee/cooee-web-sdk.git"
|
|
24
25
|
},
|
|
25
26
|
"keywords": [
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
27
|
+
"shopify",
|
|
28
|
+
"shopify-plus",
|
|
29
|
+
"shopify-cart",
|
|
30
|
+
"popups",
|
|
31
|
+
"progressbar",
|
|
32
|
+
"customer-engagement"
|
|
30
33
|
],
|
|
31
34
|
"author": "Cooee <shoutout@letscooee.com> (https://www.letscooee.com/)",
|
|
32
35
|
"license": "MIT",
|
|
@@ -35,22 +38,22 @@
|
|
|
35
38
|
},
|
|
36
39
|
"homepage": "https://github.com/letscooee/cooee-web-sdk#readme",
|
|
37
40
|
"devDependencies": {
|
|
38
|
-
"@angular-devkit/build-angular": "^19.
|
|
39
|
-
"@angular-eslint/builder": "19.
|
|
40
|
-
"@angular-eslint/eslint-plugin": "19.
|
|
41
|
-
"@angular-eslint/eslint-plugin-template": "19.
|
|
42
|
-
"@angular-eslint/schematics": "19.
|
|
43
|
-
"@angular-eslint/template-parser": "19.
|
|
44
|
-
"@angular/cli": "^19.
|
|
45
|
-
"@angular/compiler-cli": "^19.
|
|
46
|
-
"@letscooee/ts-common": "1.1.0",
|
|
41
|
+
"@angular-devkit/build-angular": "^19.2.0",
|
|
42
|
+
"@angular-eslint/builder": "19.2.0",
|
|
43
|
+
"@angular-eslint/eslint-plugin": "19.2.0",
|
|
44
|
+
"@angular-eslint/eslint-plugin-template": "19.2.0",
|
|
45
|
+
"@angular-eslint/schematics": "19.2.0",
|
|
46
|
+
"@angular-eslint/template-parser": "19.2.0",
|
|
47
|
+
"@angular/cli": "^19.2.0",
|
|
48
|
+
"@angular/compiler-cli": "^19.2.0",
|
|
47
49
|
"@preact/signals": "^1.2.3",
|
|
50
|
+
"@types/canvas-confetti": "^1.9.0",
|
|
48
51
|
"@types/jasmine": "~5.1.0",
|
|
49
52
|
"@types/mustache": "^4.2.5",
|
|
50
53
|
"@types/ua-parser-js": "^0.7.36",
|
|
51
54
|
"@typescript-eslint/eslint-plugin": "7.11.0",
|
|
52
55
|
"@typescript-eslint/parser": "7.11.0",
|
|
53
|
-
"angular-eslint": "^19.
|
|
56
|
+
"angular-eslint": "^19.2.0",
|
|
54
57
|
"eslint": "8.57.0",
|
|
55
58
|
"eslint-config-google": "^0.14.0",
|
|
56
59
|
"file-replace-loader": "^1.4.0",
|
|
@@ -71,19 +74,21 @@
|
|
|
71
74
|
"webpack-dev-server": "^4.1.1"
|
|
72
75
|
},
|
|
73
76
|
"dependencies": {
|
|
74
|
-
"@angular/animations": "^19.
|
|
75
|
-
"@angular/common": "^19.
|
|
76
|
-
"@angular/compiler": "^19.
|
|
77
|
-
"@angular/core": "^19.
|
|
78
|
-
"@angular/elements": "^19.
|
|
79
|
-
"@angular/forms": "^19.
|
|
80
|
-
"@angular/platform-browser": "^19.
|
|
81
|
-
"@angular/platform-browser-dynamic": "^19.
|
|
82
|
-
"@angular/router": "^19.
|
|
77
|
+
"@angular/animations": "^19.2.0",
|
|
78
|
+
"@angular/common": "^19.2.0",
|
|
79
|
+
"@angular/compiler": "^19.2.0",
|
|
80
|
+
"@angular/core": "^19.2.0",
|
|
81
|
+
"@angular/elements": "^19.2.0",
|
|
82
|
+
"@angular/forms": "^19.2.0",
|
|
83
|
+
"@angular/platform-browser": "^19.2.0",
|
|
84
|
+
"@angular/platform-browser-dynamic": "^19.2.0",
|
|
85
|
+
"@angular/router": "^19.2.0",
|
|
86
|
+
"@letscooee/ts-common": "1.1.3",
|
|
83
87
|
"@letscooee/url-builder": "^0.0.5",
|
|
84
88
|
"@sentry/browser": "8.18.0",
|
|
85
89
|
"@tailwindcss/postcss": "^4.0.8",
|
|
86
90
|
"bson": "^4.6.5",
|
|
91
|
+
"canvas-confetti": "^1.9.3",
|
|
87
92
|
"crypto-browserify": "^3.12.0",
|
|
88
93
|
"detectincognitojs": "^1.3.5",
|
|
89
94
|
"fetch-retry": "^5.0.6",
|
|
@@ -99,7 +104,6 @@
|
|
|
99
104
|
"stream-browserify": "^3.0.0",
|
|
100
105
|
"tailwindcss": "^4.0.8",
|
|
101
106
|
"tslib": "^2.3.0",
|
|
102
|
-
"ua-parser-js": "^1.0.32"
|
|
103
|
-
"util": "^0.12.4"
|
|
107
|
+
"ua-parser-js": "^1.0.32"
|
|
104
108
|
}
|
|
105
109
|
}
|