@types/sharedb 3.3.8 → 3.3.9
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
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: Wed, 17 Jan 2024 03:35:30 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/// <reference path="sharedb.d.ts" />
|
|
2
|
-
import * as ShareDB from "
|
|
3
|
-
import Agent = require("
|
|
1
|
+
/// <reference path="../sharedb.d.ts" />
|
|
2
|
+
import * as ShareDB from "../sharedb";
|
|
3
|
+
import Agent = require("../agent");
|
|
4
4
|
|
|
5
5
|
export class Connection extends ShareDB.TypedEmitter<ShareDB.ConnectionEventMap> {
|
|
6
6
|
constructor(ws: ShareDB.Socket);
|
|
@@ -99,7 +99,7 @@ export {
|
|
|
99
99
|
StringDeleteOp,
|
|
100
100
|
StringInsertOp,
|
|
101
101
|
SubtypeOp,
|
|
102
|
-
} from "
|
|
102
|
+
} from "../sharedb";
|
|
103
103
|
|
|
104
104
|
export const types: ShareDB.Types;
|
|
105
105
|
export const logger: ShareDB.Logger;
|
sharedb/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/sharedb",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.9",
|
|
4
4
|
"description": "TypeScript definitions for sharedb",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sharedb",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
},
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
|
-
"typesPublisherContentHash": "
|
|
44
|
-
"typeScriptVersion": "4.
|
|
43
|
+
"typesPublisherContentHash": "442fbaedd2518019dc8eff1d79181cfe0e1757f0a3f1f477b6276051b9c80cae",
|
|
44
|
+
"typeScriptVersion": "4.6"
|
|
45
45
|
}
|