@types/sharedb 3.2.0 → 3.2.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 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: Tue, 27 Sep 2022 17:33:16 GMT
11
+ * Last updated: Tue, 04 Oct 2022 16:03:15 GMT
12
12
  * Dependencies: none
13
13
  * Global values: none
14
14
 
sharedb/lib/client.d.ts CHANGED
@@ -19,6 +19,7 @@ export class Connection extends ShareDB.TypedEmitter<ShareDB.ConnectionEventMap>
19
19
  nextSnapshotRequestId: number;
20
20
 
21
21
  state: string;
22
+ readonly canSend: boolean;
22
23
  debug: boolean;
23
24
 
24
25
  close(): void;
sharedb/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/sharedb",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
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": "128889450fb264e64c369c6c082088d5daf18e396a06b6ab83583065b9445f40",
43
+ "typesPublisherContentHash": "a120f282c453daaf6cf6fa7f7ca3370a1da07e304cf89e8dfc8c9a83c9c4e975",
44
44
  "typeScriptVersion": "4.1"
45
45
  }