Skip to content

Commit

Permalink
Roll up .d.ts into a single file
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Oct 6, 2024
1 parent ba184ed commit 5c178d9
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 85 deletions.
186 changes: 106 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hebcal/rest-api",
"version": "5.1.3",
"version": "5.1.4",
"author": "Michael J. Radwin (https://github.com/mjradwin)",
"keywords": [
"hebcal"
Expand All @@ -15,9 +15,9 @@
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
"types": "./dist/module.d.ts"
},
"typings": "dist/index.d.ts",
"typings": "dist/module.d.ts",
"files": [
"dist"
],
Expand All @@ -29,8 +29,8 @@
"url": "https://github.com/hebcal/hebcal-rest-api/issues"
},
"dependencies": {
"@hebcal/core": "^5.5.1",
"@hebcal/leyning": "^8.2.5",
"@hebcal/core": "^5.5.2",
"@hebcal/leyning": "^8.2.6",
"@hebcal/triennial": "^5.1.3"
},
"scripts": {
Expand All @@ -56,6 +56,7 @@
"gts": "^5.3.1",
"jest": "^29.7.0",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.8",
"typescript": "^5.6.2"
Expand Down
Loading

0 comments on commit 5c178d9

Please sign in to comment.