@aws-amplify/predictions 4.0.18 → 4.0.19
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
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.0.19](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@4.0.18...@aws-amplify/predictions@4.0.19) (2021-09-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/predictions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [4.0.18](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@4.0.17...@aws-amplify/predictions@4.0.18) (2021-09-24)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-amplify/predictions
|
|
@@ -93625,8 +93625,8 @@ process.umask = function() { return 0; };
|
|
|
93625
93625
|
/*! no static exports found */
|
|
93626
93626
|
/***/ (function(module, exports) {
|
|
93627
93627
|
|
|
93628
|
-
const hexRegex =
|
|
93629
|
-
const numRegex = /^([\-\+])?(0*)(\.[0-9]+(
|
|
93628
|
+
const hexRegex = /^[-+]?0x[a-fA-F0-9]+$/;
|
|
93629
|
+
const numRegex = /^([\-\+])?(0*)(\.[0-9]+([eE]\-?[0-9]+)?|[0-9]+(\.[0-9]+([eE]\-?[0-9]+)?)?)$/;
|
|
93630
93630
|
// const octRegex = /0x[a-z0-9]+/;
|
|
93631
93631
|
// const binRegex = /0x[a-z0-9]+/;
|
|
93632
93632
|
|
|
@@ -93676,6 +93676,7 @@ function toNumber(str, options = {}){
|
|
|
93676
93676
|
|
|
93677
93677
|
module.exports = toNumber
|
|
93678
93678
|
|
|
93679
|
+
|
|
93679
93680
|
/***/ }),
|
|
93680
93681
|
|
|
93681
93682
|
/***/ "../../node_modules/tslib/tslib.es6.js":
|