Skip to content
Snippets Groups Projects
Unverified Commit 5f760671 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:bug: (crdt) export Clock as a type to fix warning (#1434)

parent 81446fb4
No related branches found
No related tags found
No related merge requests found
{
"name": "@actual-app/crdt",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"description": "CRDT layer of Actual",
"main": "dist/index.js",
......
......@@ -8,6 +8,6 @@ export {
makeClientId,
serializeClock,
deserializeClock,
Clock,
type Clock,
Timestamp,
} from './timestamp';
......@@ -7,7 +7,7 @@ export {
makeClientId,
serializeClock,
deserializeClock,
Clock,
type Clock,
Timestamp,
} from './crdt';
......
---
category: Bugfix
authors: [MatissJanis]
---
`crdt`: export `Clock` as a type - fix a console warning
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment