Comparing version 1.23.0 to 1.24.0
{ | ||
"name": "luxon", | ||
"version": "1.23.0", | ||
"version": "1.24.0", | ||
"description": "Immutable date wrapper", | ||
@@ -37,14 +37,14 @@ "author": "Isaac Cambron", | ||
"devDependencies": { | ||
"@babel/core": "^7.8.4", | ||
"@babel/node": "^7.8.4", | ||
"@babel/core": "^7.9.0", | ||
"@babel/node": "^7.8.7", | ||
"@babel/plugin-external-helpers": "^7.8.3", | ||
"@babel/preset-env": "^7.8.4", | ||
"@rollup/plugin-commonjs": "latest", | ||
"@rollup/plugin-node-resolve": "latest", | ||
"@babel/preset-env": "^7.9.5", | ||
"@rollup/plugin-commonjs": "^11.1.0", | ||
"@rollup/plugin-node-resolve": "^7.1.3", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-eslint": "latest", | ||
"babel-jest": "^25.1.0", | ||
"babel-jest": "^25.3.0", | ||
"benchmark": "latest", | ||
"codecov": ">= 3.6.5", | ||
"core-js": "latest", | ||
"core-js": "^3.6.5", | ||
"esdoc": "^1.1.0", | ||
@@ -55,20 +55,20 @@ "esdoc-standard-plugin": "latest", | ||
"eslint-config-prettier": "6.3.0", | ||
"eslint-config-standard": "^14.1.0", | ||
"eslint-config-standard": "^14.1.1", | ||
"eslint-plugin-babel": "latest", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-node": "10.0.0", | ||
"eslint-plugin-prettier": "3.1.1", | ||
"eslint-plugin-promise": "latest", | ||
"eslint-plugin-react": "^7.18.3", | ||
"eslint-plugin-react": "^7.19.0", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"fs-extra": "^6.0.1", | ||
"full-icu": "^1.3.0", | ||
"husky": "^4.2.1", | ||
"jest": "^25.1.0", | ||
"lint-staged": "^10.0.7", | ||
"full-icu": "^1.3.1", | ||
"husky": "^4.2.5", | ||
"jest": "^25.3.0", | ||
"lint-staged": "^10.1.3", | ||
"prettier": "1.14.3", | ||
"rollup": "^1.31.0", | ||
"rollup-plugin-babel": "latest", | ||
"rollup": "^1.32.1", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-babel-minify": "^6.2.0", | ||
"uglify-js": "^3.7.7" | ||
"uglify-js": "^3.9.0" | ||
}, | ||
@@ -75,0 +75,0 @@ "main": "build/node/luxon.js", |
@@ -209,2 +209,3 @@ import * as English from "./english.js"; | ||
// like EST | ||
console.log(dt.zone); | ||
return dt.zone.offsetName(dt.ts, { format: "short", locale: this.loc.locale }); | ||
@@ -211,0 +212,0 @@ case "ZZZZZ": |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
2965966
33674