@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
exports . default = void 0 ;
8
8
9
9
/*!
10
- * XRegExp.build 4.2.2
10
+ * XRegExp.build 4.2.3
11
11
* <xregexp.com>
12
12
* Steven Levithan (c) 2012-present MIT License
13
13
*/
@@ -251,7 +251,7 @@ Object.defineProperty(exports, "__esModule", {
251
251
exports . default = void 0 ;
252
252
253
253
/*!
254
- * XRegExp.matchRecursive 4.2.2
254
+ * XRegExp.matchRecursive 4.2.3
255
255
* <xregexp.com>
256
256
* Steven Levithan (c) 2009-present MIT License
257
257
*/
@@ -472,7 +472,7 @@ exports.default = void 0;
472
472
var _getIterator2 = _interopRequireDefault ( require ( "@babel/runtime/core-js/get-iterator" ) ) ;
473
473
474
474
/*!
475
- * XRegExp Unicode Base 4.2.2
475
+ * XRegExp Unicode Base 4.2.3
476
476
* <xregexp.com>
477
477
* Steven Levithan (c) 2008-present MIT License
478
478
*/
@@ -750,7 +750,7 @@ exports.default = void 0;
750
750
var _blocks = _interopRequireDefault ( require ( "../../tools/output/blocks" ) ) ;
751
751
752
752
/*!
753
- * XRegExp Unicode Blocks 4.2.2
753
+ * XRegExp Unicode Blocks 4.2.3
754
754
* <xregexp.com>
755
755
* Steven Levithan (c) 2010-present MIT License
756
756
* Unicode data by Mathias Bynens <mathiasbynens.be>
@@ -787,7 +787,7 @@ exports.default = void 0;
787
787
var _categories = _interopRequireDefault ( require ( "../../tools/output/categories" ) ) ;
788
788
789
789
/*!
790
- * XRegExp Unicode Categories 4.2.2
790
+ * XRegExp Unicode Categories 4.2.3
791
791
* <xregexp.com>
792
792
* Steven Levithan (c) 2010-present MIT License
793
793
* Unicode data by Mathias Bynens <mathiasbynens.be>
@@ -824,7 +824,7 @@ exports.default = void 0;
824
824
var _properties = _interopRequireDefault ( require ( "../../tools/output/properties" ) ) ;
825
825
826
826
/*!
827
- * XRegExp Unicode Properties 4.2.2
827
+ * XRegExp Unicode Properties 4.2.3
828
828
* <xregexp.com>
829
829
* Steven Levithan (c) 2012-present MIT License
830
830
* Unicode data by Mathias Bynens <mathiasbynens.be>
@@ -898,7 +898,7 @@ exports.default = void 0;
898
898
var _scripts = _interopRequireDefault ( require ( "../../tools/output/scripts" ) ) ;
899
899
900
900
/*!
901
- * XRegExp Unicode Scripts 4.2.2
901
+ * XRegExp Unicode Scripts 4.2.3
902
902
* <xregexp.com>
903
903
* Steven Levithan (c) 2010-present MIT License
904
904
* Unicode data by Mathias Bynens <mathiasbynens.be>
@@ -974,7 +974,7 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
974
974
var _getIterator2 = _interopRequireDefault ( require ( "@babel/runtime/core-js/get-iterator" ) ) ;
975
975
976
976
/*!
977
- * XRegExp 4.2.2
977
+ * XRegExp 4.2.3
978
978
* <xregexp.com>
979
979
* Steven Levithan (c) 2007-present MIT License
980
980
*/
@@ -1641,7 +1641,7 @@ XRegExp.prototype = /(?:)/; // ==--------------------------==
1641
1641
* @type String
1642
1642
*/
1643
1643
1644
- XRegExp . version = '4.2.2 ' ; // ==--------------------------==
1644
+ XRegExp . version = '4.2.3 ' ; // ==--------------------------==
1645
1645
// Public methods
1646
1646
// ==--------------------------==
1647
1647
// Intentionally undocumented; used in tests and addons
0 commit comments