@speedkit/cli 2.76.0 → 2.76.2
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
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [2.76.2](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.76.1...v2.76.2) (2025-02-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **onboarding:** adapt regex that identifies given installResource ([d5169d6](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/d5169d67304426574b8b674ae9b639c0971b6b4f))
|
|
7
|
+
|
|
8
|
+
## [2.76.1](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.76.0...v2.76.1) (2025-02-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **customer-config:** update wishlist blacklist regexp ([f09bf69](https://gitlab.orestes.info/baqend/speed-kit-cli/commit/f09bf69dba4df2ec8e8431107e5ac4a33bafcc3d))
|
|
14
|
+
|
|
1
15
|
# [2.76.0](https://gitlab.orestes.info/baqend/speed-kit-cli/compare/v2.75.0...v2.76.0) (2025-01-22)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -122,4 +122,4 @@ exports.USER_AGENT = {
|
|
|
122
122
|
TABLET: "Mozilla/5.0 (iPad; CPU OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1 (compatible; SpeedKit/1.0)",
|
|
123
123
|
TV: "Mozilla/5.0 (Linux; NetCast; U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36 SmartTV/10.0 Colt/2.0 (compatible; SpeedKit/1.0)",
|
|
124
124
|
};
|
|
125
|
-
exports.SpeedKitInstallRegex = /<script
|
|
125
|
+
exports.SpeedKitInstallRegex = /<script[^>]*src[^>]*app\.baqend\.com\/v1\/speedkit\/install.js[^>]*>(?:(?!<\/script>).)*<\/script>/s;
|
package/oclif.manifest.json
CHANGED