Skip to content

Commit 1a4d036

Browse files
authored
Fixed a package.json problem with Angular/Nx (#54)
* Fixed a package.json problem with Angular/Nx. * Update @tubular/math dependency.
1 parent 620c270 commit 1a4d036

File tree

3 files changed

+36
-27
lines changed

3 files changed

+36
-27
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
_Updates limited to IANA tzdb updates omitted._
22

3+
### 3.10.5
4+
5+
* Update @tubular/math dependency.
6+
7+
### 3.10.4
8+
9+
* Fixed a package.json problem with Angular/Nx.
10+
311
### 3.10.3
412

513
* Fix UMD packaging.

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tubular/time",
3-
"version": "3.10.3",
3+
"version": "3.10.5",
44
"description": "Date/time, IANA timezones, leap seconds, TAI/UTC conversions, calendar with settable Julian/Gregorian switchover",
55
"module": "dist/index.min.mjs",
66
"main": "dist/index.min.cjs",
@@ -13,7 +13,8 @@
1313
"import": "./dist/index.min.mjs",
1414
"require": "./dist/index.min.cjs",
1515
"browser": "./dist/index.min.js",
16-
"default": "./dist/index.min.cjs"
16+
"default": "./dist/index.min.cjs",
17+
"types": "./dist/index.d.ts"
1718
},
1819
"./cjs": {
1920
"require": "./dist/index.min.cjs"
@@ -55,11 +56,11 @@
5556
"author": "Kerry Shetline <kerry@shetline.com>",
5657
"license": "MIT",
5758
"dependencies": {
58-
"@tubular/math": "^3.4.0",
59-
"@tubular/util": "^4.18.1"
59+
"@tubular/math": "^3.4.2",
60+
"@tubular/util": "^4.18.2"
6061
},
6162
"optionalDependencies": {
62-
"by-request": "^1.4.0",
63+
"by-request": "^1.4.1",
6364
"json-z": "^6.0.0"
6465
},
6566
"devDependencies": {

0 commit comments

Comments
 (0)