mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 02:29:58 -05:00
🐛 (crdt) export Clock as a type to fix warning (#1434)
This commit is contained in:
committed by
GitHub
parent
81446fb4ef
commit
5f76067190
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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';
|
||||
|
||||
|
||||
6
upcoming-release-notes/1434.md
Normal file
6
upcoming-release-notes/1434.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
`crdt`: export `Clock` as a type - fix a console warning
|
||||
Reference in New Issue
Block a user