@types/sharedb 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- sharedb/README.md +1 -1
- sharedb/lib/sharedb.d.ts +1 -1
- sharedb/package.json +2 -2
sharedb/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for sharedb (https://github.com/share/sha
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sharedb.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 27 Aug 2026 14:08:41 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
sharedb/lib/sharedb.d.ts
CHANGED
|
@@ -106,7 +106,7 @@ export interface RawOp {
|
|
|
106
106
|
|
|
107
107
|
export type CreateOp = Partial<RawOp> & { create: { type: string; data: any } };
|
|
108
108
|
export type DeleteOp = Partial<RawOp> & { del: boolean };
|
|
109
|
-
export type EditOp = Partial<RawOp> & { op: any
|
|
109
|
+
export type EditOp = Partial<RawOp> & { op: any };
|
|
110
110
|
|
|
111
111
|
export type OTType = "ot-text" | "ot-json0" | "ot-json1" | "ot-text-tp2" | "rich-text";
|
|
112
112
|
|
sharedb/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/sharedb",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"description": "TypeScript definitions for sharedb",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sharedb",
|
|
6
6
|
"license": "MIT",
|
|
@@ -51,6 +51,6 @@
|
|
|
51
51
|
"scripts": {},
|
|
52
52
|
"dependencies": {},
|
|
53
53
|
"peerDependencies": {},
|
|
54
|
-
"typesPublisherContentHash": "
|
|
54
|
+
"typesPublisherContentHash": "9e2a720d1994fc30f5f848e3ea2ecaf6dd15c322c99fe57501c8187ad3db4e9d",
|
|
55
55
|
"typeScriptVersion": "5.6"
|
|
56
56
|
}
|