Skip to content

Commit c391d9a

Browse files
committed
🏷️ Fix types
1 parent 0baa12b commit c391d9a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

lib/index.d.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
declare module '@reedsy/json0' {
2-
import * as sharedb from 'sharedb';
3-
export type Type = (typeof sharedb)['types']['map'][string];
4-
export const type: Type;
5-
}
1+
import * as sharedb from 'sharedb';
2+
type Type = (typeof sharedb)['types']['map'][string];
3+
export const type: Type;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reedsy/ot-json0",
3-
"version": "1.1.0-reedsy.1.2.4",
3+
"version": "1.1.0-reedsy.1.2.5",
44
"description": "JSON OT type",
55
"main": "lib/index.js",
66
"directories": {

0 commit comments

Comments
 (0)