@angular/material-moment-adapter
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -47,7 +47,2 @@ /** | ||
// Depending on whether rollup is used, moment needs to be imported differently. | ||
// Since Moment.js doesn't have a default export, we normally need to import using the `* as` | ||
// syntax. However, rollup creates a synthetic default module and we thus need to import it using | ||
// the `default as` syntax. | ||
// TODO(mmalerba): See if we can clean this up at some point. | ||
var moment = _rollupMoment__default__default || _rollupMoment__default; | ||
@@ -54,0 +49,0 @@ /** |
@@ -18,7 +18,2 @@ /** | ||
// Depending on whether rollup is used, moment needs to be imported differently. | ||
// Since Moment.js doesn't have a default export, we normally need to import using the `* as` | ||
// syntax. However, rollup creates a synthetic default module and we thus need to import it using | ||
// the `default as` syntax. | ||
// TODO(mmalerba): See if we can clean this up at some point. | ||
const moment = _rollupMoment__default || _rollupMoment; | ||
@@ -25,0 +20,0 @@ /** |
@@ -20,7 +20,2 @@ /** | ||
// Depending on whether rollup is used, moment needs to be imported differently. | ||
// Since Moment.js doesn't have a default export, we normally need to import using the `* as` | ||
// syntax. However, rollup creates a synthetic default module and we thus need to import it using | ||
// the `default as` syntax. | ||
// TODO(mmalerba): See if we can clean this up at some point. | ||
var moment = _rollupMoment__default || _rollupMoment; | ||
@@ -27,0 +22,0 @@ /** |
{ | ||
"name": "@angular/material-moment-adapter", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "Angular Material Moment Adapter", | ||
@@ -19,3 +19,3 @@ "main": "./bundles/material-moment-adapter.umd.js", | ||
"peerDependencies": { | ||
"@angular/material": "5.2.0", | ||
"@angular/material": "5.2.1", | ||
"@angular/core": "^5.0.0", | ||
@@ -22,0 +22,0 @@ "moment": "^2.18.1" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
129772
1401