@commercetools-frontend/url-utils 24.12.0 → 25.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.
@@ -11,7 +11,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
11
11
  var _concatInstanceProperty__default = /*#__PURE__*/_interopDefault(_concatInstanceProperty);
12
12
 
13
13
  // NOTE: This string will be replaced on build time with the package version.
14
- var version = "24.12.0";
14
+ var version = "25.0.0";
15
15
 
16
16
  const matchLeadingAndTrailingSlashes = /^\/|\/$/g;
17
17
  const trimLeadingAndTrailingSlashes = url => url.replace(matchLeadingAndTrailingSlashes, '');
@@ -11,7 +11,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
11
11
  var _concatInstanceProperty__default = /*#__PURE__*/_interopDefault(_concatInstanceProperty);
12
12
 
13
13
  // NOTE: This string will be replaced on build time with the package version.
14
- var version = "24.12.0";
14
+ var version = "25.0.0";
15
15
 
16
16
  const matchLeadingAndTrailingSlashes = /^\/|\/$/g;
17
17
  const trimLeadingAndTrailingSlashes = url => url.replace(matchLeadingAndTrailingSlashes, '');
@@ -2,7 +2,7 @@ import _mapInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance
2
2
  import _concatInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/concat';
3
3
 
4
4
  // NOTE: This string will be replaced on build time with the package version.
5
- var version = "24.12.0";
5
+ var version = "25.0.0";
6
6
 
7
7
  const matchLeadingAndTrailingSlashes = /^\/|\/$/g;
8
8
  const trimLeadingAndTrailingSlashes = url => url.replace(matchLeadingAndTrailingSlashes, '');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/url-utils",
3
- "version": "24.12.0",
3
+ "version": "25.0.0",
4
4
  "description": "Utility functions to work with URLs",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {