Skip to content

Commit

Permalink
fix(time): Export top-level types
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Dec 19, 2023
1 parent 932bc52 commit e5712a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/inter-protocol/src/price/fluxAggregatorKit.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export const INVITATION_MAKERS_DESC = 'oracle invitation';
*
* @typedef {import('@agoric/time').Timestamp} Timestamp
*
* @typedef {import('@agoric/time').RelativeTime} RelativeTime //
* TODO: use RelativeTime, not RelativeTimeValue
* @typedef {import('@agoric/time').RelativeTime} RelativeTime // TODO: use
* RelativeTime, not RelativeTimeValue
*
* @typedef {import('@agoric/time').RelativeTimeValue} RelativeTimeValue
*
Expand Down
1 change: 1 addition & 0 deletions packages/time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Timestamps, time math, timer service API definition",
"type": "module",
"main": "index.js",
"types": "index.js",
"engines": {
"node": ">=14.15.0"
},
Expand Down

0 comments on commit e5712a1

Please sign in to comment.