@ima/devtools-scripts
Advanced tools
Comparing version 17.5.0 to 17.6.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [17.6.0](https://github.com/seznam/ima/compare/v17.5.3...v17.6.0) (2020-05-12) | ||
### Features | ||
* 🎸 Add Node 14 support ([75b9d8f](https://github.com/seznam/ima/commit/75b9d8f4adcc9b11fea5ebc3861ee6cea422e182)) | ||
# [17.5.0](https://github.com/seznam/ima/compare/v17.4.0...v17.5.0) (2020-03-02) | ||
@@ -8,0 +19,0 @@ |
@@ -605,3 +605,3 @@ const AOP_PATTERN = Symbol('AopPattern'); | ||
return `${new Date().getTime().toString(36)}-${b}`; | ||
return new Date().getTime().toString(36) + '-' + b; | ||
} | ||
@@ -608,0 +608,0 @@ |
@@ -610,3 +610,3 @@ // DO NOT MODIFY FILE, FILE IS AUTO GENERATED FROM OTHER REPOSITORIES | ||
return "".concat(new Date().getTime().toString(36), "-").concat(b); | ||
return new Date().getTime().toString(36) + '-' + b; | ||
} | ||
@@ -613,0 +613,0 @@ |
@@ -607,3 +607,3 @@ 'use strict'; | ||
return `${new Date().getTime().toString(36)}-${b}`; | ||
return new Date().getTime().toString(36) + '-' + b; | ||
} | ||
@@ -610,0 +610,0 @@ |
{ | ||
"name": "@ima/devtools-scripts", | ||
"version": "17.5.0", | ||
"version": "17.6.0", | ||
"description": "IMA.js devtool script used in the @ima/devtools.", | ||
@@ -55,3 +55,3 @@ "main": "es/main.string.js", | ||
}, | ||
"gitHead": "4d511e154092d3561410054a33b6a0f50633d1ed" | ||
"gitHead": "99f012232be9777059fa222d45a75d001c3ca075" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
67263
0