-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated to 2023d. Fixed testing to account for updated date formats. * Updated to 2024a. * Updated to 2024b. * Updated to 2024b, part 2.
- Loading branch information
Showing
10 changed files
with
3,809 additions
and
9,170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@tubular/time", | ||
"version": "3.8.15", | ||
"version": "3.9.2", | ||
"description": "Date/time, IANA timezones, leap seconds, TAI/UTC conversions, calendar with settable Julian/Gregorian switchover", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/fesm2015/index.js", | ||
|
@@ -46,15 +46,15 @@ | |
"author": "Kerry Shetline <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@tubular/math": "^3.2.0", | ||
"@tubular/util": "^4.13.1" | ||
"@tubular/math": "^3.3.1", | ||
"@tubular/util": "^4.16.1" | ||
}, | ||
"optionalDependencies": { | ||
"by-request": "^1.3.3", | ||
"by-request": "^1.3.4", | ||
"json-z": "^3.3.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.10", | ||
"@babel/core": "^7.23.6", | ||
"@babel/preset-env": "^7.17.10", | ||
"@babel/register": "^7.17.7", | ||
"@rollup/plugin-typescript": "^8.3.2", | ||
|
@@ -72,7 +72,7 @@ | |
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"mocha": "^9.2.2", | ||
"mocha": "^10.2.0", | ||
"nyc": "^15.1.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.71.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.