Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Export Type for diffs in Update Monitor (#140)
Browse files Browse the repository at this point in the history
* Export type

* changeset

* lit and format fix
  • Loading branch information
mateuszradomski authored Feb 27, 2024
1 parent 78bb126 commit 99bcb5a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/discovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @l2beat/discovery

## 0.43.5

### Patch Changes

- Export type

## 0.43.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@l2beat/discovery",
"description": "L2Beat discovery - engine & tooling utilized for keeping an eye on L2s",
"version": "0.43.4",
"version": "0.43.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand Down
5 changes: 5 additions & 0 deletions packages/discovery/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ export type {
export { AddressAnalyzer } from './discovery/analysis/AddressAnalyzer'
export { ConfigReader } from './discovery/config/ConfigReader'
export { DiscoveryConfig } from './discovery/config/DiscoveryConfig'
export type {
ContractMeta,
DiscoveryMeta,
ValueMeta,
} from './discovery/config/DiscoveryMeta'
export { DiscoveryLogger } from './discovery/DiscoveryLogger'
export {
DISCOVERY_LOGIC_VERSION,
Expand Down

0 comments on commit 99bcb5a

Please sign in to comment.