@commercetools-frontend/url-utils 22.42.0 → 23.0.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.
|
@@ -9,7 +9,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e };
|
|
|
9
9
|
var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstanceProperty);
|
|
10
10
|
|
|
11
11
|
// NOTE: This string will be replaced on build time with the package version.
|
|
12
|
-
var version = "
|
|
12
|
+
var version = "23.0.0";
|
|
13
13
|
|
|
14
14
|
const matchLeadingAndTrailingSlashes = /^\/|\/$/g;
|
|
15
15
|
const trimLeadingAndTrailingSlashes = url => url.replace(matchLeadingAndTrailingSlashes, '');
|
|
@@ -9,7 +9,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e };
|
|
|
9
9
|
var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstanceProperty);
|
|
10
10
|
|
|
11
11
|
// NOTE: This string will be replaced on build time with the package version.
|
|
12
|
-
var version = "
|
|
12
|
+
var version = "23.0.0";
|
|
13
13
|
|
|
14
14
|
const matchLeadingAndTrailingSlashes = /^\/|\/$/g;
|
|
15
15
|
const trimLeadingAndTrailingSlashes = url => url.replace(matchLeadingAndTrailingSlashes, '');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _mapInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/map';
|
|
2
2
|
|
|
3
3
|
// NOTE: This string will be replaced on build time with the package version.
|
|
4
|
-
var version = "
|
|
4
|
+
var version = "23.0.0";
|
|
5
5
|
|
|
6
6
|
const matchLeadingAndTrailingSlashes = /^\/|\/$/g;
|
|
7
7
|
const trimLeadingAndTrailingSlashes = url => url.replace(matchLeadingAndTrailingSlashes, '');
|
package/package.json
CHANGED