rudder-sdk-js 2.22.0 → 2.22.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 +14 -0
- package/index.es.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/service-worker/index.es.js +1 -1
- package/service-worker/index.js +1 -1
package/package.json
CHANGED
@@ -7442,7 +7442,7 @@ function enhanceError(error, config, code, request, response) {
|
|
7442
7442
|
return error;
|
7443
7443
|
}
|
7444
7444
|
|
7445
|
-
var version$1 = "2.22.
|
7445
|
+
var version$1 = "2.22.2";
|
7446
7446
|
|
7447
7447
|
var version = version$1;
|
7448
7448
|
var removeTrailingSlashes = function removeTrailingSlashes(inURL) {
|